feat: added dunst config
This commit is contained in:
12
dunst/start.sh
Executable file
12
dunst/start.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall dunst
|
||||
sleep 1
|
||||
dunst &
|
||||
# sleep 15
|
||||
|
||||
# while true
|
||||
# do
|
||||
# (dunstctl history | jq '.data[0] | map({id: .id.data, name: .message.data, icon: .icon_path.data, appname: .appname.data})') 2>&1 | tee /tmp/dunst.status
|
||||
# sleep 15
|
||||
# done
|
||||
Reference in New Issue
Block a user