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