aboutsummaryrefslogtreecommitdiff
path: root/rat
diff options
context:
space:
mode:
authorjoott <josh@ottmail.me>2025-07-31 10:28:07 -0400
committerjoott <josh@ottmail.me>2025-07-31 10:28:07 -0400
commit0973e61e76ee0baa5b7916f7fdcc682e97b9b6b6 (patch)
tree64eb7d1a7858e21b880915ff662ca858384c52a4 /rat
parent5c64452e4939c618e152489ed40070837c78de2d (diff)
downloadbin-0973e61e76ee0baa5b7916f7fdcc682e97b9b6b6.tar.gz
bin-0973e61e76ee0baa5b7916f7fdcc682e97b9b6b6.zip
comments
Diffstat (limited to 'rat')
-rwxr-xr-xrat8
1 files changed, 7 insertions, 1 deletions
diff --git a/rat b/rat
index 1a6bc24..9d7f40f 100755
--- a/rat
+++ b/rat
@@ -1,5 +1,11 @@
#!/usr/bin/env bash
+#
+# the world wide web is a mischievous rat which aims to control you
+# I aim to control the rat with ufw
+# user interface handled by my ration script
+#
+
SHARE=$HOME/.local/share/rat
update_waybar () {
@@ -44,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 -A open "Ask yourself: do I still need the rat to $1?")"
if [[ -n "$notif" ]]; then
kitty --app-id ration bash -i ration
break