diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index ffb71c0..a291d08 100755 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -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"; diff --git a/modules/home/waybar/tmp.nix b/modules/home/waybar/tmp.nix index ea5562f..d1eea03 100644 --- a/modules/home/waybar/tmp.nix +++ b/modules/home/waybar/tmp.nix @@ -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"; }, ... }: