aboutsummaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorTimo Wilken2022-12-01 00:55:00 +0100
committerTimo Wilken2022-12-01 00:55:00 +0100
commit67ba85b5bf11a57d99a83cb431e263fc5c8dd148 (patch)
tree6cc37162809270d4463a07884d7ca5b4822fe786 /home-configuration.scm
parent298784e16c0cf7ceb989b1c125a127548a388847 (diff)
Don't restart polybar when config changes
Diffstat (limited to 'home-configuration.scm')
-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))))