style.css (910B)
1 * { 2 border: none; 3 /* font-family: "Terminess Nerd Font Propo, monospace"; */ 4 font-family: "IoskeleyMonoNL Nerd Font, monospace"; 5 font-size: 14px; 6 font-weight: bold; 7 min-height: 0; 8 } 9 10 window#waybar { 11 background-color: alpha(#0a0a0a, 0.8); 12 } 13 14 #battery { 15 background: transparent; 16 } 17 18 /* Different battery states indicator */ 19 #battery.discharging.warning { 20 color: #ffa500; 21 } 22 23 #battery.discharging.critical { 24 color: #ff0000; 25 } 26 27 #clock, 28 #battery, 29 #window, 30 #custom-brightness, 31 #custom-uptime, 32 #custom-vpn, 33 #memory, 34 #network, 35 #mpris, 36 #bluetooth, 37 #pulseaudio, 38 #tray { 39 padding: 0 12px; 40 } 41 42 /* add grey color to some modules */ 43 #network, 44 #memory, 45 #bluetooth, 46 #pulseaudio, 47 #custom-brightness, 48 #custom-uptime, 49 #custom-vpn, 50 #clock, 51 #window, 52 #battery { 53 color: #cccccc; 54 /* color: #9b8ec4; */ 55 } 56 57 #temperature.critical { 58 color: #ff0000; 59 } 60 61 /* custom modules */ 62 #custom-screenrecording-indicator { 63 color: #ff0000; 64 }