mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more config
This commit is contained in:
parent
0035f0f1fa
commit
f740a9542f
8 changed files with 90 additions and 21 deletions
|
@ -0,0 +1,19 @@
|
|||
* {
|
||||
font-family: "CodeNewRoman Nerd Font";
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(254, 254, 254, 0.6);
|
||||
|
||||
}
|
||||
|
||||
#clock, #battery, #cpu, #wireplumber, #bluetooth {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #7b002c;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue