change wallpaper path in hypr-lap script
This commit is contained in:
parent
7ca0800c65
commit
bf656ef651
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
Wallpaper_DIR="/home/smayzy/Wallpaper"
|
Wallpaper_DIR="/home/smayzy/wallpaper"
|
||||||
|
|
||||||
set_wallpaper() {
|
set_wallpaper() {
|
||||||
local Wallpaper=$(find $Wallpaper_DIR -type f | shuf -n 1)
|
local Wallpaper=$(find $Wallpaper_DIR -type f | shuf -n 1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user