Skip to content

Commit

Permalink
fix power path
Browse files Browse the repository at this point in the history
  • Loading branch information
thankjura committed May 29, 2018
1 parent 0c98d1f commit a7d6418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const ICON_PREFIX = "ds4-";
const ICON_SYMBOLIC = "-symbolic";
const DEVICE_PREFIX = "sony_controller_battery_";

//const POWER_DIR_PATH = "/sys/class/power_supply";
const POWER_DIR_PATH = "/tmp/power_test";
const POWER_DIR_PATH = "/sys/class/power_supply";

let indicator;
let devices = {};
Expand Down

0 comments on commit a7d6418

Please sign in to comment.