waybar update

This commit is contained in:
Benjamin Palko 2024-10-12 22:27:58 -04:00
parent fe8156e7bd
commit 63a19cbcf3
16 changed files with 1 additions and 156 deletions

View file

@ -69,7 +69,6 @@
#clock,
#idle_inhibitor,
#mpris,
#custom-swaync,
#wireplumber,
#custom-swww {
background: @button;
@ -115,6 +114,6 @@
}
#custom-os {
padding: 0 12px 0 6px;
padding: 0 14px 0 8px;
font-size: 24px;
}

View file

@ -1,14 +0,0 @@
.modules-left {
padding: 0 3px;
margin-left: 10px;
}
.modules-center {
padding: 0 3px;
}
.modules-right {
padding: 0 3px;
margin-right: 10px;
}

View file

@ -1,13 +0,0 @@
.module {
border-radius: 9999px;
margin: 4px 0;
}
label.module {
padding: 0 10px;
/* box-shadow: inset 0 -2px; */
}
box.module {
padding: 0 10px;
}

View file

@ -1,4 +0,0 @@
#clock {
background: @color5;
}

View file

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

View file

@ -1,9 +0,0 @@
#idle_inhibitor {
padding: 0 16px 0 12px;
background-color: @color5;
}
#idle_inhibitor.activated {
background-color: @color6;
}

View file

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

View file

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

View file

@ -1,5 +0,0 @@
.custom-spotify {
color: #333;
background-color: #1db954;
font-style: italic;
}

View file

@ -1,4 +0,0 @@
.custom-swaync {
background-color: white;
}

View file

@ -1,4 +0,0 @@
.custom-swww {
color: @color9;
}

View file

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

View file

@ -1,22 +0,0 @@
#tray {
padding: 0 10px;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#tray button {
border-radius: 0px;
box-shadow: inset 0 -3px transparent;
}
#tray button:hover {
box-shadow: inset 0 -3px #5e81ac;
}

View file

@ -1,16 +0,0 @@
#window {
color: @color6;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}
window#waybar.kitty {
background-color: transparent;
color: #ffffff;
}
/* make window module transparent when no windows present */
window#waybar.empty #window {
background-color: transparent;
}

View file

@ -1,8 +0,0 @@
#wireplumber {
background: @color4;
}
#wireplumber.muted {
color: #f53c3c;
}

View file

@ -1,31 +0,0 @@
#workspaces {
padding: 0;
/* border: 2px solid @color4; */
}
#workspaces button {
padding: 0 9px 0 4px;
box-shadow: none;
border: none;
border-radius: 9999px;
color: @color2;
}
#workspaces button.active {
color: @color5;
}
#workspaces button:hover {
background: transparent;
color: @color5;
}
#workspaces button.focused {
color: @color4;
}
#workspaces button.urgent {
color: #bf616a;
}