* { border: none; border-radius: 0px; /* `otf-font-awesome` is required to be installed for icons */ font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 13px; min-height: 0; } window#waybar { background-color: transparent; color: white; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { opacity: 0.2; } #workspaces button { background: #f9f06b; color: white; border-radius: 20px; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button:hover { background: lightblue; color: white; border-bottom: 3px solid white; } #workspaces button.focused { background: #f9f06b; color: white; } #workspaces button.focused:hover { background: lightblue; color: white; border-bottom: 3px solid white; } #workspaces button.urgent { background-color: #eb4d4b; } #mode { background-color: #64727D; border-bottom: 3px solid white; } #clock, #custom-power, #battery, #cpu, #memory, #disk, #temperature, #network, #pulseaudio, #custom-media, #custom-launcher, #custom-update, #custom-layout, #taskbar, #tray, #mode, #idle_inhibitor, #bluetoth { padding: 0 10px; color: black; } #window, #workspaces { margin: 0px 4px; } /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { margin-left: 0px; } /* If workspaces is the rightmost module, omit right margin */ .modules-right > widget:last-child > #workspaces { margin-right: 0px; } #clock { background-color: #268bd2; color: white; } #custom-power { background-color: #268bd2; color: white; border-radius: 0px 20px 20px 0px; margin-right: 4px; } #bluetooth { background-color: #268bd2; color: white; } #battery { background-color: #268bd2; color: white; border-radius: 20px 0px 0px 20px; margin-left: 4px; } #battery.charging, #battery.plugged { color: white; background-color: #268bd2; } @keyframes blink { to { background-color: #268bd2; color: white; } } #battery.critical:not(.charging) { background-color: #268bd2; color: white; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #f9f06b; } #cpu { background-color: #268bd2; color: white; } #memory { background-color: #268bd2; color: white; } #disk { background-color: #268bd2; color: white; } #network { background-color: #268bd2; color: white; } #network.disconnected { background-color: #268bd2; color: white; } #pulseaudio { background-color: #268bd2; color: white; } #pulseaudio.muted { background-color: #268bd2; color: white; } #custom-update{ background-color: #268bd2; color: white; font-size: 18px; border-radius: 20px; margin-left: 2px; } #custom-launcher{ background-color: #268bd2; color: white; font-size: 25px; border-radius: 20px; margin-right: 2px; } #taskbar { background-color: #f9f06b; border-radius: 20px; } #temperature { background-color: #268bd2; color: white; border-radius: 0px 20px 20px 0px; } #tray { background-color: #268bd2; color: white; } #idle_inhibitor { background-color: #268bd2; color: white; border-radius: 20px 0px 0px 20px; } #idle_inhibitor.activated { background-color: #268bd2; color: white; border-radius: 20px 0px 0px 20px; }