Hypridle: Run change wallpaper/theme script after lock.
This commit is contained in:
parent
44fcdd5663
commit
8566306fcf
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
general {
|
||||
lock_cmd = hyprlock
|
||||
before_sleep_cmd = hyprlock
|
||||
lock_cmd = hyprlock & $HOME/.scripts/set-wallpaper.sh -r
|
||||
before_sleep_cmd = hyprlock & $HOME/.scripts/set-wallpaper.sh -r
|
||||
}
|
||||
|
||||
# Lock after 5min
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = hyprlock
|
||||
on-timeout = hyprlock & $HOME/.scripts/set-wallpaper.sh -r
|
||||
}
|
||||
|
||||
# Turn of screen after 6min
|
||||
|
|
Loading…
Reference in a new issue