more waybar style fiddling

This commit is contained in:
Benjamin Palko 2024-03-20 14:50:29 -05:00
parent af05aae09a
commit e7049c81eb
12 changed files with 38 additions and 42 deletions

View file

@ -1,4 +1,4 @@
#clock {
color: white;
color: #8fbcbb;
}

View file

@ -1,4 +1,4 @@
#cpu {
color: white;
color: #bf616a;
}

View file

@ -1,7 +1,8 @@
#idle_inhibitor {
color: #5e81ac;
}
#idle_inhibitor.activated {
background-color: #555;
background-color: #d8dee9;
}

View file

@ -1,4 +1,4 @@
#memory {
color: white;
color: #b48ead;
}

View file

@ -1,8 +1,8 @@
#network {
color: #2980b9;
color: #5e81ac;
}
#network.disconnected {
color: #f53c3c;
background-color: #f53c3c;
}

View file

@ -1,4 +1,3 @@
.custom-spotify {
color: #1DB954;
color: #1db954;
}

View file

@ -1,8 +1,8 @@
#temperature {
color: #f0932b;
color: #d08770;
}
#temperature.critical {
color: #eb4d4b;
color: #bf616a;
}

View file

@ -1,5 +1,5 @@
#wireplumber {
color: white;
color: #a3be8c;
}
#wireplumber.muted {

View file

@ -1,6 +1,7 @@
#workspaces {
padding-right: 0px;
padding-left: 0;
padding-right: 0;
}
#workspaces button {
@ -8,10 +9,12 @@
border: none;
border-radius: 0px;
box-shadow: inset 0 -3px transparent;
transition: color 0.5s ease;
}
#workspaces button.active {
color: #5e81ac;
box-shadow: inset 0 -3px #5e81ac;
}
#workspaces button:hover {
@ -20,10 +23,10 @@
}
#workspaces button.focused {
background-color: #64727d;
background-color: #81a1c1;
}
#workspaces button.urgent {
background-color: #eb4d4b;
background-color: #bf616a;
}