change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:57:56 +01:00
parent ebdcf2ae1b
commit 700f416b4b
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.85";
opacity = "0.95";
cursor = "Numix-Cursor";
palette = rec {
primary_accent_hex = "cba6f7";

View file

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