From a051dbd12e20e950e5563d33b71fce394114ac75 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 4 May 2022 18:54:27 -0300 Subject: [PATCH] Revert "river: Desactivar river-tag-overlay" This reverts commit 8e052f41b0afc4a02a1684a3f564b3cca79c26c9. --- .config/river/load-colors | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.config/river/load-colors b/.config/river/load-colors index 5e578f6..6bb5396 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -8,6 +8,21 @@ riverctl border-width 5 riverctl spawn 'killall yambar ; yambar' riverctl spawn "killall fnott >/dev/null ; fnott" +riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \ + --anchors=0:0:1:0 \ + --timeout=2000 \ + --square-padding=2 \ + --square-inner-padding=5 \ + --square-size=30 \ + --background-colour=0x$background \ + --border-colour=0x$border_unfocused \ + --square-active-background-colour=0x$border_focused \ + --square-active-border-colour=0x$border_focused \ + --square-active-occupied-colour=0x$border_unfocused \ + --square-inactive-background-colour=0x$background \ + --square-inactive-border-colour=0x$border_unfocused \ + --square-inactive-occupied-colour=0x$border_unfocused \ + " if test -n "$bg"; then riverctl spawn "killall swaybg ; swaybg --image '$bg'"