more customization

This commit is contained in:
chloe 2025-01-19 18:30:54 +01:00
parent 6ea7577261
commit e04301b9ff
4 changed files with 44 additions and 6 deletions

View file

@ -2,11 +2,11 @@
font-family: "CodeNewRoman Nerd Font";
font-weight: bold;
font-size: 12px;
color: #fff;
color: #000;
}
window#waybar {
background-color: #000;
background-color: #fff;
}
@ -15,9 +15,15 @@ window#waybar {
}
#workspaces button.focused {
background-color: #7b002c;
border-bottom: solid 2px #7b002c;
border-radius: 0;
}
#workspaces {
padding: 4px 0;
}
window#waybar {
min-height: 14px; /* set waybar's height to 18px */
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
}