Commit Graph

16 Commits

Author SHA1 Message Date
David JULIEN 24424c17ec [status] fix: sb-music icons
now that we use Symbols Nerd even on gentoo, we can use the default
icons
2022-11-04 22:43:38 +01:00
David JULIEN a3b75c39a6 [statusbar] fix: music icon in sb-music 2022-03-07 11:30:19 +01:00
David JULIEN 6f3036b1f9
Merge branch 'dev' into gentoo
sb-music: fix parsing
2021-10-19 23:48:04 +02:00
David JULIEN e953fd9a5a [sb-music] fix: song info parsing 2021-10-19 23:47:05 +02:00
David JULIEN 40969de078
Merge branch 'dev' into gentoo
feat: properly display artist in sb-music
2021-09-25 13:53:09 +02:00
David JULIEN 7458ed872a feat: properly display album artist
only display title artist for compilations
2021-09-25 13:50:42 +02:00
David JULIEN 39fe2c3a69
Merge branch 'dev' into gentoo
tweak statusbar:
        sb-battery displays slots
        sb-music display song artist, not album artist
        sb-internet display ssid, rather than wifi strength
2021-09-19 12:37:11 +02:00
David JULIEN 7c0ffbf953 feat: display song artist, not album artist 2021-09-19 12:29:02 +02:00
David JULIEN 4236c85f20
feat: introducing gentoo on ThinkPad 2021-09-07 23:50:33 +02:00
David JULIEN 340e4a9190 fix: output format 2021-03-11 13:12:42 +01:00
David JULIEN 8ddcf5b6c2 fix: unicode character display
unicode characters are treated as they were several characters : cutting
a string at char 15 *might* cut in the middle of a unicode character

-> unicode() to convert a unicode char to its ASCII equivalent
[ will be updated each time we come across an error, though it should
not appear beside apostrophes ]
2021-03-11 02:10:04 +01:00
David JULIEN 972abb9bf7 feat: prevent sb-music to print long strings
parse title and artist individually to prevent the final string to too
long (and cut)
2021-02-22 00:26:51 +01:00
David JULIEN 397f10b8d2 feat: put spaces in statusbar modules 2021-02-21 00:36:26 +01:00
David JULIEN 9d06a61780 legal: change license to GPLv3 in script headers
Kept wondering wether I should keep the MIT (because I highly value
freedom of act) or embrace the GPL (because I don't want this work to
become close-source).

I do understand that this commit (and the next one that is actually
changing the LICENSE) is a defeat for freedom. I guess freedom has been
defeated long time ago, when people and companies figured that was
"free" (as in gratis) was also "free" (as in disposable).

This is not how I think free (as in "libre") works but hey, that surely
is how Intel and other corporations see it (ec: Intel Management Engine
is entirely based on Minix, is close-source, and *maybe* used as a
backdoor by anybody).

It boils down to the Paradox of Tolerance, and I surely won't tolerate
shit going their way. If you want to take open source stuff, be my
guest ; but you have to play by the rules.
2021-02-16 01:09:56 +01:00
David JULIEN 2b622f0c58 legal: give credit to Luke Smith for recent additions 2021-02-16 00:32:20 +01:00
David JULIEN 10321a0d21 feat: use dwmblocks as statusbar
remove .local/bin/dwmbar
add .local/bin/statusbar scripts directory
update .profile ($PATH)
update .xprofile (dwmblocks at startup)
2021-02-16 00:29:24 +01:00