- Close applications before shutdown/logout/reboot - Fixed battery check script - Always display hidden files in ranger TODO: - Wait for logout/shutdown/reboot until all applications are closed (timeout)
16 lines
319 B
Bash
Executable File
16 lines
319 B
Bash
Executable File
#!/bin/bash
|
|
eww open bar1
|
|
eww open bar2
|
|
eww open bar3
|
|
|
|
## Waybar auto update (requires inotifytools)
|
|
# CONFIG_FILES="$HOME/.config/waybar/config $HOME/.config/waybar/style.css"
|
|
#
|
|
# trap "killall waybar" EXIT
|
|
#
|
|
# while true; do
|
|
# waybar &
|
|
# inotifywait -e create,modify $CONFIG_FILES
|
|
# killall waybar
|
|
# done
|