change waybar config
This commit is contained in:
parent
8ca7821ac1
commit
49c832469c
|
@ -9,7 +9,7 @@ let
|
|||
background = "11111B";
|
||||
opacity = "1";
|
||||
cursor = "Numix-Cursor";
|
||||
palette = {
|
||||
palette = rec {
|
||||
primary_accent_hex = "cba6f7";
|
||||
secondary_accent_hex = "89b4fa";
|
||||
tertiary_accent_hex = "f5f5f5";
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
custom ? {
|
||||
font = "JetBrainsMono Nerd Font";
|
||||
font = "RobotoMono Nerd Font";
|
||||
fontsize = "12";
|
||||
primary_accent = "cba6f7";
|
||||
secondary_accent = "89b4fa";
|
||||
tertiary_accent = "f5f5f5";
|
||||
background = "11111B";
|
||||
opacity = ".85";
|
||||
cursor = "Numix-Cursor";
|
||||
},
|
||||
...
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue