hyprland: remove sleep before suspend in idle script
Some checks failed
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
flakehub / flakehub-publish (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-07-30 10:53:35 -04:00
parent c8576338ed
commit 53d9542703
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
xdg = {
dataFile."backgrounds".source = builtins.fetchGit {
url = "https://github.com/alyraffauf/wallpapers.git";
rev = "c0cf7212851ecf37103511fcf16fea11819eeff0";
rev = "f6d8a67457be351ae2c3cbffccf14ba20fb7f6a0";
ref = "master";
};

View file

@ -31,7 +31,7 @@ in {
["timeout 120 '${lib.getExe pkgs.brightnessctl} -s set 10' resume '${lib.getExe pkgs.brightnessctl} -r'"]
++ (
if cfg.desktop.hyprland.autoSuspend
then ["timeout 600 'sleep 2 && ${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
then ["timeout 600 '${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
else [
"timeout 600 '${lib.getExe pkgs.swaylock}'"
"timeout 630 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'"