From e59ffa4746dc141f29ee67e3f586d09dbfe5f477 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 9 Feb 2022 12:53:44 -0300 Subject: [PATCH] Revert "river: Desactivar river-tag-overlay" This reverts commit 774ee90108958328ae41660cfb0731301503b144. --- .config/river/load-colors | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.config/river/load-colors b/.config/river/load-colors index cb4879b..a90046a 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -7,6 +7,24 @@ riverctl border-color-unfocused 0x$border_unfocused riverctl border-width 5 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 \ + --font='monospace:size=16' \ + --square-padding=2 \ + --square-inner-padding=2 \ + --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-active-text-colour=0x$foreground \ + --square-inactive-background-colour=0x$background \ + --square-inactive-border-colour=0x$background \ + --square-inactive-occupied-colour=0x$border_unfocused \ + --square-inactive-text-colour=0x$foreground \ + " if test -n "$bg"; then riverctl spawn "killall swaybg ; swaybg --image $bg"