diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index ffbc5fc..ecf328a 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -133,25 +133,25 @@ { command = lib.concatStringsSep " " [ "swayidle -w" - "timeout 300 'notify-send \"Idling in 300 seconds\"'" - "resume 'notify-send \"Idling cancelled.\"'" - "timeout 480 'notify-send -u critical \"Idling in 120 seconds\"'" - "timeout 510 'notify-send -u critical \"Idling in 90 seconds\"'" - "timeout 540 'notify-send -u critical \"Idling in 60 seconds!\"'" - "timeout 570 'notify-send -u critical \"Idling in 30 seconds!\"'" - "timeout 590 'notify-send -u critical \"Idling in 10 seconds!\"'" - "timeout 591 'notify-send -u critical \"Idling in 9 seconds!\"'" - "timeout 592 'notify-send -u critical \"Idling in 8 seconds!\"'" - "timeout 593 'notify-send -u critical \"Idling in 7 seconds!\"'" - "timeout 594 'notify-send -u critical \"Idling in 6 seconds!\"'" - "timeout 595 'notify-send -u critical \"Idling in 5 seconds!\"'" - "timeout 596 'notify-send -u critical \"Idling in 4 seconds!\"'" - "timeout 597 'notify-send -u critical \"Idling in 3 seconds!\"'" - "timeout 598 'notify-send -u critical \"Idling in 2 seconds!\"'" - "timeout 599 'notify-send -u critical \"Idling in 1 second!\"'" - "timeout 600 'swaylock -f'" - "timeout 600 'swaymsg \"output * dpms off\"'" - "resume 'swaymsg \"output * dpms on\" & maybe-good-morning &'" + "timeout 300 'notify-send \"Idling in 300 seconds\"'" + "after-resume 'notify-send \"Idling cancelled.\"'" + "timeout 480 'notify-send -u critical \"Idling in 120 seconds\"'" + "timeout 510 'notify-send -u critical \"Idling in 90 seconds\"'" + "timeout 540 'notify-send -u critical \"Idling in 60 seconds!\"'" + "timeout 570 'notify-send -u critical \"Idling in 30 seconds!\"'" + "timeout 590 'notify-send -u critical \"Idling in 10 seconds!\"'" + "timeout 591 'notify-send -u critical \"Idling in 9 seconds!\"'" + "timeout 592 'notify-send -u critical \"Idling in 8 seconds!\"'" + "timeout 593 'notify-send -u critical \"Idling in 7 seconds!\"'" + "timeout 594 'notify-send -u critical \"Idling in 6 seconds!\"'" + "timeout 595 'notify-send -u critical \"Idling in 5 seconds!\"'" + "timeout 596 'notify-send -u critical \"Idling in 4 seconds!\"'" + "timeout 597 'notify-send -u critical \"Idling in 3 seconds!\"'" + "timeout 598 'notify-send -u critical \"Idling in 2 seconds!\"'" + "timeout 599 'notify-send -u critical \"Idling in 1 second!\"'" + "timeout 600 'swaylock -f'" + "timeout 600 'swaymsg \"output * dpms off\"'" + "after-resume 'swaymsg \"output * dpms on\" & maybe-good-morning &'" "before-sleep 'swaylock'" ]; } diff --git a/modules/nixos/sway.nix b/modules/nixos/sway.nix index d8c4de8..d559bd7 100644 --- a/modules/nixos/sway.nix +++ b/modules/nixos/sway.nix @@ -67,7 +67,7 @@ pamixer # pavucontrol playerctl - # pulseaudio + pulseaudio pulsemixer # rclone # restic diff --git a/nixos/dragon.nix b/nixos/dragon.nix index 1d71e09..f8b2881 100644 --- a/nixos/dragon.nix +++ b/nixos/dragon.nix @@ -25,7 +25,7 @@ hyprland printing ewwbar - melee + # melee ]; home-manager.users.daniel = {