style waybar to my liking >:)

This commit is contained in:
Benjamin Palko 2024-03-20 13:50:33 -05:00
parent 1610d3a732
commit af05aae09a
9 changed files with 73 additions and 99 deletions

View file

@ -1,10 +1,7 @@
#idle_inhibitor {
border-radius: 9999px;
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
background-color: #555;
}

View file

@ -1,5 +1,5 @@
#tray {
background-color: #2980b9;
padding: 0 10px;
}
#tray > .passive {
@ -11,3 +11,12 @@
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,12 +1,13 @@
#workspaces {
padding-right: 5px;
padding-right: 0px;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ddd;
border: none;
border-radius: 0px;
box-shadow: inset 0 -3px transparent;
}
#workspaces button.active {
@ -15,24 +16,14 @@
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -3px #5e81ac;
}
#workspaces button.focused {
background-color: #64727d;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 8px;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}