dotfiles/.config/waybar/style.css
Martin Büchler 7d13e6ff1c chore: initial commit of all dotfiles, configs, and setup scripts
Includes modular setup, device profile support, and documentation.

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-07 23:05:28 +02:00

49 lines
914 B
CSS

* {
font-family: JetBrainsMono, monospace;
font-size: 13px;
border: none;
box-shadow: none;
min-height: 0;
}
window#waybar {
background: rgba(30, 30, 46, 0.95);
border-radius: 10px;
color: #cdd6f4;
border: 1px solid #181825;
margin: 6px 6px 0 6px;
}
#workspaces button {
background: transparent;
color: #a6adc8;
border-radius: 6px;
margin: 0 2px;
padding: 0 8px;
transition: background 0.2s, color 0.2s;
}
#workspaces button.active {
background: #89b4fa;
color: #1e1e2e;
}
#workspaces button.urgent {
background: #f38ba8;
color: #1e1e2e;
}
#clock, #cpu, #memory, #temperature, #pulseaudio, #network, #battery, #tray, #backlight, #disk, #idle_inhibitor {
padding: 0 10px;
margin: 0 2px;
border-radius: 6px;
background: rgba(49, 50, 68, 0.7);
}
#battery.charging {
color: #a6e3a1;
}
#battery.critical {
color: #f38ba8;
}
#pulseaudio.muted {
color: #f9e2af;
}