From a53c388db64aa5a88a695866bd0b42a72fe41dfc Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Feb 2022 18:51:24 -0300 Subject: [PATCH] river: Cambiar padding y borde --- .config/river/init | 2 +- .config/river/load-colors | 2 +- .config/themer/themes/mono-light.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/river/init b/.config/river/init index 5ec3a4e..70c6450 100755 --- a/.config/river/init +++ b/.config/river/init @@ -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 diff --git a/.config/river/load-colors b/.config/river/load-colors index 6721352..c3a4547 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -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" diff --git a/.config/themer/themes/mono-light.sh b/.config/themer/themes/mono-light.sh index 657b992..a5f03cb 100644 --- a/.config/themer/themes/mono-light.sh +++ b/.config/themer/themes/mono-light.sh @@ -1,6 +1,6 @@ #!/bin/sh export background=ffffff -export backgroundish=cccccc +export backgroundish=dfdfdf export foreground=000000 export foregroundish=333333 export accent=f5cac3