Change lockscreen wallpaper

This commit is contained in:
Yannick Reiß 2025-02-06 19:44:49 +01:00
parent ad4416b6d6
commit 3b88319d6c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"custom/lock_screen": { "custom/lock_screen": {
"format": "", "format": "",
"on-click": "sh -c '(sleep 0.5s; swaylock -c 000000 -e -i ~/.config/hypr/wallpaper/RooftopSunset.jpeg)' & disown", "on-click": "sh -c '(sleep 0.5s; swaylock -c 000000 -e -i ~/.config/hypr/wallpaper/hoshino.png)' & disown",
"tooltip": false "tooltip": false
}, },