aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/SwayNC.sh
blob: 2dd4316a412e294361362c8b60675e4ec622bd9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Killall running notification agents
_ps=(mako dunst swaync)
for _prs in "${_ps[@]}"; do
    if pidof "${_prs}" >/dev/null; then
        pkill "${_prs}"
    fi
done

# relaunch sway
sleep 0.5
swaync
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage