Preparing for weechat stuf

This commit is contained in:
Daniel Flanagan 2019-12-16 09:51:21 -06:00
parent 25aecdc139
commit 76e8a68c34
4 changed files with 15 additions and 0 deletions

2
bin/image-viewer Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
feh -C /usr/share/fonts/ttf-iosevka-type -e "iosevka-type-regular/12" -d -., "$@"

View File

@ -47,6 +47,7 @@ pacaur --needed -S \
scrot `# Screenshot Tool` \
libinput libinput-gestures `# Trackpad Control` \
xcape `# Escape Better` \
dunst `# Desktop Notifications` \
--noconfirm --noedit
# TODO: recommend systemd services?

View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
pacaur --needed -S --noconfirm --noedit \
weechat-poljar-matrix-git weechat-discord-git
ln -s /usr/lib/weechat/python/matrix/ ~/.weechat/python/
ln -s /usr/lib/weechat/python/matrix.py ~/.weechat/python/
ln -s /usr/lib/weechat/python/matrix.py ~/.weechat/python/autoload/
# Scripts are in /usr/lib/weechat/python/matrix/contrib/

View File

@ -3,5 +3,6 @@
index="${2}"
wp_file="${HOME}/.wallpaper${index}"
rm -f "${wp_file}"
echo "Setting ${1} as ${wp_file}"
ln -s "$(realpath "${1}")" "${wp_file}"
"${HOME}/.fehbg"