Commit graph

11 commits

Author SHA1 Message Date
dba4877983
[polybar] Update module README
Slight updates to readme, fixing image link, pointing main readme to the
right location, rewording bib dependencies.
2020-05-16 17:35:39 +02:00
1d80d988b7
[bibtex] Use rofi to show bib-due files 2020-05-16 17:35:39 +02:00
9202882797
[polybar] Add module readme 2020-05-16 17:35:39 +02:00
9e5abca853
[polybar] Remove bc dependency for package module
Removed dependency on bc to do simple addition.
2020-05-16 17:35:38 +02:00
f6517df5a2
[polybar] Refactor music display module
Refactored music module to use a constant tail output of the underlying
script, to enable mode-switching, and to allow playing or pausing the
current song.
2020-05-16 17:35:38 +02:00
3872eca254
[polybar] Add onclick dropdown of papers due
On clicking the papers due module will show the bibtex keys of the
papers that are due, as well as their date and priority.
2020-05-16 17:35:38 +02:00
552d120856
[polybar] Add due papers display
Added simple numerical display for papers that are upcoming and due.
Will display ALL due papers, and not distinguish between soon / at some
point yet. Can not yet be interacted with.
2020-05-16 17:35:38 +02:00
f0dff67410
[polybar] Add safer package update checking
Package updates in yay (as in pacman) will not be reported correctly
when the repository mirrors have not been updated recently.

However, updating only the mirrors without also synching the packages
locally is not recommended by arch. That means, essentially, we can't do
a dry-run to only 'check' for packages without running the danger of
performing a partial arch upgrade.

The program `checkupdates` in pacman-contrib package helps with this by
performing a check for the available updates without needing to pull
from the mirrors before. So, the polybar update script now checks for
its existence and uses it if available, falling back to the standard yay
procedure otherwise.
2020-02-25 07:53:05 +01:00
97f7fcbbd6
Move scripts into respective directories
Having a general script folder makes little sense if the scripts are
targeted to specific applications. This commit moved every script that
solely, or mainly (like ueberzug), targets a single application into
that respective stow module.
2020-02-08 20:17:44 +01:00
ad8decb4ef Integrate dynamic colorschemes into applications
Makes polybar use Xresources color values for its colors. Resets rofi
values to their default after being overwritten by the base16 themes.
Makes qutebrowser include the colorscheme in its configuration file.

Ignore dynamically generated colorschemes in .gitignore file.
2020-02-01 11:01:26 +01:00
d34cecb27e Switch to GNU stow 2019-12-29 23:12:13 +01:00