From 01f28bc7a0a5483aae012a47a3db20e7321d2267 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 23 Jan 2021 23:36:24 +0700 Subject: [PATCH] updated readme, added a short description for the i3block_shell scripts --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 39fa7d5..4bac3ba 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,17 @@ None standard Python dependencies: ### Additional: `notify-send` will get called via subprocess, works best with [Dunst](https://dunst-project.org/documentation/) to show current song playing with cover art extracted from metadata. + + +## i3block_shell +A bunch of simple bash scripts to be called via i3blocks. +* date.sh: Echos the current date + * on left click: uses notify-send to print current three month calendar +* df.sh: Echos current diskfree level of the root partition + * on left click: uses notify-send to print the df of all relevant connected partitions +* ip.sh: Echos current ip addresses in use or inactive when offline +* updates.sh: Echos how many updates are pending. + * on left click: echos the complete list of all pending updates + * on right click: refreshes the current pending updates and echos result +* wifiinfo.sh: Echos current db level of signal strength. + * on left click: Uses nmcli to echo all device status