Fix i3lockmore image path, syncthingtray command, add nm-applet

This commit is contained in:
Jeremy Dormitzer 2020-10-06 13:05:39 -04:00
parent a0d37bdb00
commit dcd1890781

View File

@ -160,9 +160,9 @@
(run-shell-command
(concatenate 'string
"i3lockmore "
"--image-fill ~/Pictures/space-background.png "
"--image-fill ~/Sync/pictures/space-background.jpg "
"-n "
"--lock-icon ~/Pictures/lock.png")))
"--lock-icon ~/Sync/pictures/lock.png")))
(defcommand battery () ()
(let ((capacity
@ -238,7 +238,10 @@
(run-shell-command "polybar top --reload >> /tmp/polybar.top.log 2>&1")
;; Syncthing Tray
(run-shell-command "syncthingtray")
(run-shell-command "syncthingtray --wait")
;; NetworkManager applet
(run-shell-command "nm-applet")
;; Hack to get polybar to appear on startup
(defcommand poke-modeline () ()