summaryrefslogtreecommitdiffstats
path: root/.local/bin/b-bar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to make b-bar more robustHEADmainAmin Bandali2024-12-041-1/+1
| | | | | | | | On a few rare occasions the bar seemed to "hang" and its information get stale, and I believe this first happened when I started pulling in some data from emacsclient. So wrapping the call to emacsclient in a timeout is an attempt to remedy that, in case emacs(client) blocks for some reason.
* Get b-bar battery from GNU Emacs if availableAmin Bandali2024-09-191-16/+23
|
* Rewrite b-bar to use upower for battery infoAmin Bandali2024-08-311-12/+28
|
* Various updates from anahitaAmin Bandali2024-08-301-0/+1
|
* Various updatesAmin Bandali2024-06-191-5/+20
|
* Break pulse volume code out of bar and into its own scriptAmin Bandali2024-04-011-0/+13
In part so that it could easily be used in Emacs as well. Also rename pacify-pulseaudio to b-pacify (as in PAcify).