aboutsummaryrefslogtreecommitdiff
path: root/bin/status-bar (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-12bin/: Add trailing semicolor to Perl heredocsEuAndreh1-2/+3
2023-02-20Use "player synopsis" for MPRIS status stringEuAndreh1-1/+2
2022-12-03bin/status-bar: Use the updated VM counter logicEuAndreh1-1/+1
2022-10-16bin/*.pl: Do not "use strict" explicitlyEuAndreh1-1/+0
Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant.
2022-10-16bin/*.pl: Explicitly name the excluded warningsEuAndreh1-1/+1
The previous version had a catch-all for all warnings, even the ones I don't know that I have, or future warnings that could appear.
2022-10-10bin/status-bar: Include count of up VMsEuAndreh1-1/+7
2022-08-15bin/status-bar: Add working versionEuAndreh1-0/+99