mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more customization
This commit is contained in:
parent
6ea7577261
commit
e04301b9ff
4 changed files with 44 additions and 6 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue