{ neotheme }: with neotheme.colors; '' * { border: none; border-radius: 0; font-family: "JetBrainsMono Nerd Font"; font-size: 14px; min-height: 0; } window#waybar { background: #${background}; color: #${foreground}; padding: 10px; } #workspaces button { padding: 0 8px; background: #${color4}; color: #${background}; border-bottom: 3px solid rgba (255, 255, 255, .2); } #workspaces button.focused { background-color: #${color4}; border-bottom: 3px solid #${background}; } #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; } #clock, #cpu, #temperature, #backlight, #network, #memory, #language, #pulseaudio, #tray, #mode, #mpd { padding: 0 10px; margin: 0 4px; color: #${background}; background-color: #${color4}; border-bottom: 3px solid rgba (255, 255, 255, .2); } @keyframes blink { to { background-color: #${color4}; color: #${background}; } } ''