aboutsummaryrefslogtreecommitdiffstats
path: root/polybar/usr
Commit message (Collapse)AuthorAgeFilesLines
* [polybar] Use notmuch if available to count unread emailsGravatar Tom Willemse2022-05-261-12/+12
|
* [polybar] Several fixes for ‘inbox-size’Gravatar Tom Willemse2022-03-031-4/+6
| | | | | | | | | | | | | | - Make the header more robust. If we need to add more argumetns to the scsh command-line this will let us do that more easily in the future without having to change the header again. - Don't ‘display’ the result of the call to ‘run’ because that should always be ‘0’, unless something went wrong. Regardless, it doesn't belong in the output of this program. - Use ‘rx’ in Emacs to build the regular expression. This is easier to read, especially considering how many times a single ‘\’ has to be escaped (once for the string in scsh, and once more for the string in Emacs).
* Update scsh file headers for shell scriptsGravatar Tom Willemse2022-03-031-2/+4
| | | | | | | | | | | Other file headers come with caveats: - ‘#!/usr/bin/scsh -s’ :: Now that scsh is installed through Guix, this is not where this file lives. - ‘#!/usr/bin/env -S scsh -s’ :: This doesn't work when we need to specify move arguments on the command line and need to use the meta-argument. ‘env -S scsh \’ doesn't work.
* [polybar] Show how many items there are in my GTD inboxGravatar Tom Willemse2022-01-201-0/+6
|
* [polybar] Show the total number of unread emailsGravatar Tom Willemse2021-11-061-0/+15
|
* Automatically hide polybar if necessaryGravatar Tom Willemse2020-04-261-0/+21
xfreerdp doesn’t seem to play nice with Polybar, so hide Polybar whenever xfreerdp is focused.