Skip to content

Instantly share code, notes, and snippets.

@blubbll
Created July 19, 2020 14:33
Show Gist options
  • Save blubbll/a0c4f6fb2a3459c763878b39a32b64bb to your computer and use it in GitHub Desktop.
Save blubbll/a0c4f6fb2a3459c763878b39a32b64bb to your computer and use it in GitHub Desktop.
Atmotube widget color kwgt
$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