update dynacal, add storage_menu to readme

This commit is contained in:
Iris Lightshard 2023-03-07 23:28:56 -07:00
parent e39753cb88
commit 2c5bc6f971
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 5 additions and 5 deletions

View file

@ -46,10 +46,6 @@ Shell script to loosley emulate `rio` behavior in a EWMH-compliant WM
shell script to facilitate desktop switching via a tint2 executor
### xtraKeys
common keybinding operations with notifications
### t2stats
tint2 system load/memory, battery, and network info
@ -62,6 +58,10 @@ displays either regular or arvelie clock in a tint2 executor, with an action to
Parse podcast `rss` feeds into `m3u` playlists to drag-n-drop into `audacious` or any other audio player; uses `xmllint` from [libxml2](https://github.com/GNOME/libxml2)
### storage_menu
Openbox pipe menu for managing removable disks with udiskie (for when you don't want automount or systray)
## License
This collection is released permissively under the MIT License. You can do whatever you want with it, as long as you leave my name on it.

View file

@ -20,7 +20,7 @@ if [ -z "$1" ]; then
mode=$(cat ~/.time_mode)
case ${mode} in
"regular")
echo "[$(~/bin/arvelie) $(~/bin/neralie -s)]"
echo "[$(neralie)]"
;;
*)
echo "[$(date +"%F %H:%M")]"