diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index cf214cb..3bc2f59 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -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 () ()