aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-configuration.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 147af733..79d6b042 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -124,7 +124,7 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(documentation (string-append "Polybar desktop bar for monitor" monitor "."))
(provision (list (string->symbol (string-append "polybar-" monitor))))
(start #~(make-forkexec-constructor
- (list #$(package-binary "polybar") "--reload")
+ (list #$(package-binary "polybar"))
#:environment-variables
(cons #$(string-append "POLYBAR_MONITOR=" monitor)
(default-environment-variables))))