add script to toggle last notification
This commit is contained in:
8
dot_local/bin/executable_toggle-last-notification
Normal file
8
dot_local/bin/executable_toggle-last-notification
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $(makoctl list) == '' ]]; then
|
||||
makoctl restore
|
||||
else
|
||||
makoctl dismiss
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user