gbz_overlay icon indicating copy to clipboard operation
gbz_overlay copied to clipboard

Remove the symbolic link requirement

Open d-rez opened this issue 8 years ago • 1 comments

There must be a better way than creating that silly symlink

d-rez avatar Oct 30 '17 11:10 d-rez

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

bverc avatar Jun 10 '19 00:06 bverc