diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index bfaf015..2259530 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -148,3 +148,6 @@ ;; Picom compositor (run-shell-command "picom -b") + +;; Polybar +(run-shell-command "polybar top --reload >> /tmp/polybar.top.log 2>&1")