Initial commit

This commit is contained in:
2026-03-22 18:04:35 +01:00
commit 1d5ca0aa29
74 changed files with 2537 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
* {
border: none;
border-radius: 0;
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 12px;
min-height: 0;
}
window#waybar {
background: #1e1e2e;
color: #cdd6f4;
}
#workspaces button {
padding: 0 8px;
color: #6c7086;
}
#workspaces button.active {
color: #89b4fa;
}
#workspaces button:hover {
background: #313244;
}
#window {
color: #a6adc8;
}
#cpu, #memory, #network, #pulseaudio, #clock {
padding: 0 10px;
}
#clock {
color: #f9e2af;
}
#cpu {
color: #fab387;
}
#memory {
color: #f38ba8;
}
#network {
color: #89b4fa;
}
#pulseaudio {
color: #a6e3a1;
}