Compare commits
No commits in common. "3266bcc1971f4bc7861870362a2959cb31e4e580" and "29c027d0216117466f9039897a996c19736de594" have entirely different histories.
3266bcc197
...
29c027d021
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,6 @@ riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
|||
riverctl spawn "pgrep -x river-tag-overl >/dev/null || river-tag-overlay --anchors=1:0:0:0"
|
||||
# yambar spawned by load-colors
|
||||
riverctl spawn "pgrep -x kanshi >/dev/null || kanshi"
|
||||
riverctl spawn "pgrep -x poweralertd >/dev/null || poweralertd"
|
||||
|
||||
riverctl set-repeat 30 290
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ riverctl background-color 0x$background
|
|||
riverctl border-color-focused 0x$border_focused
|
||||
riverctl border-color-unfocused 0x$border_unfocused
|
||||
riverctl border-width 3
|
||||
riverctl spawn 'killall yambar ; yambar'
|
||||
|
||||
if test -n "$bg"; then
|
||||
riverctl spawn "killall swaybg ; swaybg --image $bg"
|
||||
|
|
Loading…
Reference in a new issue