Skip to content

Instantly share code, notes, and snippets.

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