waybar: almost finish polybar clone

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

View File

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