From c7a0b564c02d2c946cee6344f2b26a1f62c470da Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 29 Jun 2024 02:34:41 +0200 Subject: [PATCH] improve description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 96457e2..00f163b 100644 --- a/main.go +++ b/main.go @@ -182,7 +182,7 @@ var pbPoweroff = flag.String("pbpoweroff", "", "command for the Poweroff power b 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 pbSize = flag.Int("pbsize", 64, "power bar icon size") -var pbUseIconTheme = flag.Bool("pbuseicontheme", false, "use icon theme instead of built-in icons") +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") func main() {