This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles/.config/autostart/autostart.sh

17 lines
222 B
Bash
Executable File

#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run picom
run kdeconnect-indicator
run cbatticon -l 20 -r 5 -n
run blueman-applet
run nm-applet
run pasystray
run playerctld daemon