aboutsummaryrefslogtreecommitdiff
path: root/etc/xmobar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etc/xmobar/novinho: Add config for novinho derived from velhinhoEuAndreh2025-02-191-0/+24
|
* etc/xmobar/velhinho: Include /mnt/doisEuAndreh2024-09-161-1/+1
|
* Simplify code used by xmobarEuAndreh2024-06-161-1/+1
| | | | | Remove the endless loop, and stop polling the system while doing nothing.
* Use `hostname` to pick xmobar configEuAndreh2023-02-282-0/+24
|
* etc/xmobar/xmobarrc: Use installed fontEuAndreh2023-02-281-1/+1
|
* etc/xmobar/xmobarrc: Use forever -q on CommandReaderEuAndreh2023-02-281-1/+1
|
* etc/xmobar/xmobarrc: Show free disk over usedEuAndreh2023-02-201-1/+1
|
* Use "player synopsis" for MPRIS status stringEuAndreh2023-02-201-1/+1
|
* etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" failsEuAndreh2023-02-181-1/+1
|
* etc/xmobar/xmobarrc: Fix mpris title displayEuAndreh2023-02-171-1/+1
| | | | | | | | For some ~bad and brittle~ reason, xmobar's CommandReader doesn't really update if something is sent to its STDERR. So one needs to explicitly discard it in order for CommandReader to be useful and work properly. Fixes issue mentioned in b7690e3ad34a4fd207dfd73476756836696f0731.
* etc/{xmonad,xmobar}: Add working simplified configurationsEuAndreh2023-02-171-0/+24
The xmobar "CommandReader" still needs work: for some reason it only gets the first string that the command emits, and not the later changed values.