From ad308e78ea0ffebaee0a89d9dc8368d8d3557d45 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 11 Jan 2022 23:06:28 -0300 Subject: [PATCH] Revert "river: desactivar river-tag-overlay" This reverts commit b230bc63295cafcb6b9bce590ce87bcb3fb349ac. --- .config/river/load-colors | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.config/river/load-colors b/.config/river/load-colors index aeae530..7195e9e 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -6,6 +6,24 @@ riverctl border-color-focused 0x$border_focused riverctl border-color-unfocused 0x$border_unfocused riverctl border-width 4 +riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \ + --anchors=0:0:1:0 \ + --timeout=2000 \ + --font='monospace:style=Bold:size=16' \ + --square-padding=5 \ + --square-inner-padding=5 \ + --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$background \ + --square-active-text-colour=0x$border_focused \ + --square-inactive-background-colour=0x$border_unfocused \ + --square-inactive-border-colour=0x$border_unfocused \ + --square-inactive-occupied-colour=0x$background \ + --square-inactive-text-colour=0x$border_focused \ + " + if test -n "$bg"; then riverctl spawn "killall swaybg ; swaybg --image $bg" fi