misc utilities for computing zen
Find a file
2020-10-11 02:03:50 -04:00
desks.sh using unicode glyph for floating windows from Siji for the static string 2020-10-10 09:34:46 -04:00
extdisplay.sh added desks, sleepy; update copyleft notice 2020-09-29 23:58:30 -04:00
logout.sh fix position of logout window; alacritty made that easy for me! 2020-10-11 02:03:50 -04:00
nmtui_alacritty.yml tweaked nmtui colorscheme 2020-10-11 02:00:06 -04:00
nmtuiWin.sh migrate nmtuiWin.sh to use alacritty and provided config file for the color defs 2020-10-10 12:04:06 -04:00
README.md 0th commit 2020-08-05 00:57:45 -04:00
sleepy.sh added desks, sleepy; update copyleft notice 2020-09-29 23:58:30 -04:00
t2stats.sh added desks, sleepy; update copyleft notice 2020-09-29 23:58:30 -04:00

zenUtils

--refined UI helper scripts--

Derek Stevens drkste@zoho.com

About

This is a simple collection of helper scripts to round out an experimental desktop environment:

  • kwin
  • rox
  • tint2
  • urxvt
  • dunst

extdisplay

Wrapper script around xrandr to handle a second monitor on a laptop.

nmtuiWin

Wrapper script around nmtui to aid in network configuration in the absence of nm-applet.

t2stats

Status script to run in an Executor of tint2 which gives network and battery status.

  • network is given as any of offline, wired, or wifi/<network SSID>.
  • battery is given as a progress/HP bar like so [|||||| ] where each pipe character (|) represents approximately 10% of charge.

Battery alert notifications are handled by tint2 natively, even when the native battery applet is hidden, so that functionality is not present in the script. Network connection/disconnection notifications are planned.

License

This collection is released permissively under the MIT License. You can do whatever you want with it.