diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 8f664fe..ffb71c0 100755 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -1,7 +1,7 @@ { ... }: let custom = { - font = "RobotoMono Nerd Font"; + font = "JetBrainsMono Nerd Font"; fontsize = "12"; primary_accent = "cba6f7"; secondary_accent= "89b4fa"; diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 80dd6e2..a75061a 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -6,6 +6,8 @@ secondary_accent = "89b4fa"; tertiary_accent = "f5f5f5"; background = "11111B"; + opacity = ".85"; + cursor = "Numix-Cursor"; }, ... }: diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index 463d030..5907740 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -6,6 +6,8 @@ secondary_accent = "89b4fa"; tertiary_accent = "f5f5f5"; background = "11111B"; + opacity = ".85"; + cursor = "Numix-Cursor"; }, ... }: