mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update setbg
This commit is contained in:
parent
d9f7386380
commit
ed8ddf0420
@ -1,12 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# In LARBS, ~/.config/wall.png is the location of the system wallpaper. This
|
# ~/.config/assets/wallpaper.png is the location of the system wallpaper. This
|
||||||
# script, if given an argument, moves it there. This script without an
|
# script, if given an argument, moves it there. This script without an
|
||||||
# argument sets ~/.config/wall.png as the wallpaper, which is required on login
|
# argument sets ~/.config/assets/wallpaper.png as the wallpaper, which is required on login
|
||||||
# if you don't want a black screen.
|
# if you don't want a black screen.
|
||||||
#
|
|
||||||
# You may also give a directory name to select a random image from that
|
|
||||||
# directory as a wallpaper. Be careful that the directory only has images.
|
|
||||||
|
|
||||||
[ ! -z "$1" ] && cp "$1" ~/.config/assets/wallpaper.png && notify-send -i "$HOME/.config/assets/wallpaper.png" "Wallpaper changed."
|
[ ! -z "$1" ] && cp "$1" ~/.config/assets/wallpaper.png && notify-send -i "$HOME/.config/assets/wallpaper.png" "Wallpaper changed."
|
||||||
xwallpaper --focus ~/.config/assets/wallpaper.png
|
xwallpaper --focus ~/.config/assets/wallpaper.png
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user