Resume fixes
This commit is contained in:
parent
48932dc77e
commit
593530c21f
|
@ -134,7 +134,7 @@
|
|||
command = lib.concatStringsSep " " [
|
||||
"swayidle -w"
|
||||
"timeout 300 'notify-send \"Idling in 300 seconds\"'"
|
||||
"resume 'notify-send \"Idling cancelled.\"'"
|
||||
"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!\"'"
|
||||
|
@ -151,7 +151,7 @@
|
|||
"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 &'"
|
||||
"after-resume 'swaymsg \"output * dpms on\" & maybe-good-morning &'"
|
||||
"before-sleep 'swaylock'"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
pamixer
|
||||
# pavucontrol
|
||||
playerctl
|
||||
# pulseaudio
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
# rclone
|
||||
# restic
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
hyprland
|
||||
printing
|
||||
ewwbar
|
||||
melee
|
||||
# melee
|
||||
];
|
||||
|
||||
home-manager.users.daniel = {
|
||||
|
|
Loading…
Reference in a new issue