update dynacal, add storage_menu to readme
This commit is contained in:
parent
e39753cb88
commit
2c5bc6f971
2 changed files with 5 additions and 5 deletions
|
@ -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
|
shell script to facilitate desktop switching via a tint2 executor
|
||||||
|
|
||||||
### xtraKeys
|
|
||||||
|
|
||||||
common keybinding operations with notifications
|
|
||||||
|
|
||||||
### t2stats
|
### t2stats
|
||||||
|
|
||||||
tint2 system load/memory, battery, and network info
|
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)
|
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
|
## 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.
|
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.
|
||||||
|
|
|
@ -20,7 +20,7 @@ if [ -z "$1" ]; then
|
||||||
mode=$(cat ~/.time_mode)
|
mode=$(cat ~/.time_mode)
|
||||||
case ${mode} in
|
case ${mode} in
|
||||||
"regular")
|
"regular")
|
||||||
echo "[$(~/bin/arvelie) $(~/bin/neralie -s)]"
|
echo "[$(neralie)]"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "[$(date +"%F %H:%M")]"
|
echo "[$(date +"%F %H:%M")]"
|
||||||
|
|
Loading…
Reference in a new issue