Browse Source

Small changes

master
Riyyi 5 years ago
parent
commit
a816efd999
  1. 2
      .scripts/wm/lock.sh
  2. 4
      .scripts/wm/wallpaper.sh

2
.scripts/wm/lock.sh

@ -1,6 +1,6 @@
#!/bin/sh
ICON="$XDG_CACHE_HOME/tmp.lock.png"
ICON="$XDG_CACHE_HOME/lock.png"
if [ ! -f "$ICON" ]; then
touch "$ICON"

4
.scripts/wm/wallpaper.sh

@ -1,3 +1,7 @@
#!/bin/sh
# Overwrite wallpaper with new image if provided
[ -n "$1" ] && cp "$1" "$HOME/pictures/wallpaper.jpg"
# Set wallpaper
feh --no-fehbg --bg-fill "$HOME/pictures/wallpaper.jpg"

Loading…
Cancel
Save