From 49026f870a6202053057c9010aa17142e224632b Mon Sep 17 00:00:00 2001 From: candifloss Date: Sat, 7 Dec 2024 21:21:23 +0530 Subject: [PATCH] script change --- .gitignore | 1 + eww/sh/osd/osd.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f04f9f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +eww/sh/osd/osd.pid diff --git a/eww/sh/osd/osd.sh b/eww/sh/osd/osd.sh index a7be5fb..76cdc74 100755 --- a/eww/sh/osd/osd.sh +++ b/eww/sh/osd/osd.sh @@ -1,5 +1,5 @@ #!/bin/bash -pidfile="~/.config/eww/sh/osd/osd.pid" +pidfile="/home/lcm/.config/eww/sh/osd/osd.pid" osd_id="$1" function close() { @@ -18,4 +18,4 @@ if [[ -n "$active" ]]; then else eww open osd --arg osdtype=$osd_id --id $osd_id > /dev/null; fi; -close & echo $! > $pidfile; \ No newline at end of file +close & echo $! > $pidfile;