[Linux] Set wallpaper on all desktops

This commit is contained in:
Ivan Malison 2019-05-27 10:15:47 -07:00
parent a23accd7d4
commit 672b40c3ee
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -6,7 +6,7 @@ random_paper() {
wallpaper() {
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() {