Run polybar on startup

This commit is contained in:
Jeremy Dormitzer 2020-03-11 15:58:36 -04:00
parent b5a91d2438
commit 1696abeaa7

View File

@ -148,3 +148,6 @@
;; Picom compositor ;; Picom compositor
(run-shell-command "picom -b") (run-shell-command "picom -b")
;; Polybar
(run-shell-command "polybar top --reload >> /tmp/polybar.top.log 2>&1")