Created
July 19, 2020 14:33
-
-
Save blubbll/a0c4f6fb2a3459c763878b39a32b64bb to your computer and use it in GitHub Desktop.
Atmotube widget color kwgt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$if(tc(split(tc(split, ni(com.atmotube.app, text) , "LQI ", 1), " (",0)) >80,#26B9DA, | |
if(tc(split(tc(split, ni(com.atmotube.app, text) , "LQI ", 1), " (",0)) >60, #5ED2A1, | |
if(tc(split(tc(split, ni(com.atmotube.app, text) , "LQI ", 1), " (",0)) >40, #EEB91F, | |
if(tc(split(tc(split, ni(com.atmotube.app, text) , "LQI ", 1), " (",0)) >20, #EC612B, | |
if(tc(split(tc(split, ni(com.atmotube.app, text) , "LQI ", 1), " (",0)) >0,#EC2347)))))$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment