diff options
Diffstat (limited to 'dot_config/systemd/user/swayidle.service')
| -rw-r--r-- | dot_config/systemd/user/swayidle.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/systemd/user/swayidle.service b/dot_config/systemd/user/swayidle.service index 353f2e8..478c8f8 100644 --- a/dot_config/systemd/user/swayidle.service +++ b/dot_config/systemd/user/swayidle.service @@ -9,9 +9,9 @@ Type=simple ExecStart=/usr/bin/swayidle -w \ timeout 300 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' \ - timeout 330 'swaylock -f -e -c 282828' \ - before-sleep 'playerctl -a pause; swaylock -f -e -c 282828' \ - lock 'swaylock -f -e -c 282828' + timeout 330 'swaylock -f -e -c 000000' \ + before-sleep 'playerctl -a pause; swaylock -f -e -c 000000' \ + lock 'swaylock -f -e -c 000000' Restart=on-failure RestartSec=2s |
