river-tag-overlay: No usar texto
This commit is contained in:
parent
d4e2e8c8c9
commit
ac1467cd59
1 changed files with 2 additions and 5 deletions
|
@ -10,20 +10,17 @@ riverctl spawn "killall fnott >/dev/null ; fnott"
|
||||||
riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \
|
riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \
|
||||||
--anchors=0:0:1:0 \
|
--anchors=0:0:1:0 \
|
||||||
--timeout=2000 \
|
--timeout=2000 \
|
||||||
--font='monospace:size=16' \
|
|
||||||
--square-padding=2 \
|
--square-padding=2 \
|
||||||
--square-inner-padding=2 \
|
--square-inner-padding=5 \
|
||||||
--square-size=30 \
|
--square-size=30 \
|
||||||
--background-colour=0x$background \
|
--background-colour=0x$background \
|
||||||
--border-colour=0x$border_unfocused \
|
--border-colour=0x$border_unfocused \
|
||||||
--square-active-background-colour=0x$border_focused \
|
--square-active-background-colour=0x$border_focused \
|
||||||
--square-active-border-colour=0x$border_focused \
|
--square-active-border-colour=0x$border_focused \
|
||||||
--square-active-occupied-colour=0x$border_unfocused \
|
--square-active-occupied-colour=0x$border_unfocused \
|
||||||
--square-active-text-colour=0x$foreground \
|
|
||||||
--square-inactive-background-colour=0x$background \
|
--square-inactive-background-colour=0x$background \
|
||||||
--square-inactive-border-colour=0x$background \
|
--square-inactive-border-colour=0x$border_unfocused \
|
||||||
--square-inactive-occupied-colour=0x$border_unfocused \
|
--square-inactive-occupied-colour=0x$border_unfocused \
|
||||||
--square-inactive-text-colour=0x$foreground \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
if test -n "$bg"; then
|
if test -n "$bg"; then
|
||||||
|
|
Loading…
Reference in a new issue