2020-08-05 04:57:45 +00:00
# [[ zenUtils ]]
2021-11-28 03:50:19 +00:00
### --refined UI/workflow helper scripts--
2021-11-27 05:50:27 +00:00
#### Derek Stevens <nilix@nilfm.cc>
2020-08-05 04:57:45 +00:00
## About
2021-03-02 03:06:38 +00:00
This is a simple collection of helper scripts to round out my two common desktop sessions:
2021-11-28 03:50:19 +00:00
2021-03-02 03:06:38 +00:00
* ryudo
2021-11-27 05:50:27 +00:00
* fluxbox
2020-08-05 04:57:45 +00:00
### extdisplay
2021-03-02 03:35:35 +00:00
Wrapper script around `xrandr` to handle a second monitor on a laptop.
2020-08-05 04:57:45 +00:00
### nmtuiWin
2021-03-02 03:35:35 +00:00
Wrapper script around `nmtui` to aid in network configuration in the absence of nm-applet. An alacritty config file hardcodes the colors for the `ncurses` interface.
2020-08-05 04:57:45 +00:00
2021-03-02 03:06:38 +00:00
### logout
Dmenu script to provide session/power management menu.
2021-03-04 05:53:30 +00:00
### batAlarm
2021-03-02 03:06:38 +00:00
Simple script to tell you when your battery's running out when you don't have a panel.
2021-11-27 05:50:27 +00:00
### sirius
2021-03-02 03:06:38 +00:00
2021-11-27 05:50:27 +00:00
Background worker to sync an imap mailbox.
2020-08-05 04:57:45 +00:00
2021-07-13 21:15:19 +00:00
### ztabelle
Generate a timesheet for a given month by manipulating the output from `zeit`
2020-08-05 04:57:45 +00:00
2022-11-01 04:32:17 +00:00
### zdconvert
Breakdown weekly data from `zeit` into by-day/by-project buckets for easy transferral to daptiv
2021-11-28 03:50:19 +00:00
### riosh
Shell script to loosley emulate `rio` behavior in a EWMH-compliant WM
2022-01-14 04:57:24 +00:00
### desks
shell script to facilitate desktop switching via a tint2 executor
### t2stats
tint2 system load/memory, battery, and network info
2022-01-15 05:33:32 +00:00
### dynacal
2022-01-14 04:57:24 +00:00
displays either regular or arvelie clock in a tint2 executor, with an action to switch them as well
2022-11-01 04:32:17 +00:00
### podlist
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 )
2023-03-08 06:28:56 +00:00
### storage_menu
Openbox pipe menu for managing removable disks with udiskie (for when you don't want automount or systray)
2020-08-05 04:57:45 +00:00
## License
2021-07-13 21:15:19 +00:00
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.