Change to gammastep

Former-commit-id: 659509e613
This commit is contained in:
Hadi
2024-09-04 01:40:24 +02:00
parent 36d09253cf
commit 5bf5e9dee3
3 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let
[[ $(pidof "hypridle") ]] && echo "󰾪" || echo "󰅶"
'';
caffeine = pkgs.writeShellScriptBin "caffeine-toggle" ''
caffeine = pkgs.writeShellScriptBin "caffeine" ''
if [[ $(pidof "hypridle") ]]; then
pkill hypridle
title="󰅶 Caffeine Activated"