home.social

#waybar — Public Fediverse posts

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

fetched live
  1. Okay, #waybar… I’m not complaining, but I’m baffled by it. It’s as if someone decided #Conky was perfect, just arranging things horizontally was difficult. There are no modern niceties of any kind. Fine, now I have a multi-command script. It checks if the configuration was updated and reloads Waybar. It pulls some custom info. It even renders the clock because displaying the time as “9:30” instead of “09:30” is apparently problematic.

    #NotFullyLiveVoidPosting

  2. 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

  3. 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

  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. : 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

  6. 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.

     

  7. 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.

     

  8. 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?

  9. 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

  10. 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

  11. 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.

  12. 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!
  13. 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!
  14. 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

  15. 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

  16. 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

  17. 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

  18. 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

  19. 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

  20. Wrote some shitty unsafe #rust code and I now have a fun little cube spinning in my #waybar

    This is done using a GLArea and a shader I stole from shadertoy

  21. How good can a out of the box shell be?

    Installed #dms (Dank Material Shell) yesterday though I liked my #waybar setup very much.

    But it's just a bar revolution for #tilingWMs. Chapeau!

    #niri #linux #wayland

  22. How good can a out of the box shell be?

    Installed #dms (Dank Material Shell) yesterday though I liked my #waybar setup very much.

    But it's just a bar revolution for #tilingWMs. Chapeau!

    #niri #linux #wayland

  23. Tried setting up nix plasma-manager today.

    Just added a basic config now. Powerdevil and panels are yet to be added. For panels I think I should use something like #waybar or something else. (Suggest some waybar like thing which is both lightweight and aesthetically good).

    Also anyone using #nix #plasma-manager? Would love to see ur configs if possible for reference😅.

    And also trying the #xremap tool for shortcuts management 😅
    #plasmaManager #NixOS #nix #nixhomemanager #homemanager
    #dotfile

  24. Tried setting up nix plasma-manager today.

    Just added a basic config now. Powerdevil and panels are yet to be added. For panels I think I should use something like #waybar or something else. (Suggest some waybar like thing which is both lightweight and aesthetically good).

    Also anyone using #nix #plasma-manager? Would love to see ur configs if possible for reference😅.

    And also trying the #xremap tool for shortcuts management 😅
    #plasmaManager #NixOS #nix #nixhomemanager #homemanager
    #dotfile

  25. I’ve decided that the world needs yet another Pomodoro timer. yapm was unfortunately already taken, so I named it after the Swedish 🇸🇪 tomato 🍅: Tomat.

    Tomat is designed specifically for status bars like waybar and polybar and only for linux.

    jolars.co/blog/2026-01-12-tomat

    #pomodoro #linux #rust #productivity #waybar

  26. I’ve decided that the world needs yet another Pomodoro timer. yapm was unfortunately already taken, so I named it after the Swedish 🇸🇪 tomato 🍅: Tomat.

    Tomat is designed specifically for status bars like waybar and polybar and only for linux.

    jolars.co/blog/2026-01-12-tomat

    #pomodoro #linux #rust #productivity #waybar

  27. The next version of waybar-weather is almost ready. While at first glance it doesn't look much different, a lot of stuff happend under the hood. Support for different weather providers was added, the whole presentation layer was refactored and unified and we now provide additional classes that allow e. g. to change the text color if it's freezing. Translation into turkish was also contributed. Release is planned for somewhen this week (hopefully).

    #waybar #hyprland #waybar-weather #weather

  28. The next version of waybar-weather is almost ready. While at first glance it doesn't look much different, a lot of stuff happend under the hood. Support for different weather providers was added, the whole presentation layer was refactored and unified and we now provide additional classes that allow e. g. to change the text color if it's freezing. Translation into turkish was also contributed. Release is planned for somewhen this week (hopefully).

    #waybar #hyprland #waybar-weather #weather

  29. In the end it is working fine now, Got it working atlast ,,, #Sway #Waybar #Archlinux the config snippet is below:

    "custom/weather": { "format": "{}", "exec": "curl -s 'wttr.in/(City-Name)?format=+%C' | awk '{icon=\"☀️\"; if(tolower($0) ~ /cloud/) icon=\"🌥️\"; else if(tolower($0) ~ /rain/) icon=\"🌧️\"; else if(tolower($0) ~ /storm/) icon=\"⛈️\"; for(i=1;i<=NF;i++) if($i ~ /[+-]?[0-9]+°C/) temp=$i; print icon, temp}'", "interval": 1800},

  30. In the end it is working fine now, Got it working atlast ,,, #Sway #Waybar #Archlinux the config snippet is below:

    "custom/weather": { "format": "{}", "exec": "curl -s 'wttr.in/(City-Name)?format=+%C' | awk '{icon=\"☀️\"; if(tolower($0) ~ /cloud/) icon=\"🌥️\"; else if(tolower($0) ~ /rain/) icon=\"🌧️\"; else if(tolower($0) ~ /storm/) icon=\"⛈️\"; for(i=1;i<=NF;i++) if($i ~ /[+-]?[0-9]+°C/) temp=$i; print icon, temp}'", "interval": 1800},

  31. Possibly niche complaint: I keep trying #alpinelinux and mostly like it, but I don't seem to be able to get locales working properly. In particular nothing I do seems to make the #waybar calendar display weeks as starting on Monday. (Or any other non-`en-US` format.)

  32. Possibly niche complaint: I keep trying #alpinelinux and mostly like it, but I don't seem to be able to get locales working properly. In particular nothing I do seems to make the #waybar calendar display weeks as starting on Monday. (Or any other non-`en-US` format.)

  33. Whyyy waybar whyyy

    Why is the notification icon different?

    #Waybar

  34. Whyyy waybar whyyy

    Why is the notification icon different?

    #Waybar

  35. #waybar is really great, you have to tweak a lot of stuff. I really like the groups and the sliders

  36. #waybar is really great, you have to tweak a lot of stuff. I really like the groups and the sliders

  37. Tuning of my #niri "dock" in #waybar. thanks to background-image and svg ... there is now a little indicator for the active app

  38. Now I am definetly done creating my own #tuba icon ... prefer version 4. looks great in my #waybar

  39. Found a nice trick for my #waybar dock. I wanted to order in the taskbar ...
    Kitty is on Workspace 1, all browsers on 2, all messengers on 3 ...

    Easy hack. rename the app-id in the config and they create .desktop files just for the icon with NoDisplay=true

    Anyone interessted in a how-to?

  40. waybar-weather v0.2.4 is out. Some exciting new features were added: GPSd for geolocation lookup, an alternate text template to show current or forecasted weather by clicking the widget and i18n support for all displayable elements.

    Check it out! github.com/wneessen/waybar-wea

    #linux #waybar #weather #golang :gopher: :golang: