waybar: almost finish polybar clone

This commit is contained in:
2025-02-01 21:06:03 +02:00
parent 55837f4a0a
commit dd2b6da3a8
2 changed files with 18 additions and 2 deletions

View File

@ -59,7 +59,7 @@
"mpd": { "mpd": {
"format": "{artist} - {title}", "format": "{artist} - {title}",
"format-disconnected": "Disconnected ", "format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ", "format-paused": "MPD paused",
"unknown-tag": "N/A", "unknown-tag": "N/A",
"interval": 5, "interval": 5,
"tooltip-format": "MPD (connected)", "tooltip-format": "MPD (connected)",

View File

@ -1,7 +1,7 @@
@import url("../../.cache/wal/colors-waybar.css"); @import url("../../.cache/wal/colors-waybar.css");
* { * {
font-family: "mononoki"; font-family: "mononoki Nerd Font";
font-size: 16; font-size: 16;
} }
@ -37,3 +37,19 @@
#network { #network {
color: @color1; color: @color1;
} }
#workspaces button {
color: @foreground;
}
#workspaces button.active {
color: @color4;
}
#workspaces button.visible {
color: @color4;
}
#workspaces button.urgent {
background-color: @color6;
}