Change to gammastep

Former-commit-id: 659509e613
This commit is contained in:
Hadi
2024-09-04 01:40:24 +02:00
parent c106c76cbc
commit dad0865d06
3 changed files with 17 additions and 12 deletions

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"