summary refs log tree commit diff
path: root/home/.local/bin/clock
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-10 01:36:43 -0500
committerJune McEnroe <june@causal.agency>2021-02-10 01:36:43 -0500
commitdde0e1423d08fe38ae9865a3e3c77ad7d0a91e26 (patch)
treec1b461cf0c893b0792e7642a5ed1872af173c16e /home/.local/bin/clock
parentSet LC_CTYPE=en_US.UTF-8 (diff)
downloadsrc-dde0e1423d08fe38ae9865a3e3c77ad7d0a91e26.tar.gz
src-dde0e1423d08fe38ae9865a3e3c77ad7d0a91e26.zip
Colour battery level red when critical
Diffstat (limited to '')
-rwxr-xr-xhome/.local/bin/clock2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.local/bin/clock b/home/.local/bin/clock
index 704b4040..ef8cd6d8 100755
--- a/home/.local/bin/clock
+++ b/home/.local/bin/clock
@@ -7,7 +7,9 @@ while :; do
 	if [ $(apm -a) -eq 1 ]; then
 		printf '%3s%%' "$(apm -l)"
 	else
+		test $(apm -b) -eq 2 && tput setaf 1 bold
 		printf '%3.3sm' "$(apm -m)"
+		tput sgr0
 	fi
 	printf ' %s\r' "$(date +'%a %H:%M')"
 	sleep $sleep
ss='logsubject'>Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable. 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe Wow. One of the best I've read. 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe Broke out LDLIBS for each bin, and made everything more uniform. 2020-01-28Change scout sensitivity to 1.4June McEnroe idk it seems to work. 2020-01-28Import shows.txtJune McEnroe