more styling

This commit is contained in:
Benjamin Palko 2024-03-22 17:32:45 -05:00
parent 7798e8360c
commit 3c21b077ba
10 changed files with 51 additions and 21 deletions

View file

@ -1,5 +1,4 @@
#clock {
color: #eee;
background-color: @color4;
background: @color5;
}

View file

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

View file

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

View file

@ -1,6 +1,5 @@
#wireplumber {
color: #eee;
background-color: @color6;
background: @color4;
}
#wireplumber.muted {

View file

@ -9,7 +9,6 @@
box-shadow: none;
border: none;
border-radius: 0;
color: @color8;
}
#workspaces button:first-child {
@ -23,13 +22,11 @@
}
#workspaces button.active {
background-color: @color4;
color: @color8;
background: @color4;
}
#workspaces button:hover {
background: @color4;
color: @color8;
}
#workspaces button.focused {