My dotfiles (written in Nix, btw!) ❄
at main 43 lines 638 B view raw
1* { 2 font-family: "Ubuntu Nerd Font"; 3 font-size: 14px; 4} 5 6#waybar { 7 background: transparent; 8 border: none; 9 box-shadow: none; 10} 11 12#window, 13#workspaces, 14#backlight, 15#tray, 16#network, 17#battery, 18#clock, 19#pulseaudio { 20 padding: 10px; 21} 22 23#workspaces button.active { 24 background: rgba(59, 66, 82, 0.9); 25} 26 27#workspaces button.urgent { 28 background: rgba(191, 97, 106, 0.9); 29} 30 31.modules-left > *, 32.modules-center > *, 33.modules-right > * { 34 background: rgba(46, 52, 64, 0.8); 35 color: #eceff4; 36 border-radius: 16px; 37} 38 39.modules-left > *:hover, 40.modules-center > *:hover, 41.modules-right > *:hover { 42 background: rgba(59, 66, 82, 0.9); 43}