aboutsummaryrefslogtreecommitdiffstats
path: root/polybar
Commit message (Collapse)AuthorAgeFilesLines
* [data] Update polybar lookGravatar Tom Willemse2023-08-231-6/+6
|
* [polybar] Don't show currently playing song on pauseGravatar Tom Willemse2022-11-091-0/+1
|
* [polybar] Show currently playing songGravatar Tom Willemse2022-11-091-1/+4
|
* [polybar] Add a module for circeGravatar Tom Willemse2022-09-221-2/+5
| | | | | This is an empty IPC widget that can be used by Emacs to place the Circe channel information in.
* [polybar] Use notmuch if available to count unread emailsGravatar Tom Willemse2022-05-261-12/+12
|
* [polybar] Add Shepherd serviceGravatar Tom Willemse2022-05-101-0/+10
|
* [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-202-1/+13
|
* [polybar] Show the total number of unread emailsGravatar Tom Willemse2021-11-062-1/+22
|
* Add systemd services for some background tasksGravatar Tom Willemse2021-11-022-2/+8
| | | | | | | Add a ‘wm.target’ file that services can hook into and that Herbstluftwm starts at the end of its startup script. This way different services can be sure that the window manager itself has started up, and can be dependent on one another. Hopefully this makes managing these background processes easier.
* [polybar] Fixup polybarGravatar Tom Willemse2021-11-021-15/+17
| | | | | | | | - Remove _some_ unused variables. - Fix the font, height, and padding for the bar itself, and the modules inside. - Remove the monitor, I always only have one now.
* [polybar] Show the system tray in the center on rincewindGravatar Tom Willemse2021-11-021-2/+2
|
* [polybar] Show the pulseaudio widget on rincewindGravatar Tom Willemse2021-11-021-1/+1
|
* [polybar] Add VPN module for rincewindGravatar Tom Willemse2021-11-021-1/+10
|
* Fix monitor for polybar on rincewindGravatar Tom Willemse2020-12-261-1/+1
|
* Remove unused volume moduleGravatar Tom Willemse2020-12-261-1/+1
|
* Adjust polybar colors to match ‘yoshi-theme’Gravatar Tom Willemse2020-12-261-4/+3
|
* Change polybar’s background colorGravatar Tom Willemse2020-12-261-1/+1
| | | | This is to make it look more like my Emacs mode line.
* Show available desktop tags in polybarGravatar Tom Willemse2020-12-261-1/+13
|
* Automatically hide polybar if necessaryGravatar Tom Willemse2020-04-262-1/+22
| | | | | xfreerdp doesn’t seem to play nice with Polybar, so hide Polybar whenever xfreerdp is focused.
* Change the monitor for polybar’r rincewind configGravatar Tom Willemse2020-04-221-0/+2
| | | | Also enable IPC
* Fix formattingGravatar Tom Willemse2020-04-221-1/+1
|
* Fix fonts in polybarGravatar Tom Willemse2019-04-291-15/+24
| | | | Icons are now actually show in the bar
* Make polybar autostart script executableGravatar Tom Willemse2019-04-141-0/+0
|
* Add config for rincewind’s polybarGravatar Tom Willemse2019-04-142-5/+56
| | | | | | | - Change some of the colors, because I’ve spent a little more time on this on rincewind than on data. - Add a script that will start polybar whenever herbstluftwm starts. - Rename [bar/drd] to [bar/data] to match the hostname of data.
* Add polybar configGravatar Tom Willemse2019-04-141-0/+142