diff options
| author | SherLock707 <kirangeorge1995@gmail.com> | 2023-12-26 14:59:52 +0530 |
|---|---|---|
| committer | SherLock707 <kirangeorge1995@gmail.com> | 2023-12-26 14:59:52 +0530 |
| commit | 3678f78162e273580e40416c2ad984c66ceb1d72 (patch) | |
| tree | 95e5a499a9c10d83020970fcfffb12caaa62ef2b /config/hypr/scripts/PywalSwaync.sh | |
| parent | 76672ae5a6ac03c416bc705d51dec363f88b7a40 (diff) | |
Replaced dunst with swaync
Diffstat (limited to 'config/hypr/scripts/PywalSwaync.sh')
| -rwxr-xr-x | config/hypr/scripts/PywalSwaync.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/PywalSwaync.sh b/config/hypr/scripts/PywalSwaync.sh new file mode 100755 index 00000000..aad1acb8 --- /dev/null +++ b/config/hypr/scripts/PywalSwaync.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +pkill swaync + +sleep 0.3 +swaync > /dev/null 2>&1 &
\ No newline at end of file |
