From 3b01e6681f3b83d25c59613bffa23bdb2c248186 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 2 Jan 2024 23:08:57 -0500 Subject: updates all round --- waybar/style.css | 92 -------------------------------------------------------- 1 file changed, 92 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index a0c0a32..d229b86 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -8,7 +8,6 @@ window#waybar { background-color: alpha(@base, 0); - /* border-bottom: 3px solid alpha(@surface0, 0.5); */ color: @text; transition-property: background-color; transition-duration: .5s; @@ -18,24 +17,6 @@ window#waybar.hidden { opacity: 0.2; } -/* -window#waybar.empty { - background-color: transparent; -} -window#waybar.solo { - background-color: #FFFFFF; -} -*/ - -window#waybar.termite { - background-color: #3F3F3F; -} - -window#waybar.chromium { - background-color: #000000; - border: none; -} - button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; @@ -111,13 +92,11 @@ button:hover { } #clock { - /* background-color: #64727D; */ border-top: 3px solid @lavender; color: @lavender; } #battery { - /* background-color: #ffffff; */ color: @blue; border-top: 3px solid @blue; padding-right: 18px; @@ -152,13 +131,10 @@ label:focus { } #cpu { - /* background-color: #2ecc71; */ - /* color: #000000; */ border-top: 3px solid @peach; } #memory { - /* background-color: #9b59b6; */ border-top: 3px solid @peach; padding-right: 15px; } @@ -168,65 +144,34 @@ label:focus { } #backlight { - /* background-color: #90b1b1; */ border-top: 3px solid @peach; color: @peach; padding-right: 11px; } #network { - /* background-color: #2980b9; */ border-top: 3px solid @yellow; color: @yellow; padding-right: 15px; } #network.disconnected { - /* background-color: #f53c3c; */ border-top: 3px solid @red; color: @red; } #pulseaudio { - /* background-color: #f1c40f; */ - /* color: #000000; */ border-top: 3px solid @maroon; color: @maroon; } #pulseaudio.muted { - /* background-color: #90b1b1; */ - /* color: #2a5c45; */ border-top: 3px solid @flamingo; background-color: @flamingo; color: @mantle; } -#wireplumber { - background-color: #fff0f5; - color: #000000; -} - -#wireplumber.muted { - background-color: #f53c3c; -} - -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-media.custom-spotify { - background-color: #66cc99; -} - -#custom-media.custom-vlc { - background-color: #ffa000; -} - #temperature { - /* background-color: #f0932b; */ border-top: 3px solid @teal; color: @teal; padding-right: 12px; @@ -239,7 +184,6 @@ label:focus { } #tray { - /* background-color: #2980b9; */ border-top: 3px solid @mauve; } @@ -253,7 +197,6 @@ label:focus { } #idle_inhibitor { - /* background-color: #2d3436; */ border-top: 3px solid @mantle; padding-right: 14px; } @@ -264,48 +207,13 @@ label:focus { border-top: 3px solid @subtext0; } -#mpd { - background-color: #66cc99; - color: #2a5c45; -} - -#mpd.disconnected { - background-color: #f53c3c; -} - -#mpd.stopped { - background-color: #90b1b1; -} - -#mpd.paused { - background-color: #51a37a; -} - #language { - /* background: #00b093; */ color: @sapphire; padding: 0 5px; - /* margin: 0 5px; */ min-width: 16px; border-top: 3px solid @sapphire; } -#keyboard-state { - background: #97e1ad; - color: #000000; - padding: 0 0px; - margin: 0 5px; - min-width: 16px; -} - -#keyboard-state > label { - padding: 0 5px; -} - -#keyboard-state > label.locked { - background: rgba(0, 0, 0, 0.2); -} - #scratchpad { background: @mantle; } -- cgit v1.3