aboutsummaryrefslogtreecommitdiff
path: root/etc/xmobar/novinho (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-19etc/xmobar/novinho: Add config for novinho derived from velhinhoEuAndreh1-3/+3
2024-09-16etc/xmobar/velhinho: Include /mnt/doisEuAndreh1-1/+1
2024-06-16Simplify code used by xmobarEuAndreh1-1/+1
Remove the endless loop, and stop polling the system while doing nothing.
2023-02-28Use `hostname` to pick xmobar configEuAndreh1-3/+3
2023-02-28etc/xmobar/xmobarrc: Use installed fontEuAndreh1-1/+1
2023-02-28etc/xmobar/xmobarrc: Use forever -q on CommandReaderEuAndreh1-1/+1
2023-02-20etc/xmobar/xmobarrc: Show free disk over usedEuAndreh1-1/+1
2023-02-20Use "player synopsis" for MPRIS status stringEuAndreh1-1/+1
2023-02-18etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" failsEuAndreh1-1/+1
2023-02-17etc/xmobar/xmobarrc: Fix mpris title displayEuAndreh1-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.
2023-02-17etc/{xmonad,xmobar}: Add working simplified configurationsEuAndreh1-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.