theme + autorun

This commit is contained in:
2024-03-15 12:05:10 +01:00
parent a1f818aced
commit 324342b1a4
9 changed files with 910 additions and 16 deletions

13
autorun.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
run() {
if ! pgrep -f "$1"; then
"$@" &
fi
}
# run "" &
run "xcompmgr" &
run "conky" &
run "nextcloud" &
run "nm-applet" &