From 234e0178a4075437fe4d82299c4ec339b0a3705f Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 16 Sep 2022 23:18:55 -0300 Subject: [PATCH] river: Parar de usar fnott Usamos swaync --- .config/river/load-colors | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/river/load-colors b/.config/river/load-colors index b6f45c9..8bbd320 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -7,8 +7,6 @@ riverctl border-color-unfocused 0x$border_unfocused riverctl border-width 5 riverctl spawn "killall yambar ; yambar --config=$HOME/.cache/themer.lua/yambar" -riverctl spawn "killall fnott >/dev/null ; fnott" - if test -n "$bg"; then riverctl spawn "killall swaybg ; swaybg --image '$bg'" fi