Update paths to Arch Linux

load-i3-bars.sh and toggle-display.sh are little-used helper scripts
that probably nobody except me uses. Since I switched to Arch, update
path information to reflect the Arch setup.
This commit is contained in:
Tobias Witek 2018-05-23 16:54:56 +02:00
parent 7bbf9bf409
commit 99f693e950
2 changed files with 14 additions and 7 deletions

View file

@ -8,5 +8,8 @@ xrandr "$@"
if [ -f $i3bar_update ]; then
sleep 1
if [ -f ~/.config/i3/images/background.png ]; then
feh --bg-fill ~/.config/i3/images/background.png
fi
$i3bar_update
fi