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