xclock -digital -update 1 -face 'arial black-80:bold'
}
+bpush() {
+ case $HOSTNAME in
+ tp) target=x2 ;;
+ x2) target=tp ;;
+ esac
+ btrbk-run -t $target && switch-mail-host $HOSTNAME $target
+}
+bpull() {
+ case $HOSTNAME in
+ tp) source=x2 ;;
+ x2) source=tp ;;
+ esac
+ btrbk-run -s $source && switch-mail-host $source $HOSTNAME
+}
+
btc() {
local f=/etc/bitcoin/bitcoin.conf
# importprivkey will timeout if using the default of 15 mins.
(sleep $(calc "$@ * 60") && mpv --no-config --volume 50 /a/bin/data/alarm.mp3) > /dev/null 2>&1 &
}
-bpush() {
- case $HOSTNAME in
- tp) target=x2 ;;
- x2) target=tp ;;
- esac
- btrbk-run -t $target && switch-mail-host $HOSTNAME $target
-}
-bpull() {
- case $HOSTNAME in
- tp) source=x2 ;;
- x2) source=tp ;;
- esac
- btrbk-run -s $source && switch-mail-host $source $HOSTNAME
-}
-
trg() { transmission-remote-gtk&r; }
trc() {
# example, set global upload limit to 100 kilobytes: