fix(i3): Remove error config

feat(ntfy): Add ntfy config
This commit is contained in:
Hactarus 2024-10-01 15:27:00 +02:00
parent fa8003c15b
commit 314dd204cf
3 changed files with 9 additions and 1 deletions

View file

@ -23,4 +23,4 @@ assign [class="Spotify"] $ws9
assign [class="keepass"] $ws9 assign [class="keepass"] $ws9
for_window [class="Alert"] floating enable for_window [class="Alert"] floating enable
for_window [class="dunst"] floating enable for_window [class="dunst"] floating enable

View file

@ -0,0 +1,7 @@
subscribe:
- topic: echo-this
command: 'echo "Message received: $message"'
- topic: monitoring
command: dunstify-i /usr/share/ntfy/logo.png "Important" -a "${NTFY_TITLE}" -u "${NTFY_TITLE}" "${NTFY_MESSAGE}"
if:
priority: high,urgent

View file

@ -16,6 +16,7 @@ base=(
htop htop
i3 i3
nano nano
ntfy
nix nix
polybar polybar
puppet puppet