Compare commits

..

2 commits

Author SHA1 Message Date
3266bcc197 river: desactivar yambar 2021-12-03 23:48:32 -03:00
2c6d455020 river: iniciar poweralertd 2021-12-03 23:47:58 -03:00
2 changed files with 1 additions and 1 deletions

View file

@ -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"
# 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

View file

@ -5,7 +5,6 @@ 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"