Compare commits

...

6 commits

Author SHA1 Message Date
0aee1944d4 yambar: no mostrar porcentaje de volumen 2021-10-27 21:18:21 -03:00
0b6bbb7c12 yambar: ajustar dimensiones 2021-10-27 21:18:11 -03:00
864d497e01 river: bordes más grandes 2021-10-27 21:17:51 -03:00
dc69b3aa37 river: más padding 2021-10-27 21:17:41 -03:00
a2ddf6b64a river: alinear river-tag-overlay arriba 2021-10-27 21:17:24 -03:00
52fbb72f86 foot: JetBrains Mono 2021-10-27 21:17:07 -03:00
4 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,8 @@
font=Iosevka Term:style=Regular:size=10.5 font=JetBrainsMono Nerd Font Mono:style=Regular:size=9.5
font-bold=Iosevka Term:style=Bold:size=10.5 font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=9.5
font-italic=Iosevka Term:style=Italic:size=10.5 font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=9.5
font-bold-italic=Iosevka Term:style=Bold Italic:size=10.5 font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=9.5
letter-spacing=-0.5
pad=5x5 pad=5x5

View file

@ -11,7 +11,7 @@ riverctl spawn "pgrep -x foot || foot --server"
riverctl spawn "pgrep -x mako || mako" riverctl spawn "pgrep -x mako || mako"
riverctl spawn "pgrep -x gammastep || gammastep -l -34.5:-58.4" riverctl spawn "pgrep -x gammastep || gammastep -l -34.5:-58.4"
riverctl spawn "pgrep -x syncthing || syncthing -no-browser" riverctl spawn "pgrep -x syncthing || syncthing -no-browser"
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay" riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0"
# yambar spawned by load-colors # yambar spawned by load-colors
riverctl spawn "pgrep -x kanshi || kanshi" riverctl spawn "pgrep -x kanshi || kanshi"
@ -30,4 +30,4 @@ riverctl float-filter-add title "Firefox — Sharing Indicator"
~/.config/river/keys ~/.config/river/keys
riverctl default-layout stacktile riverctl default-layout stacktile
exec stacktile --per-tag-config --drop-empty-configs --outer-padding=6 --inner-padding=6 --primary-sublayout=stack exec stacktile --per-tag-config --drop-empty-configs --outer-padding=3 --inner-padding=6 --primary-sublayout=stack

View file

@ -4,5 +4,5 @@
riverctl background-color 0x$bg riverctl background-color 0x$bg
riverctl border-color-focused 0x$fg2 riverctl border-color-focused 0x$fg2
riverctl border-color-unfocused 0x$bg2 riverctl border-color-unfocused 0x$bg2
riverctl border-width 1 riverctl border-width 2
riverctl spawn yambar-run riverctl spawn yambar-run

View file

@ -1,19 +1,19 @@
nerd: &nerd Overpass Nerd Font:size=18 nerd: &nerd Overpass Nerd Font:size=16
# Automatically set by yambar-run # Automatically set by yambar-run
# background: &bg 1f1d2eff # background: &bg 1f1d2eff
# foreground: &fg e0def4ff # foreground: &fg e0def4ff
bar: bar:
height: 20
location: bottom location: bottom
layer: top layer: top
height: 20
spacing: 8 spacing: 8
margin: 7 right-margin: 8
background: *bg background: *bg
foreground: *fg foreground: *fg
font: Inter:style=Bold:size=12 font: Inter:style=Bold:size=14
left: left:
- river: - river:
@ -83,7 +83,6 @@ bar:
- string: {text: 奄, font: *nerd} - string: {text: 奄, font: *nerd}
- string: {text: 奔, font: *nerd} - string: {text: 奔, font: *nerd}
- string: {text: 墳, font: *nerd} - string: {text: 墳, font: *nerd}
- string: {text: " {percent}%"}
- network: - network:
name: eth0 name: eth0