zenUtils/README.md

44 lines
1 KiB
Markdown
Raw Normal View History

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
This is a simple collection of helper scripts to round out my two common desktop sessions:
2021-11-28 03:50:19 +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
### logout
Dmenu script to provide session/power management menu.
2021-03-04 05:53:30 +00:00
### batAlarm
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-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
2021-11-28 03:50:19 +00:00
### riosh
Shell script to loosley emulate `rio` behavior in a EWMH-compliant WM
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.