summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-01-02 23:08:57 -0500
committerJosh <joshott16@gmail.com>2024-01-02 23:08:57 -0500
commit3b01e6681f3b83d25c59613bffa23bdb2c248186 (patch)
tree698f708e2bdd4d41bb855cd8a8fa53ddfe2eaf9d /waybar/style.css
parent3497f5cc1be13cba0dcccc465db3314f213c7665 (diff)
downloaddotfiles-3b01e6681f3b83d25c59613bffa23bdb2c248186.tar.gz
dotfiles-3b01e6681f3b83d25c59613bffa23bdb2c248186.zip
updates all round
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css92
1 files changed, 0 insertions, 92 deletions
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;
}