From fbf222ba7f1ff3963e2e7b8800299470d8e7fda4 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 23 Jan 2024 20:44:34 -0600 Subject: [PATCH] switched theme --- config/home/waybar.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/home/waybar.nix b/config/home/waybar.nix index 1e06fa9..bb7cd0f 100644 --- a/config/home/waybar.nix +++ b/config/home/waybar.nix @@ -55,7 +55,7 @@ }; "network" = { format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"]; - format-ethernet = ": {bandwidthDownOctets} : {bandwidthUpOctets}"; + format-ethernet = ": {bandwidthDownOctets}"; format-wifi = "{icon} {signalStrength}%"; format-disconnected = "󰤮"; tooltip = false; diff --git a/flake.nix b/flake.nix index c067352..edb6465 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ theKBDLayout = "us"; theLCVariables = "en_US.UTF-8"; theTimezone = "America/Chicago"; - theme = "catppuccin-mocha"; + theme = "gigavolt"; browser = "firefox"; wallpaperGit = "https://gitlab.com/Zaney/my-wallpapers.git"; wallpaperDir = "/home/${username}/Pictures/Wallpapers";