fix(i3): Remove error config
feat(ntfy): Add ntfy config
This commit is contained in:
parent
fa8003c15b
commit
314dd204cf
3 changed files with 9 additions and 1 deletions
|
@ -23,4 +23,4 @@ assign [class="Spotify"] $ws9
|
|||
assign [class="keepass"] $ws9
|
||||
|
||||
for_window [class="Alert"] floating enable
|
||||
for_window [class="dunst"] floating enable
|
||||
for_window [class="dunst"] floating enable
|
||||
|
|
7
ntfy/.config/ntfy/client.yml
Normal file
7
ntfy/.config/ntfy/client.yml
Normal 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
|
1
setup.sh
1
setup.sh
|
@ -16,6 +16,7 @@ base=(
|
|||
htop
|
||||
i3
|
||||
nano
|
||||
ntfy
|
||||
nix
|
||||
polybar
|
||||
puppet
|
||||
|
|
Loading…
Add table
Reference in a new issue