From 8940faeedec732a309b2fb0d3bab8bf02e443edf Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 2 Jan 2025 22:10:00 +0100 Subject: [PATCH] feat(zsh): add some hyprsunset aliases --- home/essentials/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/essentials/zsh.nix b/home/essentials/zsh.nix index a9c8412..b01ef49 100644 --- a/home/essentials/zsh.nix +++ b/home/essentials/zsh.nix @@ -15,6 +15,9 @@ power-balanced = "powerprofilesctl set balanced"; power-performance = "powerprofilesctl set performance"; enable-direnv-flake = "echo \"use flake\" >> .envrc && direnv allow"; + day = "killall hyprsunset"; + dusk = "hyprsunset"; + night = "hyprsunset -t 3000"; }; autosuggestion = {