diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-15 15:20:15 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-15 15:20:15 -0500 |
| commit | 8ca7fdf7650a07c9d2aa276c5d5ae5a7698c401c (patch) | |
| tree | 5ec43246361b69e4c2ea60518664348a876fdddf /env/.local/bin/scripts | |
| parent | 69688e0ca9a100d4041173b4bc75262148fa4ff8 (diff) | |
Squashed commit of the following: vis spellcheck and font fix
flac mime
i3 font fix
vis-spellcheck setup
timer script
Diffstat (limited to 'env/.local/bin/scripts')
| -rwxr-xr-x | env/.local/bin/scripts/timer.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.local/bin/scripts/timer.sh b/env/.local/bin/scripts/timer.sh new file mode 100755 index 0000000..540ab20 --- /dev/null +++ b/env/.local/bin/scripts/timer.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sleep "$1" +notify-send "TIMER DONE" -t 0 |
