This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles-inist/dunst/start.sh
2023-10-09 13:48:41 +02:00

13 lines
255 B
Bash
Executable File

#!/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