@define-color base00 #ff0000; @define-color base01 #1a1a1a; @define-color base02 #363636; @define-color base03 #ffffff; @define-color base04 #cfac78; @define-color base05 #cfac78; @define-color base06 #e8e8e8; @define-color base07 #f8f8f8; @define-color base08 #ab4642; @define-color base09 #dc9656; @define-color base0A #f7ca88; @define-color base0B #a1b56c; @define-color base0C #86c1b9; @define-color base0D #7cafc2; @define-color base0E #ba8baf; @define-color base0F #a16946; * { transition: none; box-shadow: none; } #waybar { font-family: 'Source Code Pro', sans-serif; font-size: 1.2em; font-weight: 400; color: @base04; background: @base01; } #workspaces { margin: 0 4px; } #workspaces button { margin: 4px 0; padding: 0 4px; color: @base05; } #workspaces button.visible { } #workspaces button.active { border-radius: 4px; background-color: #8c4b00; } #workspaces button.urgent { color: rgba(238, 46, 36, 1); } #tray { margin: 4px 4px 4px 4px; border-radius: 4px; background-color: @base02; } #tray * { padding: 0 6px; border-left: 1px solid @base00; } #tray *:first-child { border-left: none; } #mode, #battery, #cpu, #memory, #bluetooth, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-updates, #custom-weather, #custom-mail, #clock, #temperature { margin: 4px 2px; padding: 0 6px; background-color: @base02; border-radius: 4px; min-width: 20px; } #pulseaudio.muted { color: @base0F; } #pulseaudio.bluetooth { color: @base0C; } #clock { margin-left: 0px; margin-right: 4px; background-color: transparent; } #temperature.critical { color: @base0F; } #window { font-size: 0.9em; font-weight: 400; font-family: sans-serif; }