From 2c5bc6f971854b54e5f5de56efc358edf1e2644f Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 7 Mar 2023 23:28:56 -0700 Subject: [PATCH] update dynacal, add storage_menu to readme --- README.md | 8 ++++---- dynacal.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cc6ee2..02f1c28 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dynacal.sh b/dynacal.sh index b0bb581..6c62150 100755 --- a/dynacal.sh +++ b/dynacal.sh @@ -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")]"