Compare commits
7 commits
a9c5baeb7f
...
5377d4430a
Author | SHA1 | Date | |
---|---|---|---|
5377d4430a | |||
c78a1c08ef | |||
55d63b6d2c | |||
8253d1b34b | |||
1711265ae1 | |||
a5d6f0f6af | |||
7cef60ca67 |
6 changed files with 16 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
font=JetBrainsMono Nerd Font Mono:style=Regular:size=10.5
|
||||
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=10.5
|
||||
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=10.5
|
||||
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=10.5
|
||||
letter-spacing=-0.5
|
||||
font=JetBrains Mono:style=Regular:size=9
|
||||
font-bold=JetBrains Mono:style=Bold:size=9
|
||||
font-italic=JetBrains Mono:style=Italic:size=9
|
||||
font-bold-italic=JetBrains Mono:style=Bold Italic:size=9
|
||||
|
||||
pad=5x5
|
||||
|
||||
|
@ -13,6 +12,7 @@ color = 181818 56d8c9
|
|||
[colors]
|
||||
background= 181818
|
||||
foreground= b9b9b9
|
||||
alpha = 0.9
|
||||
|
||||
regular0= 252525
|
||||
regular1= ed4a46
|
||||
|
|
|
@ -9,6 +9,7 @@ set updatetime=250
|
|||
|
||||
set termguicolors
|
||||
colorscheme selenized_bw
|
||||
autocmd ColorScheme * highlight! Normal guibg=NONE
|
||||
|
||||
set completeopt=menu,menuone,noselect
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
export bg=181818
|
||||
export bg2=252525
|
||||
export fg=b9b9b9
|
||||
export fg2=777777
|
||||
export fg2=dedede
|
||||
export hl=368aeb
|
||||
|
||||
# solarized light
|
||||
|
|
|
@ -9,7 +9,11 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
|||
brillo -I
|
||||
riverctl spawn "pgrep -x foot || foot --server"
|
||||
riverctl spawn "pgrep -x mako || mako"
|
||||
riverctl spawn "pgrep -x gammastep || gammastep -l -34.5:-58.4"
|
||||
if test -f ~/.config/river/coordenadas; then
|
||||
riverctl spawn "pgrep -x wlsunset || wlsunset $(cat ~/.config/river/coordenadas)"
|
||||
else
|
||||
echo "¡Falta ~/.config/river/coordenadas!"
|
||||
fi
|
||||
riverctl spawn "pgrep -x syncthing || syncthing -no-browser"
|
||||
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0"
|
||||
# yambar spawned by load-colors
|
||||
|
@ -30,4 +34,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=10 --primary-sublayout=stack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
. ~/.config/river/colors
|
||||
|
||||
riverctl background-color 0x$bg
|
||||
riverctl border-color-focused 0x$fg2
|
||||
riverctl border-color-focused 0x$fg
|
||||
riverctl border-color-unfocused 0x$bg2
|
||||
riverctl border-width 2
|
||||
riverctl spawn yambar-run
|
||||
|
|
|
@ -5,7 +5,7 @@ nerd: &nerd Overpass Nerd Font:size=16
|
|||
# foreground: &fg e0def4ff
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
height: 28
|
||||
location: bottom
|
||||
layer: top
|
||||
spacing: 8
|
||||
|
@ -19,7 +19,7 @@ bar:
|
|||
- river:
|
||||
anchors:
|
||||
- base: &river_base
|
||||
margin: 5
|
||||
margin: 8
|
||||
tag: id
|
||||
values:
|
||||
1: {string: {text: "u"}}
|
||||
|
|
Loading…
Reference in a new issue