DSK, i3: Slight polish, disable Conky wttr

This commit is contained in:
2019-06-07 02:10:09 -05:00
parent d487b99264
commit c88e7a367f
3 changed files with 7 additions and 4 deletions

View File

@@ -43,10 +43,10 @@ esac
# Background setting
if [ -f "~/.fehbg" ] && command -v feh; then
~/.fehbg &
elif command -v hsetroot > /dev/null 2>&1; then
hsetroot -solid "#383c4a" -tile "$HOME/.wptile" -center "$HOME/.wpcenter" &
elif command -v nitrogen > /dev/null 2>&1; then
nitrogen --restore &
elif command -v hsetroot > /dev/null 2>&1; then
hsetroot -solid "#383c4a" -tile "$HOME/.wptile" -center "$HOME/.wpcenter" &
fi
if [ -z "$DSK_FLAG_HASRESTARTED" ]; then

0
.config/dsk/run/conky-wttr Executable file → Normal file
View File