river: Hacer river-tag-overlay más claro
This commit is contained in:
parent
fad7793984
commit
7a4f2fc62b
1 changed files with 6 additions and 5 deletions
|
@ -9,19 +9,20 @@ riverctl spawn 'killall yambar ; yambar'
|
||||||
|
|
||||||
riverctl spawn "killall fnott >/dev/null ; fnott"
|
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 \
|
||||||
|
--border-width=5 \
|
||||||
--anchors=0:0:1:0 \
|
--anchors=0:0:1:0 \
|
||||||
--timeout=2000 \
|
--timeout=2000 \
|
||||||
--square-padding=2 \
|
--square-padding=10 \
|
||||||
--square-inner-padding=5 \
|
--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_focused \
|
||||||
--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_focused \
|
||||||
--square-inactive-background-colour=0x$background \
|
--square-inactive-background-colour=0x$background \
|
||||||
--square-inactive-border-colour=0x$border_unfocused \
|
--square-inactive-border-colour=0x$border_focused \
|
||||||
--square-inactive-occupied-colour=0x$border_unfocused \
|
--square-inactive-occupied-colour=0x$border_focused \
|
||||||
"
|
"
|
||||||
|
|
||||||
if test -n "$bg"; then
|
if test -n "$bg"; then
|
||||||
|
|
Loading…
Reference in a new issue