HiDPI and fonts
This commit is contained in:
@@ -16,9 +16,11 @@ case "$(file --mime-type -b "$trueloc")" in
|
||||
*) notify-send "Error" "Not a valid image." ; exit 1;;
|
||||
esac
|
||||
|
||||
[ -z "$trueloc" ] && trueloc="$(readlink -f "$bgloc")"
|
||||
|
||||
# If pywal is installed, use it.
|
||||
command -v wal >/dev/null 2>&1 &&
|
||||
wal -i "$trueloc" -n -o "${XDG_CONFIG_HOME:-$HOME/.config}/wal/postrun" >/dev/null 2>&1 &&
|
||||
pidof dwm >/dev/null && xdotool key super+F12
|
||||
dwmc xrdb
|
||||
|
||||
xwallpaper --zoom "$bgloc"
|
||||
|
||||
Reference in New Issue
Block a user