Too lazy to write descriptive message
This commit is contained in:
parent
d33b9b4670
commit
2e1bd2e9c6
|
@ -1 +1 @@
|
|||
Subproject commit 0b7b647daa018a1df41d0aa2de371bf5572a8c5a
|
||||
Subproject commit a3ad5c55441dab9447a785c69b71ea720f984849
|
|
@ -27,11 +27,14 @@ PATH_TO_IMG="${args[0]}"
|
|||
|
||||
if [[ -z "$PATH_TO_IMG" ]]; then
|
||||
wpg -m
|
||||
. "${HOME}/.cache/wal/colors.sh"
|
||||
PATH_TO_IMG=$wallpaper
|
||||
|
||||
else
|
||||
echo $PATH_TO_IMG
|
||||
wpg -a $PATH_TO_IMG
|
||||
wpg -s "$(basename $PATH_TO_IMG)"
|
||||
fi
|
||||
echo $PATH_TO_IMG
|
||||
# overwrite .Xresources file
|
||||
cat ~/.cache/wal/colors.Xresources > ~/.Xresources
|
||||
echo "\nXcursor.theme: Breeze" >> ~./Xresources
|
||||
|
@ -44,13 +47,5 @@ xrdb -merge ~/.Xresources
|
|||
xmobar_change
|
||||
killall xmobar
|
||||
xmonad --restart
|
||||
#cd ~/dev/linux/st
|
||||
#sudo make clean install
|
||||
#cd /home/os/bin/dmenu
|
||||
#sudo make clean install
|
||||
|
||||
# change lock screen background
|
||||
#betterlockscreen -u $PATH_TO_IMG
|
||||
|
||||
betterlockscreen -u $PATH_TO_IMG &
|
||||
|
||||
|
|
Loading…
Reference in a new issue