summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-02 11:26:53 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-02 11:26:53 -0500
commit8d3603c505b756d6d6616997cd44814eecda7a90 (patch)
treed1c12bb8fa6cb533dd86a5059d55514ef80f57f1
parenta63a203e3a26bf5008a4c87b2f057cbe1e62c598 (diff)
downloadeibhear-8d3603c505b756d6d6616997cd44814eecda7a90.tar.gz
eibhear-8d3603c505b756d6d6616997cd44814eecda7a90.tar.zst
eibhear-8d3603c505b756d6d6616997cd44814eecda7a90.zip
SCRIPTS readme updates for renames etc.
-rw-r--r--.scripts/SCRIPTS.md69
1 files changed, 43 insertions, 26 deletions
diff --git a/.scripts/SCRIPTS.md b/.scripts/SCRIPTS.md
index 6756039..b6eef4f 100644
--- a/.scripts/SCRIPTS.md
+++ b/.scripts/SCRIPTS.md
@@ -12,60 +12,73 @@ export PATH="$(du $HOME/.scripts/ | cut -f2 | tr '\n' ':')$PATH"
For modules used in i3blocks.
-### `i3battery`
+### `battery`
i3blocks module. Shows available power remaining with icon indicating battery
status. Colors indicate different levels of charge.
-### `i3mail`
+### `clock`
+
+Shows time and date. If clicked, brings up calender or coming calcuse events.
+
+### `cpu`
+
+Shows CPU temperature. If clicked, shows most processor-intensive processes.
+
+### `help`
+
+Module which appears as a question mark. Brings up readme if clicked.
+
+### `internet`
+
+Shows whether machine is connected to wifi and ethernet. If clicked, brings up `nmtui`.
+
+### `mailbox`
i3blocks module for use with mutt-wizard. Shows unread mail and if
`mailsync.sh` is running.
-### `i3mpd`
+### `mem`
+
+Shows memory usage. If clicked, shows most memory-intensive processes.
+
+### `music`
i3blocks module. Shows current song; if paused, name will be grayed and italic.
-### `i3mpdupdate`
+### `mpdupdate`
A daemon running by default that will update the i3mpd block on mpd change.
-### `i3pacman`
+### `news`
+
+Shows unread newsboat articles. Brings up newsboat or refreshes RSS feeds.
+
+### `pacpackages`
i3blocks module. Detects new installable upgrades. Only works if you use
cronjobs to automatically sync repositories.
-### `i3torrent`
+### `popupgrade`
+
+Called by clicking on the update icon if there are new packages. Spawns a `yay`
+upgrade of the main Arch repos and AUR packages, updates the i3blocks module
+once complete.
+
+### `torrent`
i3blocks module. Shows torrents idle (⌛️), downloading (⬇️) or
finished (🌱).
-### `i3volume`
+### `volume`
i3blocks module. Shows volume percentage or mute notification.
-### `i3weather`
+### `weather`
i3blocks module. Gets weather forcast from wttr.in and returns today's
precipitation chance (☔), daily low (❄️) and daily high (☀️).
-### `i3wifi`
-
-A modified version of the i3blocks wifi module. Clicked, it brings up wifi-menu
-and also appears when there is no wifi connection.
-
-### `popupdate`
-
-Called by clicking on the update icon if there are new packages. Spawns a `yay`
-upgrade of the main Arch repos and AUR packages, updates the i3blocks module
-once complete.
-
-### `popweather`
-
-The script called by clicking on the i3 weather module. Brings up the forecast
-from `http://wttr.in` and will close on <Enter>.
-
-
## `cron/`
For scripts meant to be cronjobs. None are active by default on LARBS.
@@ -88,6 +101,10 @@ Gives a dunst notification if the battery is less than 25%.
Not actually a cronjob, but just turns off/on all user cronjobs.
+### `getforecast`
+
+Updates the weather forecast. This is automatically run by `weather` if there hasn't been a new forecast today.
+
### `newsup`
Updates newsboat RSS feeds if connected to internet. Will also display a
@@ -224,7 +241,7 @@ Gives a dmenu prompt for mounting USB drives or Android devices. Bound to
### `dmenurecord`
Gives a list of recording commands: `audio`, `video` and `screencast` (both) in
-dmenu for selection. Bound to `mod+Print Screen` by default. Should be kill by
+dmenu for selection. Bound to `mod+PrintScreen` by default. Should be killed by
`killrecording`.
### `dmenuumount`