* { border: none; border-radius: 0; min-height: 0; font-family: NotoSans NF SemBd; font-size: 14px; } window#waybar { /* background-color: rgba(30, 30, 46, 0.5); */ background: transparent; transition-property: background-color; transition-duration: 0.5s; } window#waybar.hidden { opacity: 0.5; } #workspaces { background-color: transparent; } #workspaces button, #taskbar button { all: initial; /* Remove GTK theme values (waybar #1351) */ min-width: 0; /* Fix weird spacing in materia (waybar #450) */ box-shadow: inset 0 -3px transparent; /* Use box-shadow instead of border so the text isn't offset */ padding: 6px 18px; margin: 6px 3px; border-radius: 4px; background-color: #1e1e2e; color: #cdd6f4; } #workspaces button.active, #taskbar button.active { color: #1e1e2e; background-color: #cdd6f4; } #taskbar button { padding: 6px 8px; } #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; color: #1e1e2e; background-color: #cdd6f4; } #workspaces button.urgent { background-color: #f38ba8; } #custom-spacer { margin: 12px; border-left: 2px solid white; } #memory, #custom-power, #battery, #backlight, #wireplumber, #network, #clock, #cpu, #bluetooth, #pulseaudio, #temperature, #window, #idle_inhibitor, #custom-swaync, #tray { border-radius: 4px; margin: 6px 3px; padding: 6px 12px; background-color: #1e1e2e; color: #181825; } #custom-power { margin-right: 6px; } #custom-logo { padding-right: 7px; padding-left: 7px; margin-left: 5px; font-size: 15px; border-radius: 8px 0px 0px 8px; color: #1793d1; } #memory, #cpu { background-color: #f5a97f; } #battery { background-color: #f38ba8; } #battery.warning, #battery.critical, #battery.urgent { background-color: #ff0000; color: #FFFF00; } #battery.charging { background-color: #a6e3a1; color: #181825; } #backlight, #bluetooth { background-color: #8aadf4; } #wireplumber, #pulseaudio { background-color: #a6da95; } #network, #custom-swaync { background-color: #8bd5ca; } #clock, #custom-power, #idle_inhibitor, #window { color: #cdd6f4; } #power, #temperature { background-color: #b7bdf8; } tooltip { border-radius: 8px; padding: 15px; background-color: rgba(30, 30, 46, 0.8); } tooltip label { padding: 5px; } menu { border-radius: 8px; padding: 15px; background-color: rgba(30, 30, 46, 0.8); }