diff options
author | Derek Stevens <nilix@nilfm.cc> | 2021-07-13 15:15:19 -0600 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2021-07-13 15:15:19 -0600 |
commit | c9c8535ac5ecd74b527188a4a57dc4607ec635c3 (patch) | |
tree | 41f303ff330d42d36a2d0665a249f51f3a1dbb01 | |
parent | 6084890e0d9dbfc638e26e2f07e2ab55b627e336 (diff) |
update README
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -7,10 +7,10 @@ This is a simple collection of helper scripts to round out my two common desktop sessions: -Kwin Standalone: +Plasma 'lite': * kwin -* konsole -* xfdesktop +* alacritty +* plasmashell * tint2 * dunst * xbindkeys @@ -37,7 +37,7 @@ Wrapper script around `nmtui` to aid in network configuration in the absence of 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 20% of charge. +* __battery__ is given as a progress/HP bar like so ` ` where each block character (``) represents approximately 20% 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. @@ -60,7 +60,10 @@ Lightweight ACPI handler to put a laptop to sleep when you close the lid and it' ### transsetter Background script to apply translucency to terminal and editor windows with `transset`, `xshove`, and `xcompmgr` +### ztabelle + +Generate a timesheet for a given month by manipulating the output from `zeit` ## License -This collection is released permissively under the MIT License. You can do whatever you want with 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. |