From 314549c6c3cf3d23d2697abcc58fdf4191fbfd1a Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 20 Dec 2021 16:12:23 -0300 Subject: [PATCH] yambar: reactivar --- .config/river/load-colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/river/load-colors b/.config/river/load-colors index d7db5db..5b5ea71 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -5,7 +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' +riverctl spawn 'killall yambar ; yambar' if test -n "$bg"; then riverctl spawn "killall swaybg ; swaybg --image $bg"