We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There must be a better way than creating that silly symlink
The text was updated successfully, but these errors were encountered:
Not elegant, but this works:
bat_iconpath = iconpath + "ic_battery_" + level_icon + "_white_" + str(dpi) + "dp.png" if (level_icon == "alert_red"): bat_iconpath = iconpath2 + "battery-alert_" + str(dpi) + ".png" overlay_processes["bat"] = subprocess.Popen(pngview_call + [ "0", bat_iconpath])
Sorry, something went wrong.
d-rez
No branches or pull requests
There must be a better way than creating that silly symlink
The text was updated successfully, but these errors were encountered: