add script to toggle last notification

This commit is contained in:
2025-10-17 18:55:37 -04:00
parent fda0570594
commit af7fab5f5d
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [[ $(makoctl list) == '' ]]; then
makoctl restore
else
makoctl dismiss
fi