2023-10-01 01:49:19 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
run() {
|
|
|
|
if ! pgrep -f "$1" ;
|
|
|
|
then
|
|
|
|
"$@"&
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2024-04-02 12:28:14 +00:00
|
|
|
/usr/sbin/alacritty --socket "$XDG_RUNTIME_DIR/alacritty-main.sock" --title awesome-startup &
|
|
|
|
/usr/sbin/alacritty --title bottom --option font.size=6.5 --command btm --battery &
|
2023-10-01 17:22:26 +00:00
|
|
|
|
2023-10-01 01:49:19 +00:00
|
|
|
run "cbatticon"
|
|
|
|
run "blueman-applet"
|
2023-10-01 21:38:23 +00:00
|
|
|
run "nm-applet"
|
2023-10-01 01:49:19 +00:00
|
|
|
run "nextcloud --background"
|
|
|
|
run "pasystray"
|
|
|
|
run "xscreensaver -no-splash"
|
2023-10-01 17:22:26 +00:00
|
|
|
run "sleep 4"
|
2023-10-26 23:10:05 +00:00
|
|
|
run "wmctrl -r bottom -t 8"
|
2023-10-01 17:22:26 +00:00
|
|
|
run "keepassxc"
|