Big spaces-to-tabs config reflow

Moving to doing tabs in things. No functional changes.
This commit is contained in:
Trysdyn Black 2023-06-05 22:39:21 -07:00
parent 2de811b974
commit a9a94840e9
7 changed files with 142 additions and 142 deletions

View file

@ -1,16 +1,16 @@
* {
font-family: monospace;
font-size: 14px;
font-family: monospace;
font-size: 14px;
min-height: 0;
}
window#waybar {
background-color: #000;
color: #f0f0f0;
background-color: #000;
color: #f0f0f0;
}
window#waybar.hidden {
opacity: 0.2;
opacity: 0.2;
}
widget {
@ -22,19 +22,19 @@ widget label {
}
#workspaces button {
background-color: transparent;
color: #f0f0f0;
background-color: transparent;
color: #f0f0f0;
padding: 0;
border: 1px solid #666;
border-radius: 0px;
}
#workspaces button.focused {
background-color: #311647;
background-color: #311647;
}
#workspaces button.urgent {
background-color: #eb4d4b;
background-color: #eb4d4b;
}
#window {
@ -52,10 +52,10 @@ widget label {
}
#tray > .passive {
-gtk-icon-effect: dim;
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}