home.social

#waybar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #waybar, aggregated by home.social.

  1. For reasons, I’ve been neglecting to write about what I’ve been doing. I’ll catch up at some point, at least with the more interesting parts. But, ignoring the “why, ” let me at least explain the “what” (you can play detective and figure out the hardware).

    Unsurprisingly, this is #VoidLinux with #niri, #waybar, #mako for notifications, and #fuzzel for the app launcher. Besides browsers and graphics editors, I only have a couple of GUI programs installed.

    #NotFullyLiveVoidPosting #DesktopFriday

  2. I'm working on a #waybar #hyprland setup for streaming.

    Just added a current_scene indicator - when "privacy" scene is selected, it flashes
    It's also shows audio meters and frame drops

    So I can rely on my hotkeys to switch the OBS scene and be sure that privacy mode engaged

    I is WYSIWYG streaming setup for everyday usage, where I could stream software development/gaming/etc in raw open format

    So what I see is exactly what viewers see

    #obs #streaming #twitch

  3. I have a #sway and #waybar question for all you #CSS folks.

    So I have configure the battery module of the waybar configured. At the top of the file I have the following

    #waybar {
    background: transparent ;
    background-color: alpha(@base, 0.75);
    [...]
    }

    Which makes a nice semi-transparent bar except for...the battery when it is in the warning state, and only during the warning state. Regular and critical state remain semi-transparent, but warning get this ugly black background...

    I solved the problem by adding the following lines

    #battery.charging {
    color: @green;
    background: transparent ;
    }

    #battery.warning:not(.charging) {
    color: @yellow;
    background: transparent ;
    }

    #battery.critical:not(.charging) {
    color: @red;
    }

    Notice the critical not changing that does not need background: transparent ;

    So I have a working bar, but I really does not know why or how this is giving me a weird behaviour.

    Do any one of y'all know what why how where? :battery_full: :battery_medium: :battery_low: :battery_empty:

  4. I have a #sway and #waybar question for all you #CSS folks.

    So I have configure the battery module of the waybar configured. At the top of the file I have the following

    #waybar {
    background: transparent ;
    background-color: alpha(@base, 0.75);
    [...]
    }

    Which makes a nice semi-transparent bar except for...the battery when it is in the warning state, and only during the warning state. Regular and critical state remain semi-transparent, but warning get this ugly black background...

    I solved the problem by adding the following lines

    #battery.charging {
    color: @green;
    background: transparent ;
    }

    #battery.warning:not(.charging) {
    color: @yellow;
    background: transparent ;
    }

    #battery.critical:not(.charging) {
    color: @red;
    }

    Notice the critical not changing that does not need background: transparent ;

    So I have a working bar, but I really does not know why or how this is giving me a weird behaviour.

    Do any one of y'all know what why how where? :battery_full: :battery_medium: :battery_low: :battery_empty:

  5. I have a and question for all you folks.

    So I have configure the battery module of the waybar configured. At the top of the file I have the following

    {
    background: transparent ;
    background-color: alpha(@base, 0.75);
    [...]
    }

    Which makes a nice semi-transparent bar except for...the battery when it is in the warning state, and only during the warning state. Regular and critical state remain semi-transparent, but warning get this ugly black background...

    I solved the problem by adding the following lines

    .charging {
    color: @green;
    background: transparent ;
    }

    .warning:not(.charging) {
    color: @yellow;
    background: transparent ;
    }

    .critical:not(.charging) {
    color: @red;
    }

    Notice the critical not changing that does not need background: transparent ;

    So I have a working bar, but I really does not know why or how this is giving me a weird behaviour.

    Do any one of y'all know what why how where? :battery_full: :battery_medium: :battery_low: :battery_empty:

  6. I have a #sway and #waybar question for all you #CSS folks.

    So I have configure the battery module of the waybar configured. At the top of the file I have the following

    #waybar {
    background: transparent ;
    background-color: alpha(@base, 0.75);
    [...]
    }

    Which makes a nice semi-transparent bar except for...the battery when it is in the warning state, and only during the warning state. Regular and critical state remain semi-transparent, but warning get this ugly black background...

    I solved the problem by adding the following lines

    #battery.charging {
    color: @green;
    background: transparent ;
    }

    #battery.warning:not(.charging) {
    color: @yellow;
    background: transparent ;
    }

    #battery.critical:not(.charging) {
    color: @red;
    }

    Notice the critical not changing that does not need background: transparent ;

    So I have a working bar, but I really does not know why or how this is giving me a weird behaviour.

    Do any one of y'all know what why how where? :battery_full: :battery_medium: :battery_low: :battery_empty:

  7. #TIL : You can update the #waybar custom module using signal.

    Add `signal: <num>` in the custom module config and update using `pkill -SIGRTMIN+<num> waybar`

    It took me a while to figure it out since I was looking in `man waybar` and this is mentioned in `man waybar-custom`.

    github.com/Alexays/Waybar/wiki

  8. : You can update the custom module using signal.

    Add `signal: <num>` in the custom module config and update using `pkill -SIGRTMIN+<num> waybar`

    It took me a while to figure it out since I was looking in `man waybar` and this is mentioned in `man waybar-custom`.

    github.com/Alexays/Waybar/wiki

  9. #TIL : You can update the #waybar custom module using signal.

    Add `signal: <num>` in the custom module config and update using `pkill -SIGRTMIN+<num> waybar`

    It took me a while to figure it out since I was looking in `man waybar` and this is mentioned in `man waybar-custom`.

    github.com/Alexays/Waybar/wiki

  10. #TIL : You can update the #waybar custom module using signal.

    Add `signal: <num>` in the custom module config and update using `pkill -SIGRTMIN+<num> waybar`

    It took me a while to figure it out since I was looking in `man waybar` and this is mentioned in `man waybar-custom`.

    github.com/Alexays/Waybar/wiki

  11. A recent update broke my arrow icons in waybar. I use a combination of Font Awesome and Noto Sans for my icons.I needed to change my style.css to use “Noto Sans” to “Noto Sans Mono”.

    Ahh... That's better.

     

  12. A recent update broke my arrow icons in waybar. I use a combination of Font Awesome and Noto Sans for my icons.I needed to change my style.css to use “Noto Sans” to “Noto Sans Mono”.

    Ahh... That's better.

     

  13. A recent update broke my arrow icons in waybar. I use a combination of Font Awesome and Noto Sans for my icons.I needed to change my style.css to use “Noto Sans” to “Noto Sans Mono”.

    Ahh... That's better.

     

  14. A recent update broke my arrow icons in waybar. I use a combination of Font Awesome and Noto Sans for my icons.I needed to change my style.css to use “Noto Sans” to “Noto Sans Mono”.

    Ahh... That's better.

     

  15. I switched from #waybar to #ironbar few months ago. Still, prefer it. Got things out of the box I used scripts for with Waybar. Still, have some problems with some icons, as some can't be centered, right? Hence some are centered and some are left aligned and moving the volume up and down moves the icon right and left. Do you also have this problem?

  16. I switched from #waybar to #ironbar few months ago. Still, prefer it. Got things out of the box I used scripts for with Waybar. Still, have some problems with some icons, as some can't be centered, right? Hence some are centered and some are left aligned and moving the volume up and down moves the icon right and left. Do you also have this problem?

  17. I switched from #waybar to #ironbar few months ago. Still, prefer it. Got things out of the box I used scripts for with Waybar. Still, have some problems with some icons, as some can't be centered, right? Hence some are centered and some are left aligned and moving the volume up and down moves the icon right and left. Do you also have this problem?

  18. Ironbar versus Waybar? Browsing the Arch wiki out of sheer curiosity and procrastination, I stumbled across the ⁠ironbar⁠ package. My PC is currently off, so I cannot test it ... yet. What are the practical differences regarding customisation and resource efficiency?

    #archlinux #waybar #wayland #linux #technology #wm

  19. Ironbar versus Waybar? Browsing the Arch wiki out of sheer curiosity and procrastination, I stumbled across the ⁠ironbar⁠ package. My PC is currently off, so I cannot test it ... yet. What are the practical differences regarding customisation and resource efficiency?

    #archlinux #waybar #wayland #linux #technology #wm

  20. Ironbar versus Waybar? Browsing the Arch wiki out of sheer curiosity and procrastination, I stumbled across the ⁠ironbar⁠ package. My PC is currently off, so I cannot test it ... yet. What are the practical differences regarding customisation and resource efficiency?

  21. Ironbar versus Waybar? Browsing the Arch wiki out of sheer curiosity and procrastination, I stumbled across the ⁠ironbar⁠ package. My PC is currently off, so I cannot test it ... yet. What are the practical differences regarding customisation and resource efficiency?

    #archlinux #waybar #wayland #linux #technology #wm

  22. Ironbar versus Waybar? Browsing the Arch wiki out of sheer curiosity and procrastination, I stumbled across the ⁠ironbar⁠ package. My PC is currently off, so I cannot test it ... yet. What are the practical differences regarding customisation and resource efficiency?

    #archlinux #waybar #wayland #linux #technology #wm

  23. Anyone having any success using latest #Waybar in #NixOS? Having switched my #Hyrland to the new Lua config (a painful process, but there is nice power in the Lua config) I'd really like my `hyprland/workspaces` to work.

  24. Anyone having any success using latest #Waybar in #NixOS? Having switched my #Hyrland to the new Lua config (a painful process, but there is nice power in the Lua config) I'd really like my `hyprland/workspaces` to work.

  25. Anyone having any success using latest #Waybar in #NixOS? Having switched my #Hyrland to the new Lua config (a painful process, but there is nice power in the Lua config) I'd really like my `hyprland/workspaces` to work.

  26. Anyone having any success using latest #Waybar in #NixOS? Having switched my #Hyrland to the new Lua config (a painful process, but there is nice power in the Lua config) I'd really like my `hyprland/workspaces` to work.

  27. Yes, I totally configured my #Waybar to hold a counter for the next episode!

    #Marvel movies have fallen off mostly for me, being an avid fan of the comics growing up, but the original DareDevil series was the first Marvel series and they sourced the right people, like Philip Silvera and the likes, who also did wonders bringing the vision of John Wick to life, proving once again that stunts simply can not be replaced with cheap #CGI or #AI.

    First episode of #DareDevil was awesome. Looking forward to the next!
  28. Yes, I totally configured my #Waybar to hold a counter for the next episode!

    #Marvel movies have fallen off mostly for me, being an avid fan of the comics growing up, but the original DareDevil series was the first Marvel series and they sourced the right people, like Philip Silvera and the likes, who also did wonders bringing the vision of John Wick to life, proving once again that stunts simply can not be replaced with cheap #CGI or #AI.

    First episode of #DareDevil was awesome. Looking forward to the next!
  29. Yes, I totally configured my #Waybar to hold a counter for the next episode!

    #Marvel movies have fallen off mostly for me, being an avid fan of the comics growing up, but the original DareDevil series was the first Marvel series and they sourced the right people, like Philip Silvera and the likes, who also did wonders bringing the vision of John Wick to life, proving once again that stunts simply can not be replaced with cheap #CGI or #AI.

    First episode of #DareDevil was awesome. Looking forward to the next!
  30. Yes, I totally configured my #Waybar to hold a counter for the next episode!

    #Marvel movies have fallen off mostly for me, being an avid fan of the comics growing up, but the original DareDevil series was the first Marvel series and they sourced the right people, like Philip Silvera and the likes, who also did wonders bringing the vision of John Wick to life, proving once again that stunts simply can not be replaced with cheap #CGI or #AI.

    First episode of #DareDevil was awesome. Looking forward to the next!
  31. Yes, I totally configured my #Waybar to hold a counter for the next episode!

    #Marvel movies have fallen off mostly for me, being an avid fan of the comics growing up, but the original DareDevil series was the first Marvel series and they sourced the right people, like Philip Silvera and the likes, who also did wonders bringing the vision of John Wick to life, proving once again that stunts simply can not be replaced with #AI.

    First episode of #DareDevil was awesome. Looking forward to the next!
  32. I have now released the code for the #waybar widget I wrote. With this you too can get a cool spinning cube in your waybar.

    codeberg.org/Frieder_Hannenhei

    #rust

  33. I have now released the code for the #waybar widget I wrote. With this you too can get a cool spinning cube in your waybar.

    codeberg.org/Frieder_Hannenhei

    #rust

  34. I have now released the code for the #waybar widget I wrote. With this you too can get a cool spinning cube in your waybar.

    codeberg.org/Frieder_Hannenhei

    #rust

  35. I have now released the code for the #waybar widget I wrote. With this you too can get a cool spinning cube in your waybar.

    codeberg.org/Frieder_Hannenhei

    #rust

  36. I have now released the code for the #waybar widget I wrote. With this you too can get a cool spinning cube in your waybar.

    codeberg.org/Frieder_Hannenhei

    #rust

  37. There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.

    github.com/Alexays/Waybar/blob
    man.archlinux.org/man/waybar-c

    #freeprojectidea #mruby #waybar

  38. There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.

    github.com/Alexays/Waybar/blob
    man.archlinux.org/man/waybar-c

    #freeprojectidea #mruby #waybar

  39. There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.

    github.com/Alexays/Waybar/blob
    man.archlinux.org/man/waybar-c

    #freeprojectidea #mruby #waybar

  40. There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.

    github.com/Alexays/Waybar/blob
    man.archlinux.org/man/waybar-c

    #freeprojectidea #mruby #waybar

  41. There's even a "custom" waybar module that supports various triggers/actions defined via JSON. A similar module could be written using mruby that calls DSL methods defined in a Ruby config file.

    github.com/Alexays/Waybar/blob
    man.archlinux.org/man/waybar-c

    #freeprojectidea #mruby #waybar

  42. Another free project idea: write a generic waybar module that embeds mruby so you could write waybar modules entirely in Ruby.

    github.com/Alexays/Waybar#read

    #mruby #waybar #wayland #freeprojectidea

  43. Another free project idea: write a generic waybar module that embeds mruby so you could write waybar modules entirely in Ruby.

    github.com/Alexays/Waybar#read

    #mruby #waybar #wayland #freeprojectidea