river: Desactivar river-tag-overlay

This commit is contained in:
Cat /dev/Nulo 2022-01-20 13:13:52 -03:00
parent 7ad941f63b
commit 774ee90108

View file

@ -8,24 +8,6 @@ riverctl border-width 4
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 \
--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"