Compare commits
No commits in common. "0aee1944d41ab2c65c9eee924428d3e834083f28" and "013ed46254223d46df099b3a544cea3ddc8cbb56" have entirely different histories.
0aee1944d4
...
013ed46254
4 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
font=JetBrainsMono Nerd Font Mono:style=Regular:size=9.5
|
||||
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=9.5
|
||||
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=9.5
|
||||
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=9.5
|
||||
letter-spacing=-0.5
|
||||
font=Iosevka Term:style=Regular:size=10.5
|
||||
font-bold=Iosevka Term:style=Bold:size=10.5
|
||||
font-italic=Iosevka Term:style=Italic:size=10.5
|
||||
font-bold-italic=Iosevka Term:style=Bold Italic:size=10.5
|
||||
|
||||
pad=5x5
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ riverctl spawn "pgrep -x foot || foot --server"
|
|||
riverctl spawn "pgrep -x mako || mako"
|
||||
riverctl spawn "pgrep -x gammastep || gammastep -l -34.5:-58.4"
|
||||
riverctl spawn "pgrep -x syncthing || syncthing -no-browser"
|
||||
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0"
|
||||
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay"
|
||||
# yambar spawned by load-colors
|
||||
riverctl spawn "pgrep -x kanshi || kanshi"
|
||||
|
||||
|
@ -30,4 +30,4 @@ riverctl float-filter-add title "Firefox — Sharing Indicator"
|
|||
~/.config/river/keys
|
||||
|
||||
riverctl default-layout stacktile
|
||||
exec stacktile --per-tag-config --drop-empty-configs --outer-padding=3 --inner-padding=6 --primary-sublayout=stack
|
||||
exec stacktile --per-tag-config --drop-empty-configs --outer-padding=6 --inner-padding=6 --primary-sublayout=stack
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
riverctl background-color 0x$bg
|
||||
riverctl border-color-focused 0x$fg2
|
||||
riverctl border-color-unfocused 0x$bg2
|
||||
riverctl border-width 2
|
||||
riverctl border-width 1
|
||||
riverctl spawn yambar-run
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
nerd: &nerd Overpass Nerd Font:size=16
|
||||
nerd: &nerd Overpass Nerd Font:size=18
|
||||
|
||||
# Automatically set by yambar-run
|
||||
# background: &bg 1f1d2eff
|
||||
# foreground: &fg e0def4ff
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
location: bottom
|
||||
layer: top
|
||||
height: 20
|
||||
spacing: 8
|
||||
right-margin: 8
|
||||
margin: 7
|
||||
background: *bg
|
||||
foreground: *fg
|
||||
|
||||
font: Inter:style=Bold:size=14
|
||||
font: Inter:style=Bold:size=12
|
||||
|
||||
left:
|
||||
- river:
|
||||
|
@ -83,6 +83,7 @@ bar:
|
|||
- string: {text: 奄, font: *nerd}
|
||||
- string: {text: 奔, font: *nerd}
|
||||
- string: {text: 墳, font: *nerd}
|
||||
- string: {text: " {percent}%"}
|
||||
|
||||
- network:
|
||||
name: eth0
|
||||
|
|
Loading…
Reference in a new issue