11 lines
219 B
Bash
Executable file
11 lines
219 B
Bash
Executable file
#!/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
|
|
|