almost usable

This commit is contained in:
2026-06-03 10:05:15 +02:00
parent 429805224d
commit 43ae60d979
6 changed files with 212 additions and 67 deletions
+50
View File
@@ -0,0 +1,50 @@
* {
font-family: JetBrainsMono Nerd Font;
font-size: 13px;
border: none;
border-radius: 0;
min-height: 0;
}
window#waybar {
background: #0a0a0a;
color: #f3eeea;
}
#workspaces button {
color: #f3eeea;
background: transparent;
padding: 0 4px;
}
#workspaces button.focused {
color: #cd0a00;
}
#workspaces button:hover {
color: #cd0a00;
background: transparent;
box-shadow: none;
}
#clock {
color: #f3eeea;
}
#cpu {
color: #f3eeea;
padding: 0 8px;
}
#battery {
color: #f3eeea;
padding: 0 8px;
}
#battery.warning {
color: #cd0a00;
}
#battery.critical {
color: #cd0a00;
}