waybar: add basic setup

This commit is contained in:
Christoph Hollizeck 2025-10-29 20:25:43 +01:00
parent 890fcfc6ce
commit 35c774b55e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1,39 @@
@define-color foreground #eeeeee;
@define-color foreground-inactive #aaaaaa;
@define-color background #000000;
* {
font-family: JetBrainsMono Nerd Font;
font-size: 17px;
padding: 0;
margin: 0;
}
#waybar {
color: @foreground;
background-color: @background;
}
#workspaces button {
color: @foreground;
padding-right: .5em
}
#workspaces button.empty {
color: @foreground-inactive;
}
#memory,
#custom-platform-profile {
padding-left: 1em
}
#wireplumber,
#battery,
#idle_inhibitor,
#language,
#network,
#bluetooth,
#tray {
padding-right: 1em
}