river: Cambiar padding y borde

This commit is contained in:
Cat /dev/Nulo 2022-02-06 18:51:24 -03:00
parent 7410511054
commit a53c388db6
3 changed files with 3 additions and 3 deletions

View file

@ -31,5 +31,5 @@ riverctl float-filter-add app-id fzf
~/.config/river/keys
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack"
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack --inner-padding=0 --outer-padding=0"
riverctl default-layout stacktile

View file

@ -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 4
riverctl border-width 5
riverctl spawn 'killall yambar ; yambar'
riverctl spawn "killall fnott >/dev/null ; fnott"

View file

@ -1,6 +1,6 @@
#!/bin/sh
export background=ffffff
export backgroundish=cccccc
export backgroundish=dfdfdf
export foreground=000000
export foregroundish=333333
export accent=f5cac3