/*@import "/home/lanxu/.config/waybar/base16-solarized-light.css";*/ @import "/home/lanxu/.config/waybar/base16-gruvbox-dark-medium.css"; * { font-size: 12px; font-family: "Fira Sans", monospace; } window#waybar { background: transparent; } #workspaces, #clock.1, #clock.2, #clock.3, #pulseaudio, #memory, #cpu, #battery, #disk, #custom-gpu, #custom-pacman, #mpd, #network, #tray, #mpd { background: @base00; color: @base07; margin-top: 0px; margin-bottom: 2px; } #tray { background: @base03; color: @base0D; padding-left: 10px; padding-right: 5px; border-radius: 0px 0 0 5px; } #workspaces { border-radius: 0 0px 5px 0; } #clock.1 { border-radius: 0px 0 0 5px; } #clock.2 { font-weight: bold; } #clock.3 { border-radius: 0 0px 5px 0; } #pulseaudio { border-radius: 0px 0 0 5px; } #workspaces button { color: @base07; border: none; border-radius: 0; padding: 0 5px 0 5px; border-top: 2px solid @base00; border-bottom: 2px solid @base00; } #workspaces button:last-child { margin-right: 5px; } #workspaces button.focused { background: @base02; } #workspaces button.urgent { background: @base08; } #workspaces button.urgent:hover { box-shadow: inherit; text-shadow: inherit; background: @base08; border-radius: 0; } #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; background: @base02; border-radius: 0; } #pulseaudio { color: @base0D; } #memory { color: @base0D; } #cpu { color: @base0D; } #custom-gpu { color: @base0D; } #battery { color: @base0D; } #disk { color: @base0D; } #mpd { color: @base0D; } #clock, #pulseaudio, #memory, #cpu, #battery, #custom-gpu, #mpd, #network, #custom-pacman, #disk { padding: 0 10px; }