@define-color base #24273a; @define-color mantle #1e2030; @define-color crust #181926; @define-color text #cad3f5; @define-color subtext0 #a5adcb; @define-color subtext1 #b8c0e0; @define-color surface0 #363a4f; @define-color surface1 #494d64; @define-color surface2 #5b6078; @define-color overlay0 #6e738d; @define-color overlay1 #8087a2; @define-color overlay2 #939ab7; @define-color blue #8aadf4; @define-color lavender #b7bdf8; @define-color sapphire #7dc4e4; @define-color sky #91d7e3; @define-color teal #8bd5ca; @define-color green #a6da95; @define-color yellow #eed49f; @define-color peach #f5a97f; @define-color maroon #ee99a0; @define-color red #ed8796; @define-color mauve #c6a0f6; @define-color pink #f5bde6; @define-color flamingo #f0c6c6; @define-color rosewater #f4dbd6; * { color: @lavender; border: 0; padding: 0 0; font-family: UbuntuMono; /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */ font-size: 19px; font-weight: bold; transition: all 0.5s ease; } window#waybar { /* border-bottom: 4px solid shade(@base, 1.1); */ /* border-radius: 10px; */ /* background:#2d2a2e; */ /* background-color: rgba(36, 39, 58, 0.60); */ /* background-color: rgba(0, 0, 0, 0); */ /* background-color: shade(#1e1e2e, 0.95); */ /* background-color: rgba(9, 3, 18, 0.70); */ background: none; } #workspaces button { color: @base; border-radius: 50%; /* background-color: @base; */ margin: 0px 8px 0px 8px; padding: 2px 6px 2px 0px; } #workspaces button:hover * { color: @mauve; } #workspaces button:hover { color: @mauve; /* border-radius: 20px; */ box-shadow: none; /* Remove predefined box-shadow */ text-shadow: none; /* Remove predefined text-shadow */ border: 0px; background: none; } #workspaces * { color: whitesmoke; } #workspaces { border-style: solid; background-color: shade(@base, 0.7); opacity: 1; border-radius: 10px; margin: 9px 8px 8px 8px; } #workspaces button.active { color: @mauve; border-radius: 20px; /* background-color: @flamingo; */ } #workspaces button.active * { color: @mauve; } #mode { color: #ebcb8b; } #clock, #battery, #cpu, #memory, #idle_inhibitor, #temperature, #backlight, #network, #pulseaudio, #mode, #tray, #custom-pacman, #custom-playerctl, #mpd { padding: 6px 8px; border-style: solid; background-color: shade(@base, 0.70); opacity: 1; margin: 9px 0px 8px 0px; } #mpd { border-radius: 10px; color: @mauve; margin-left: 5px; background-color: rgba(0, 0, 0, 0); } #custom-background { border-radius: 0px 10px 10px 0px; background-color: @base; color: white; padding: 5px 14px 5px 5px; } #custom-playerctl { color: @mauve; border-radius: 10px; margin: 9px 8px 8px 0px; } #clock { color: @mauve; border-radius: 10px; margin: 9px 10px 8px 10px; } #backlight { color: @yellow; border-radius: 10px 0 0 10px; } #battery { color: @sky; /* border-bottom: 2px solid #d8dee9; */ border-radius: 0 10px 10px 0; margin-right: 10px; } #battery.charging { color: #81a1c1; } @keyframes blink { to { color: @red; /* border-bottom: 2px solid @red; */ } } #battery.critical:not(.charging) { color: #bf616a; /* border-bottom: 2px solid #bf616a; */ animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } #cpu { color: @sky; /* border-bottom: 2px solid @sky; */ } #cpu #cpu-icon { color: @sky; } #memory { color: @sky; } #network.disabled { color: #bf616a; /* border-bottom: 2px solid #bf616a; */ } #network { color: @green; /* border-bottom: 2px solid @green; */ border-radius: 10px; margin-right: 8px; } #network.disconnected { color: #bf616a; /* border-bottom: 2px solid #bf616a; */ } #pulseaudio { color: @flamingo; border-radius: 0 10px 10px 0; margin-right: 10px; /* border-bottom: 2px solid @flamingo; */ } #pulseaudio.muted { color: #3b4252; /* border-bottom: 2px solid #3b4252; */ } #temperature { color: @teal; border-radius: 10px 0 0 10px; } #temperature.critical { color: @red; /* border-bottom: 2px solid @red; */ } #custom-pacman { border-radius: 10px 0 0 10px; } #idle_inhibitor { background-color: #ebcb8b; color: @base; } #tray { /* background-color: @base; */ border-radius: 10px; } #window { border-style: hidden; margin-left: 10px; /* margin-top:1px; padding: 8px 1rem; */ margin-right: 10px; color: #eceff4; } #mode { margin-bottom: 4px; } /* window#waybar { background: #2d2a2e; } * { color: #c8b9a9; font-family: Ubuntu Mono, sans-serif; font-size: 12px; } #workspaces button.focused { color: #f2e5bc; } #workspaces button { color: #c8b9a9; } .separator { background-color: #c8b9a9; } #mode { color: #ebcb8b; } #clock { color: #a3be8c; } #battery { color: #d8dee9; } #battery.charging { color: #b48ead; } #battery.critical:not(.charging) { color: #bf616a; } #cpu { color: #a3be8c; } #memory { color: #d3869b; } #network { color: #8fbcbb; } #network.disabled { color: #bf616a; } #network.disconnected { color: #bf616a; } #pulseaudio { color: #b48ead; } #pulseaudio.muted { color: #bf616a; } #temperature { color: #8fbcbb; } #temperature.critical { color: #bf616a; } */