Skip to content
New issue

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

Remove the symbolic link requirement #2

Open
d-rez opened this issue Oct 30, 2017 · 1 comment
Open

Remove the symbolic link requirement #2

d-rez opened this issue Oct 30, 2017 · 1 comment
Assignees

Comments

@d-rez
Copy link
Owner

d-rez commented Oct 30, 2017

There must be a better way than creating that silly symlink

@d-rez d-rez self-assigned this Oct 30, 2017
@bverc
Copy link
Contributor

bverc commented Jun 10, 2019

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])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants