change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 18:30:43 +01:00
parent 8ca7821ac1
commit 49c832469c
2 changed files with 4 additions and 2 deletions

View file

@ -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";

View file

@ -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";
}, },
... ...
}: }: