11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Relaunch the bars
|
||
|
# i3-msg exec ~/.config/polybar/launch.sh
|
||
|
# TODO Make something better with that
|
||
|
i3-msg exec ~/.config/lemonbar/launch.sh
|
||
|
|
||
|
# Resize background
|
||
|
feh --bg-fill ~/.config/i3/bg.jpg
|
||
|
|