Files
Dotfiles/.config/hypr/scripts/bar.sh
Keule0010 464a9b7d86 Added wait for system tray on start
- 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)
2023-11-06 19:04:56 +01:00

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