* { border: none; font-size: 15px; margin: 2.5px; font-family: MagicMushroom; } window#waybar { background-color: transparent; color: #d8dee9; border-radius: 15px; } #workspaces { font-family:JetBrainsMono; background-color: #3b4252; padding: 1px 5px 1px 5px; font-size: 15px; border-radius: 10px; } #workspaces button { font-size: 10px; border-radius: 10px; margin: 0; background-color: transparent; color: #ffffff; } #window { color: #d8dee9; margin: 0px; font-size: 14px; border-radius: 10px; padding: 0px 6px 0px 6px; } @keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } window#waybar.empty { /* background-color: #353b49; */ } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button:hover { box-shadow: inherit; color: #5e81ac; } #workspaces button.focused,#tags button.occupied { color: #81a1c1; } #tags button.focused { color: #5e81ac; } #workspaces button.urgent { color: #BF616A; } #tags button { font-family:MagicMushroom; font-weight: 600; } #mpd { padding: 0px 10px; color: #ffffff; } /* TASKBAR */ #taskbar { margin: 2px 4px 2px 4px; } #taskbar button { border-radius: 10px; font-size: 14px; margin: 0px 5px 0px 5px; padding: 0px 6px 0px 6px; background-color: #2e3440; } #taskbar button.active { /* background-color: #434c5e; */ color: #5e81ac; } #taskbar button.minimized { color: #ebcb8b; } #taskbar button:hover { box-shadow: inherit; background-color: rgba(35,39,49,0.4); } /* BROWSER BOOKMARKS */ #custom-name, #custom-firefox,#custom-libreoffice,#custom-dolphin,#custom-youtube,#custom-kate, #custom-store. { background-color: transparent; font-size: 15px; margin-left: 0; margin-right: 0; padding: 0px 15px 0px 15px ; } #custom-firefox { margin-left: 10px; border-radius: 10px 0px 0px 10px; font-size: 15px; color: #d08770; } #custom-libreoffice { color: #ebcb8b; font-size: 15px; } #custom-library { color: #c57078; font-size: 15px; } #custom-dolphin { color: #a3be8c; border-radius: 0px 10px 10px 0px; font-size: 15px; } #custom-youtube { color: #b48ead; font-size: 15px; } #custom-kate { color: #88c0d0; font-size: 15px; } #custom-store { margin-left: 10px; font-size: 15px; } #custom-launcher { margin-left: 10px; margin-right: 10px; font-size: 15px; background-color: #88c0d0; padding: 7px 7px 7px 7px; border-radius: 15px; } /* WIDGETS */ #cpu, #idle_inhibitor, #custom-pacman, #memory, #backlight, #disk, #network, #pulseaudio, #custom-weather, #temperature, #mpd { font-size: 14px; background-color: #3b4252; padding: 0px 14px 0px 14px; margin: 3px 0px 3px 0px; border-radius: 0px; } #disk { color:#b48ead; } #memory { color:#d08770; } #cpu { color:#c57078; } #network { color: #9da98d; } #custom-weather { color:#81a1c1; } #custom-weather { padding: 0px 8px 0px 8px; background-color:#4c566a; color:#b48ead; } #custom-media { color: #818896; border-radius: 0px; margin-left: 10px; padding: 0px 14px 0px 14px; } #custom-media.Playing { color: #81a1c1; border-radius: 0px; font-weight: 500; } #custom-media.Music { color: #b48ead; border-radius: 0px; font-weight: 500; } #custom-pacman { color: #ebcb8b; border-radius: 0px 10px 10px 0px; font-weight: 600; background-color:#4c566a; } #pulseaudio { color: #8fbcbb; border-radius: 10px 0px 0px 10px; } #pulseaudio.muted { border-radius: 10px; color: #4c566a; } #temperature{ color: #88c0d0; } #temperature.critical { color: #eb4d4b; } #backlight{ background-color:#4c566a; margin: 3px 0px 3px 0px; color: #ebcb8b; border-radius: 0px 10px 10px 0px; font-size: 17px; } #battery { font-size: 14px; background-color: #3b4252; border-radius: 10px 0px 0px 10px; color: #88c0d0; padding: 0px 14px 0px 14px; margin: 3px 0px 3px 12px; } #battery.charging { color: #ffffff; } @keyframes blink { to { background-color: #ffffff; color: #000000; } } #battery.critical:not(.charging) { background-color: #88c0d0; border-radius: 10px; color: #ffffff; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #000000; } #idle_inhibitor { font-size: 20px; color: #6f7787; } #idle_inhibitor.activated { color: #ffffff; } #custom-power, #custom-recorder, #tray { background-color: transparent; padding: 2px 10px 2px 10px; margin: 2px 10px 2px 10px; } #clock { font-family:MagicMushroom; font-size: 14px; margin-left: 5px; padding: 0px 14px 0px 14px; background-color: #3b4252; border-radius: 10px; } #custom-recorder { color:#c57078; padding: 2px 5px 2px 15px; margin: 2px 2px 2px 2px; font-size: 18px; } #tray { border-radius: 15px; margin-left: 7px; color: #8fbcbb; } #custom-power { color: #eceff4; background-color: #88c0d0; font-size: 17px; margin-right: 2px; border-radius: 15px; } #mpd.disconnected { background-color: #f53c3c; } #mpd.stopped { background-color: #90b1b1; } #mpd.paused { background-color: #51a37a; }