Resume fixes
This commit is contained in:
parent
48932dc77e
commit
593530c21f
|
@ -133,25 +133,25 @@
|
||||||
{
|
{
|
||||||
command = lib.concatStringsSep " " [
|
command = lib.concatStringsSep " " [
|
||||||
"swayidle -w"
|
"swayidle -w"
|
||||||
"timeout 300 'notify-send \"Idling in 300 seconds\"'"
|
"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 480 'notify-send -u critical \"Idling in 120 seconds\"'"
|
||||||
"timeout 510 'notify-send -u critical \"Idling in 90 seconds\"'"
|
"timeout 510 'notify-send -u critical \"Idling in 90 seconds\"'"
|
||||||
"timeout 540 'notify-send -u critical \"Idling in 60 seconds!\"'"
|
"timeout 540 'notify-send -u critical \"Idling in 60 seconds!\"'"
|
||||||
"timeout 570 'notify-send -u critical \"Idling in 30 seconds!\"'"
|
"timeout 570 'notify-send -u critical \"Idling in 30 seconds!\"'"
|
||||||
"timeout 590 'notify-send -u critical \"Idling in 10 seconds!\"'"
|
"timeout 590 'notify-send -u critical \"Idling in 10 seconds!\"'"
|
||||||
"timeout 591 'notify-send -u critical \"Idling in 9 seconds!\"'"
|
"timeout 591 'notify-send -u critical \"Idling in 9 seconds!\"'"
|
||||||
"timeout 592 'notify-send -u critical \"Idling in 8 seconds!\"'"
|
"timeout 592 'notify-send -u critical \"Idling in 8 seconds!\"'"
|
||||||
"timeout 593 'notify-send -u critical \"Idling in 7 seconds!\"'"
|
"timeout 593 'notify-send -u critical \"Idling in 7 seconds!\"'"
|
||||||
"timeout 594 'notify-send -u critical \"Idling in 6 seconds!\"'"
|
"timeout 594 'notify-send -u critical \"Idling in 6 seconds!\"'"
|
||||||
"timeout 595 'notify-send -u critical \"Idling in 5 seconds!\"'"
|
"timeout 595 'notify-send -u critical \"Idling in 5 seconds!\"'"
|
||||||
"timeout 596 'notify-send -u critical \"Idling in 4 seconds!\"'"
|
"timeout 596 'notify-send -u critical \"Idling in 4 seconds!\"'"
|
||||||
"timeout 597 'notify-send -u critical \"Idling in 3 seconds!\"'"
|
"timeout 597 'notify-send -u critical \"Idling in 3 seconds!\"'"
|
||||||
"timeout 598 'notify-send -u critical \"Idling in 2 seconds!\"'"
|
"timeout 598 'notify-send -u critical \"Idling in 2 seconds!\"'"
|
||||||
"timeout 599 'notify-send -u critical \"Idling in 1 second!\"'"
|
"timeout 599 'notify-send -u critical \"Idling in 1 second!\"'"
|
||||||
"timeout 600 'swaylock -f'"
|
"timeout 600 'swaylock -f'"
|
||||||
"timeout 600 'swaymsg \"output * dpms off\"'"
|
"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'"
|
"before-sleep 'swaylock'"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
pamixer
|
pamixer
|
||||||
# pavucontrol
|
# pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
# pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
# rclone
|
# rclone
|
||||||
# restic
|
# restic
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
hyprland
|
hyprland
|
||||||
printing
|
printing
|
||||||
ewwbar
|
ewwbar
|
||||||
melee
|
# melee
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.daniel = {
|
home-manager.users.daniel = {
|
||||||
|
|
Loading…
Reference in a new issue