Conversation
0bc1aa9 to
3671414
Compare
1447a40 to
5bbaafa
Compare
|
So I start with this message And then find I can cause a segfault by scrolling on the widget ;) |
|
@trigg latest commits fix this segfault and add a fallback to use the systemd-logind dbus method as a fallback |
1ef5069 to
f11f94b
Compare
A fix for the out-of-range GDBUS errors |
|
don’t take it as rebelling against authority, but i just changed the scrolling itself ;) i’m actually quite confused as to why it wasn’t doing errors with others, but… oh well, now should be safe. |
|
Why are there changes to 18 files here? I see changes to all of the wp-mixer files and some addition of icons.cpp in until with a header, amongst other changes not related to the title of this PR. |
Because to not copypaste code, the way icons that scale with a numeric value (so, volumes and brightness) is handled was changed. for now this new way was carelessly thrown together to get working, please read them and make suggestions. |
|
@soreau makes a good point here. Can you split the icon-from-ranges work to a different PR which we will take first? |
sure, seemed a bit pointless to me given there’s no other thing using it, but if you want |
5e8544d to
9f363a6
Compare
Add backlight widget to control display brightness. Handles sysfs devices and external external monitors that implement MCCS. MCCS depends on libddcutil, and is not built if it is not detected.
Add backlight widget to control display brightness.
Handles devices exposed in sysfs and external external monitors that implement MCCS.
MCCS depends on libddcutil, and is not built if it is not detected.