@import "theme.css"; * { font-family: "monospace"; min-height: 0; font-weight: bold; font-size: 100%; } window#waybar { /* background-color: #005577; */ } #window { padding-left: 10px; } #custom-vanity { padding-left: 5px; padding-right: 10px; } #taskbar button, #workspaces button { color: @subtext0; border-radius: 0px; } #taskbar button.active, #workspaces button.active { color: @text; } #workspaces button.urgent { /* color: #fb4934; */ } .modules-left, .modules-right { color: #cdd6f4; } .modules-right { padding-left: 10px; } #image.album-art { border-radius: 10px; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; } #custom-recording { padding-right: 10px; } #custom-music { padding-right: 10px; } #custom-packages { color: @pink; padding-right: 10px; } #custom-news { padding-right: 10px; } #cpu { padding-right: 10px; } #cpu.high { color: @red; } #cpu.mid { color: @yellow; } #cpu.low { color: @green; } #custom-memory { padding-right: 10px; } #custom-memory.high { color: @red; } #custom-memory.mid { color: @yellow; } #custom-memory.low { color: @green; } #custom-forecast { padding-right: 10px; } #custom-weather, #custom-rainchance { padding-right: 10px; } #custom-rainchance.high { color: @mauve; } #custom-rainchance.mid { color: @blue; } #custom-rainchance.low { color: @sky; } #custom-weather.very_hot { color: @maroon; } #custom-weather.hot { color: @red; } #custom-weather.warm { color: @peach; } #custom-weather.mild { color: @yellow; } #custom-weather.cool { color: @mauve; } #custom-weather.chilly { color: @pink; } #custom-weather.cold { color: @flamingo; } #custom-weather.below_zero { color: @rosewater; } #custom-mailbox { color: @yellow; padding-right: 10px; } #custom-microphone, #custom-volume, #custom-clock, #custom-internet, #tray { padding-right: 10px; }