diff options
| author | spv <spv@spv.sh> | 2025-10-02 18:47:49 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-10-02 18:47:49 -0400 |
| commit | 5eb78c5fc8ee50707f3c18ab60b57fd89f1d489e (patch) | |
| tree | ec0ce6b83b5a2a508ba6b4611fe70d4b4f9a468d /src/sh/undocked/undocked_20polybar.sh | |
mein klein dockd
Diffstat (limited to 'src/sh/undocked/undocked_20polybar.sh')
| -rwxr-xr-x | src/sh/undocked/undocked_20polybar.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sh/undocked/undocked_20polybar.sh b/src/sh/undocked/undocked_20polybar.sh new file mode 100755 index 0000000..aeaced5 --- /dev/null +++ b/src/sh/undocked/undocked_20polybar.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +SCRIPT_DIR=$(dirname $(realpath $0)) + +pkill -9 polybar +i3-msg exec $SCRIPT_DIR/_undocked_polybar.sh # _ prevents from running in loop |
