Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.72k stars 156 forks source link

Sidebar issue & some minor questions #181

Open Mahrjose opened 1 year ago

Mahrjose commented 1 year ago
  1. Sidebar issue: Hey, great rice. Thanks for sharing. I'm having a little problem with widgets. The sound and brightness sliders are not working properly. I can controll sound and brightness fine however, everytime I close the sidepanel and reopen it, the brightness & sound sliders don't show the current sound & brigtness level / percentage. When I readjust the brightness and sound then it works normally but again after closing and reopening the sidebar it won't show previous values.

2023-02-06_00-05-33

  1. Music player Problem: When I play both youtube video & spotify the player seems to get the title of the youtube video & if I press the pause button it pauses the youtube vidoe not the spotify. Also, pause button is invisible here. How to fix it?

  2. Workspace emoji issue: Hey, where did you found these emoji/ icons for the workspace ? I want to change some of them but If I copied from any site ( fontawesome cheatsheet v5 etc ), either that icon become smaller or bigger than the others and their hex code don't match. So, can you kindly tell me where did you found these icons from?

  3. Is it possible to make more bars ( like a bar with ram,cpu & net usage ) ? How do I make and configure these. Can you give me some hint ?

  4. Is it possible to start inhibitor from the start ?

Thank you :)

bmatoma commented 1 year ago

Hi, you could solve it? I have the same proble with sidebar

Axarva commented 1 year ago
  1. I'm not really sure what's causing the first issue, I'll test around on my machine and see if I can reproduce it.

  2. This is because of playerctl. If you only want your spotify data to be included, you could specify the player in the playerctl commands in the related scripts in ~/.config/eww/scripts (getart, gettitle, getartist).

  3. I believe these emoji are from a Nerd Font, possibly the one included in the fonts directory of the reop.

  4. I'm not sure if you could make a bar with tint2 for the things you've specified. You'd have to check tint2 documentation for that.

  5. Yes, just add the command in your ~/.xmonad/xmonad.hs and recompile xmonad.

I hope this helps!