Change to gammastep

This commit is contained in:
Hadi
2024-09-04 01:40:24 +02:00
parent e9a20f49e2
commit 659509e613
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"