change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:56:14 +01:00
parent b74ce38531
commit ebdcf2ae1b
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ let
secondary_accent= "89b4fa";
tertiary_accent = "f5f5f5";
background = "11111B";
opacity = "0.55";
opacity = "0.85";
cursor = "Numix-Cursor";
palette = rec {
primary_accent_hex = "cba6f7";

View file

@ -6,7 +6,7 @@
secondary_accent = "89b4fa";
tertiary_accent = "cdd6f4";
background = "11111B";
opacity = ".95";
opacity = ".85";
cursor = "Numix-Cursor";
},
...