From 8ca7821ac17d40c01c5da4ee72a5f3c5541d822d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 18:28:32 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/default.nix | 2 +- modules/home/waybar/settings.nix | 2 ++ modules/home/waybar/style.nix | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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"; }, ... }: