add more desc
This commit is contained in:
2
main.go
2
main.go
@@ -181,7 +181,7 @@ var pbLock = flag.String("pblock", "", "command for the Lock power bar icon")
|
|||||||
var pbPoweroff = flag.String("pbpoweroff", "", "command for the Poweroff power bar icon")
|
var pbPoweroff = flag.String("pbpoweroff", "", "command for the Poweroff power bar icon")
|
||||||
var pbReboot = flag.String("pbreboot", "", "command for the Reboot power bar icon")
|
var pbReboot = flag.String("pbreboot", "", "command for the Reboot power bar icon")
|
||||||
var pbSleep = flag.String("pbsleep", "", "command for the sleep power bar icon")
|
var pbSleep = flag.String("pbsleep", "", "command for the sleep power bar icon")
|
||||||
var pbSize = flag.Int("pbsize", 64, "power bar icon size")
|
var pbSize = flag.Int("pbsize", 64, "power bar icon size (only works w/ built-in icons)")
|
||||||
var pbUseIconTheme = flag.Bool("pbuseicontheme", false, "use icon theme instead of built-in icons in power bar")
|
var pbUseIconTheme = flag.Bool("pbuseicontheme", false, "use icon theme instead of built-in icons in power bar")
|
||||||
var debug = flag.Bool("d", false, "Turn on Debug messages")
|
var debug = flag.Bool("d", false, "Turn on Debug messages")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user