added launch script

This commit is contained in:
2025-03-05 03:28:37 +01:00
parent c3397a25d4
commit f317651505

11
.config/eww/scripts/launch.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
# kill eww if running
if pgrep -x "eww" > /dev/null; then pkill -x "eww"; fi
#$HOME/git/clone/eww/target/release/eww daemon
#$HOME/git/clone/eww/target/release/eww open top
## the following only works when symlinked to /usr/bin/
eww daemon
eww open top