From 53c63c45001ce21bd77ad4b2b13802f1ceacb780 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 16 May 2023 20:03:58 -0500 Subject: [PATCH] Auto-theming is now complete!! --- flake.nix | 2 +- user/bin/phoenix.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e494cd7..bbc8127 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ name = "emmet"; email = "librephoenix@protonmail.com"; dotfilesDir = "~/dotfiles"; - theme = "tokyo-night-dark"; + theme = "dracula"; pkgs = import nixpkgs { inherit system; diff --git a/user/bin/phoenix.nix b/user/bin/phoenix.nix index 13229ae..3abd14d 100644 --- a/user/bin/phoenix.nix +++ b/user/bin/phoenix.nix @@ -14,6 +14,9 @@ let pushd ''+myDotfilesDir+''; home-manager switch --flake .#''+myName+''; popd; + killall xmobar; + xmonad --recompile && xmonad --restart; + emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)"; fi elif [ "$1" = "update" ]; then pushd ''+myDotfilesDir+'';