mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: make waybar a little smaller
This commit is contained in:
parent
d439e22d56
commit
b8ccc8da0b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
let custom = {
|
let custom = {
|
||||||
font = "JetBrainsMono Nerd Font";
|
font = "JetBrainsMono Nerd Font";
|
||||||
font_size = "15px";
|
font_size = "10px";
|
||||||
font_weight = "bold";
|
font_weight = "bold";
|
||||||
text_color = "#cdd6f4";
|
text_color = "#cdd6f4";
|
||||||
secondary_accent= "89b4fa";
|
secondary_accent= "89b4fa";
|
||||||
|
|
@ -29,7 +29,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
font-size: 18px;
|
font-size: 10px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue