summaryrefslogtreecommitdiffstats
path: root/.local/bin/letsread
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/letsread')
-rwxr-xr-x.local/bin/letsread2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/letsread b/.local/bin/letsread
index 5e3cf5a..d5f1e0c 100755
--- a/.local/bin/letsread
+++ b/.local/bin/letsread
@@ -1,4 +1,4 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3firefox $(buku --stag toread -f 10 | shuf -n 1) 3firefox "$(buku --stag toread -f 10 | shuf -n 1)"
4dunstify "Time to read" "Don't forget to remove 'toread' from that when you're done" 4dunstify "Time to read" "Don't forget to remove 'toread' from that when you're done"