summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common/gt2
-rwxr-xr-xbin/extra/2020204
-rwxr-xr-xbin/menuscripts/mpower2
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/common/gt b/bin/common/gt
index 8b0a95f..8df4947 100755
--- a/bin/common/gt
+++ b/bin/common/gt
@@ -6,7 +6,7 @@
# - git
# - $EDITOR: -e
# - parallel: optional, if installed will run the commands on all repos with parallel
-# - gt-[cmd,st,sync]
+# - gt-cmd, gt-st
repos=$HOME/sync/share/git-track.txt
# prevent file not found errors
diff --git a/bin/extra/202020 b/bin/extra/202020
index 2380786..51368fa 100755
--- a/bin/extra/202020
+++ b/bin/extra/202020
@@ -3,9 +3,9 @@
while true
do
sleep 20m
- mpv --volume=100 ~/.local/share/sounds/avert1.ogg &
+ mpv --volume=100 .local/share/sounds/ring1.ogg &
herbe '202020' 'avert!'
sleep 20s
- mpv --volume=100 ~/.local/share/sounds/avert2.ogg &
+ mpv --volume=100 .local/share/sounds/ring1.ogg &
herbe '202020' 'stop averting' &
done
diff --git a/bin/menuscripts/mpower b/bin/menuscripts/mpower
index cccba94..51b8e1d 100755
--- a/bin/menuscripts/mpower
+++ b/bin/menuscripts/mpower
@@ -5,9 +5,9 @@ poweroff
suspend
reboot
firmware
+hibernate
EOF
)"
-# hibernate
[ "$choice" = "firmware" ] && systemctl reboot --firmware-setup
[ "$choice" ] && systemctl "$choice"