river: Hacer que los bordes sean grandes y violetas
This commit is contained in:
parent
4683e1d19a
commit
29c027d021
4 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
riverctl background-color 0x$background
|
||||
riverctl border-color-focused 0x$border_focused
|
||||
riverctl border-color-unfocused 0x$border_unfocused
|
||||
riverctl border-width 2
|
||||
riverctl border-width 3
|
||||
riverctl spawn 'killall yambar ; yambar'
|
||||
|
||||
if test -n "$bg"; then
|
||||
|
|
|
@ -26,7 +26,7 @@ mono () {
|
|||
fi
|
||||
echo "
|
||||
export background=$background
|
||||
export border_focused=$foreground
|
||||
export border_focused=$accent
|
||||
export border_unfocused=$backgroundish
|
||||
export dark=$dark
|
||||
$bg
|
||||
|
|
|
@ -3,4 +3,5 @@ export background=ffffff
|
|||
export backgroundish=cccccc
|
||||
export foreground=000000
|
||||
export foregroundish=333333
|
||||
export accent=907aa9
|
||||
export dark=false
|
||||
|
|
|
@ -3,4 +3,5 @@ export background=000000
|
|||
export backgroundish=333333
|
||||
export foreground=bbbbbb
|
||||
export foregroundish=777777
|
||||
export accent=907aa9
|
||||
export dark=true
|
||||
|
|
Loading…
Reference in a new issue