#!/bin/sh run() { if ! pgrep -f "$1" ; then "$@"& fi } # Currently not working run "alacritty --title bottom -e btm --battery" run "cbatticon" run "blueman-applet" run "nm-applet --no-agent" run "nextcloud --background" run "pasystray" run "xscreensaver -no-splash" run "sleep 4" run "wmctrl -r bottom -t 1" run "keepassxc"