[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:
parent
1d80d988b7
commit
dba4877983
2 changed files with 10 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
 -- focus on workspace 3, 'Media' mode active
|
||||
 -- 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
|
|||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue