Fix i3lockmore image path, syncthingtray command, add nm-applet
This commit is contained in:
parent
a0d37bdb00
commit
dcd1890781
@ -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 () ()
|
||||
|
Loading…
Reference in New Issue
Block a user