diff options
Diffstat (limited to 'rat')
| -rwxr-xr-x | rat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ for_task () { update_waybar while true; do sleep 5m - notif="$(notify-send -A open "Ask yourself: do I still need the rat to $1?")" + notif="$(notify-send -u critical -A open "Ask yourself: do I still need the rat to $1?")" if [[ -n "$notif" ]]; then kitty --app-id ration bash -i ration break |