added launch script
This commit is contained in:
11
.config/eww/scripts/launch.sh
Executable file
11
.config/eww/scripts/launch.sh
Executable 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
|
Reference in New Issue
Block a user