feat: added dunst config

This commit is contained in:
oxypomme
2023-10-09 13:48:41 +02:00
parent a6fe868392
commit 33fc30bb02
2 changed files with 134 additions and 0 deletions

12
dunst/start.sh Executable file
View 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