Skip to content

Commit

Permalink
Fix typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ojv committed May 17, 2017
1 parent 2dd8aa1 commit c460811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/battery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Configuration in rc.lua, here shown with the default settings:
local conky = require("conky")
conky.config.battery = {
suspend_time = 300,
suspend_cmd = "sudo /usr/bin/pm-suspend-hybrid"
suspend_cmd = "sudo /usr/sbin/pm-suspend-hybrid"
}
suspend_time is the time left on the battery in seconds when the suspend
Expand Down

0 comments on commit c460811

Please sign in to comment.