/* General settings */ * { font-family: FontAwesome, 'MonoLisa Nerd Font Mono', sans serif; font-size: 14px; } window#waybar { background: rgba(237,230,219, 0.8); border-radius: 10px; } #battery, #bluetooth, #cava, #clock, #cpu, #pulseaudio, #temperature, #tray, #network, #custom-media, #custom-workspaces, #custom-weather { background-color: #2A2A2A; color: #EDE6DB; padding-top: 0px; padding-bottom: 0px; padding-left: 7px; padding-right: 7px; border: 1px solid #C1A550; } #battery, #clock, #cpu, #network { border-radius: 10px 0px 0px 10px; margin-right: 1px; } #bluetooth, #pulseaudio, #temperature, #tray { border-radius: 0px 10px 10px 0px; margin-right: 5px; } button { border: none; border-radius: 0; text-shadow: none; box-shadow: none; } #pulseaudio { border-radius: 0px 10px 10px 0px; min-width: 10px; margin-right: 5px; } #taskbar { background-color: #2A2A2A; border-radius:10px; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; min-width: 100px; } #taskbar button { border-radius: 10px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 5px; margin-left: 5px; background-color: #494848; color: #A2A2A2; } #taskbar button:nth-child(1){ margin-left: 0px; } #taskbar button.active{ background-color: #2A2A2A; color: #EDE6DB; border: 2px solid #C1A550; } #tray { min-width: 10px; margin-right: 0px; } #custom-workspaces { font-size:23px; border-radius: 10px; border: 2px solid #C1A550; }