[polybar] Update module README

Slight updates to readme, fixing image link, pointing main readme to the
right location, rewording bib dependencies.
This commit is contained in:
Marty Oehme 2020-05-11 16:50:35 +02:00
parent 1d80d988b7
commit dba4877983
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 10 additions and 6 deletions

View file

@ -32,7 +32,7 @@ The i3 workspaces module is pretty simple and self-explanatory. It shows all exi
Additionally, if an i3 mode is active, it will be displayed next to the workspaces in a stark color to notice the mode being active.
![mode](.assets/polybar/i3-highlight.png) -- focus on workspace 3, 'Media' mode active
![mode](.assets/polybar/i3-mode.png) -- focus on workspace 3, 'Media' mode active
Workspaces can be cycled with the mouse-wheel when hovering over the module, or can be invoked by clicking on the icons.
@ -56,11 +56,15 @@ The standard polybar date display. Displays current date (DD/MM) and current tim
![extended clock](.assets/polybar/clock_alt.png)
## Upcoming Bib readings
## Upcoming Bibtex readings
Depends on the [`bibtex`](bibtex/) module being installed, specifically a `$BIBFILE` variable pointing to the system library, and a `bib_due` script.
Depends on the [`bibtex`](bibtex/) module being installed, more specifically:
Displays the library readings remaining for the week in simple numerical fashion. On click invokes the full `bib_due` script to show further information on the upcoming readings, requiring `dmenu` or `rofi` to display them.
* the `bib-due` script accessible as a program
* a `$BIBFILE` environment variable pointing to the bibtex library (or at least, the relevant library of the system)
* optionally: `rofi` (or `dmenu`) to enable listing of readings on click
Displays the library readings remaining for the week in simple numerical fashion. On click invokes the full `bib_due` script to show further information on the upcoming readings, requiring either `dmenu` or `rofi` to display them.
## System information