[Linux] Set wallpaper on all desktops
This commit is contained in:
parent
a23accd7d4
commit
672b40c3ee
@ -6,7 +6,7 @@ random_paper() {
|
|||||||
|
|
||||||
wallpaper() {
|
wallpaper() {
|
||||||
local target_paper=${1:-"$(random_paper)"}
|
local target_paper=${1:-"$(random_paper)"}
|
||||||
feh --bg-center $target_paper --bg-scale "$WALLPAPER_DIR"transparent1x1.png --bg-center $target_paper
|
feh --bg-center $target_paper --bg-center $target_paper
|
||||||
}
|
}
|
||||||
|
|
||||||
wallpaper_timer() {
|
wallpaper_timer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user