Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | etc/xmobar/novinho: Add config for novinho derived from velhinho | EuAndreh | 2025-02-19 | 1 | -0/+24 |
| | |||||
* | etc/xmobar/velhinho: Include /mnt/dois | EuAndreh | 2024-09-16 | 1 | -1/+1 |
| | |||||
* | Simplify code used by xmobar | EuAndreh | 2024-06-16 | 1 | -1/+1 |
| | | | | | Remove the endless loop, and stop polling the system while doing nothing. | ||||
* | Use `hostname` to pick xmobar config | EuAndreh | 2023-02-28 | 2 | -0/+24 |
| | |||||
* | etc/xmobar/xmobarrc: Use installed font | EuAndreh | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | etc/xmobar/xmobarrc: Use forever -q on CommandReader | EuAndreh | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | etc/xmobar/xmobarrc: Show free disk over used | EuAndreh | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Use "player synopsis" for MPRIS status string | EuAndreh | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" fails | EuAndreh | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | etc/xmobar/xmobarrc: Fix mpris title display | EuAndreh | 2023-02-17 | 1 | -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 configurations | EuAndreh | 2023-02-17 | 1 | -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. |