Hey,

Yes e16 is what I am at. Personally THE WM to rule them all.

Thanks for the 'hsetroot' suggestion. I ended up with a periodic acpi-based check, like so:

---
~/.e16/Init/99_hsetroot.sh
---
#!/bin/env sh
while true; do acpi -a |grep -q on-line &&hsetroot -solid '#3294bb' ||hsetroot -solid '#682612'; sleep 44; done &
---

Ps. Good luck in Barcelona to the people who are going, if I was anywhere nearer I would gladly show up my face to see what it is like. Perhaps next time visit Ireland, small enough island we will find each other no bother.

On 16/10/2019 23:23, gary wrote:
Hi,

If your using e16 then you can use hsetroot (may have to install it first).

enjoy


On 2019-10-16 11:59, Sebastian Makowiecki wrote:
Hey folks.

Best WM, at least I think so, thanks a bunch.

I want to be able to change the background on the spot via the command
line script. The idea I have in mind is to set it red whenever I run
on the battery power and the battery is being discharged. I do not
believe in small system tray icons, a desk background color indication
would work best in my case.

Can it be achieved? If so how? What files are involved? If no CLI tool
exists than I am more than happy to edit the files manually via
appropriate external tools etc. etc. just point me in the right
direction, I wasn't able to figure it out, looked through the ~/.e16
directory to no avail.

Thanks in advance,

Best regards,

SM



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Sebastian Makowiecki


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to