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:
parent
7bbf9bf409
commit
99f693e950
2 changed files with 14 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue