updated goober config

This commit is contained in:
chloe 2024-12-08 10:11:34 +01:00
parent 6fcf4c62e2
commit 7455e9981f
7 changed files with 31 additions and 5 deletions

View file

@ -1,12 +1,12 @@
* {
font-family: "CodeNewRoman Nerd Font";
font-weight: bold;
font-size: 14px;
font-size: 12px;
color: #fff;
}
window#waybar {
background-color: rgba(254, 254, 254, 0.6);
background-color: #000;
}
@ -17,3 +17,7 @@ window#waybar {
#workspaces button.focused {
background-color: #7b002c;
}
#workspaces {
padding: 4px 0;
}