From 42012cd6978eaea8768209e3dff854b1b3592252 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 21 May 2024 14:19:59 -0500 Subject: [PATCH] update theme and waybar icons --- config/waybar.nix | 8 ++++---- hosts/familypc/variables.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/waybar.nix b/config/waybar.nix index 93f0032..d1cd736 100644 --- a/config/waybar.nix +++ b/config/waybar.nix @@ -116,7 +116,7 @@ with lib; }; "custom/themeselector" = { tooltip = false; - format = "󰉼"; + format = ""; on-click = "sleep 0.1 && theme-selector"; }; "custom/exit" = { @@ -132,14 +132,14 @@ with lib; }; "custom/hyprbindings" = { tooltip = false; - format = ""; + format = "󱕴"; on-click = "sleep 0.1 && list-hypr-bindings"; }; "idle_inhibitor" = { format = "{icon}"; format-icons = { - activated = ""; - deactivated = ""; + activated = ""; + deactivated = ""; }; tooltip = "true"; }; diff --git a/hosts/familypc/variables.nix b/hosts/familypc/variables.nix index 772ee69..5146fd7 100644 --- a/hosts/familypc/variables.nix +++ b/hosts/familypc/variables.nix @@ -4,7 +4,7 @@ gitEmail = "tylerzanekelley@gmail.com"; # Base16 Theme - theme = "dracula"; + theme = "tokyo-night-storm"; # Hyprland Settings borderAnim = true; # Enable / Disable Hyprland Border Animation @@ -15,6 +15,6 @@ waybarAnimations = true; # Program Options - browser = "firefox"; # Set Default Browser + browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome) terminal = "kitty"; # Set Default System Terminal }