-
Hello, I come to ask you for help to make the dynamic island work properly. First of all, I would like to congratulate you for your work and your idea, I find it excellent. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Which "island" in particular do you have your issue with? Or does it not work in general? |
Beta Was this translation helpful? Give feedback.
That seems like locale problem to me. Could you perhaps try setting the locale to en_US manually? You can do this by adding this:
LC_NUMERIC="en_US.UTF-8"
line of code to the beginning ofvolume_island.sh
andbrightness_island.sh
(or export the variable globally by adding it to one of the initializer scripts) temporarily to see if it fixes the problem.I'm currently away right now, so I won't be able to do it myself.
Edit: To add on, the other islands are being stopped most likely because brightness_island and/or volume_island does not finish normally due to the error. So essentially the other islands are just being blocked from displaying.