From 3ffd09b5d79e148b1732213371220845dbad4334 Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 29 Jun 2024 02:40:01 +0200 Subject: [PATCH] add more desc --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ed405a3..10beb7a 100644 --- a/main.go +++ b/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 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 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 debug = flag.Bool("d", false, "Turn on Debug messages")