Page 1 of 1

Xiaomi Robot Vacuum Cleaner Control

Posted: Wednesday 22 January 2020 22:52
by JanvdW
I have added the Xiaomi Robot Vacuum Cleaner Control to Dashticz. This device has 6 selector buttons (Clean, Home, Spot, Pause, Stop and Find). I want to change both the font size and button size, so that this device fits in the space that's available on my dashticz (with all selector buttons on one row). I tries to implement this, but didn't succeed. Does anyone know how I can configure this?

Re: Xiaomi Robot Vacuum Cleaner Control

Posted: Wednesday 22 January 2020 23:11
by jurg1505
If you are using a rpi then ;
sudo nano /pi/Dashticz/dev/dashticz/css/creative.css

Re: Xiaomi Robot Vacuum Cleaner Control

Posted: Thursday 23 January 2020 8:00
by Lokonli
My advice is not to edit css/creative.css, but use custom/custom.css

creative.css may be overridden by Dashticz updates.

@JanvdW:
If you right click on the button -> Inspect then you can find the applicable CSS classes. You can define new styling for these CSS classes in custom/custom.css. There are some examples in the documentation.