I'm not a huge user of tray apps, but I'd want to have a tray module in there. Steam and blueman-applet, and if you're on a laptop---which you appear to be based on the battery status---and aren't some oddball like me who insists on using nmtui, probably the Network Manager applet. They all put useful things in there.
this is just meant to be an experiment in how little is needed to use waybar, if you need more modules like "tray" you can always use it, it too will need only a line of code
"tray": { "icon-size": 20, "spacing": 10 }
You can remove the empty id entries in the style.css
Nice!! Thanks!! 21 lines css now
@define-color primary #67CBFC;
@define-color secondary #FFD866;
@define-color background #2D2A2E;
window#waybar {
background-color: @background;
color: @secondary;
}
.module {
font-family: "Monaspace Argon NF";
padding: 4px 12px;
}
#workspaces button {
all: initial;
box-shadow: inset 0 -3px transparent;
padding: 4px 12px;
color: @secondary;
transition: all 0.2s ease-in-out;
}
#workspaces button.active {
color: @primary;
}
Awesome, all hail short css files
Pic of the bar?
it is in the post
Im blind mb
this post was submitted on 13 Sep 2026
57 points (100.0% liked)
unixporn
8321 readers
72 users here now
unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Rules
- Post On-Topic
- No Defaults
- Busy Screenshot
- Use High-Quality Images
- Include a Details Comment
- No NSFW
founded 3 years ago
MODERATORS