From a6f5b29b35f841aec2703b25b1bf317c1d5cef51 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 10 Oct 2025 18:43:02 -0400 Subject: [PATCH] dankshell darkman --- dot_config/flake/home/darkman.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dot_config/flake/home/darkman.nix b/dot_config/flake/home/darkman.nix index 325853a..70bfee5 100644 --- a/dot_config/flake/home/darkman.nix +++ b/dot_config/flake/home/darkman.nix @@ -17,6 +17,10 @@ noctalia = '' noctalia-shell ipc call darkMode setLight ''; + + dankshell = '' + dms ipc call theme light + ''; }; darkModeScripts = { @@ -28,6 +32,10 @@ noctalia-shell ipc call darkMode setDark ''; + dankshell = '' + dms ipc call theme dark + ''; + fish = '' fish -c 'yes | fish_config theme save "Rosé Pine"' '';