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=JetBrains Mono:style=Regular:size=9
|
||||||
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=10.5
|
font-bold=JetBrains Mono:style=Bold:size=9
|
||||||
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=10.5
|
font-italic=JetBrains Mono:style=Italic:size=9
|
||||||
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=10.5
|
font-bold-italic=JetBrains Mono:style=Bold Italic:size=9
|
||||||
letter-spacing=-0.5
|
|
||||||
|
|
||||||
pad=5x5
|
pad=5x5
|
||||||
|
|
||||||
|
@ -13,6 +12,7 @@ color = 181818 56d8c9
|
||||||
[colors]
|
[colors]
|
||||||
background= 181818
|
background= 181818
|
||||||
foreground= b9b9b9
|
foreground= b9b9b9
|
||||||
|
alpha = 0.9
|
||||||
|
|
||||||
regular0= 252525
|
regular0= 252525
|
||||||
regular1= ed4a46
|
regular1= ed4a46
|
||||||
|
|
|
@ -9,6 +9,7 @@ set updatetime=250
|
||||||
|
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme selenized_bw
|
colorscheme selenized_bw
|
||||||
|
autocmd ColorScheme * highlight! Normal guibg=NONE
|
||||||
|
|
||||||
set completeopt=menu,menuone,noselect
|
set completeopt=menu,menuone,noselect
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
export bg=181818
|
export bg=181818
|
||||||
export bg2=252525
|
export bg2=252525
|
||||||
export fg=b9b9b9
|
export fg=b9b9b9
|
||||||
export fg2=777777
|
export fg2=dedede
|
||||||
export hl=368aeb
|
export hl=368aeb
|
||||||
|
|
||||||
# solarized light
|
# solarized light
|
||||||
|
|
|
@ -9,7 +9,11 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
||||||
brillo -I
|
brillo -I
|
||||||
riverctl spawn "pgrep -x foot || foot --server"
|
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"
|
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 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 --anchors=1:0:0:0"
|
||||||
# yambar spawned by load-colors
|
# yambar spawned by load-colors
|
||||||
|
@ -30,4 +34,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=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
|
. ~/.config/river/colors
|
||||||
|
|
||||||
riverctl background-color 0x$bg
|
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-color-unfocused 0x$bg2
|
||||||
riverctl border-width 2
|
riverctl border-width 2
|
||||||
riverctl spawn yambar-run
|
riverctl spawn yambar-run
|
||||||
|
|
|
@ -5,7 +5,7 @@ nerd: &nerd Overpass Nerd Font:size=16
|
||||||
# foreground: &fg e0def4ff
|
# foreground: &fg e0def4ff
|
||||||
|
|
||||||
bar:
|
bar:
|
||||||
height: 20
|
height: 28
|
||||||
location: bottom
|
location: bottom
|
||||||
layer: top
|
layer: top
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
@ -19,7 +19,7 @@ bar:
|
||||||
- river:
|
- river:
|
||||||
anchors:
|
anchors:
|
||||||
- base: &river_base
|
- base: &river_base
|
||||||
margin: 5
|
margin: 8
|
||||||
tag: id
|
tag: id
|
||||||
values:
|
values:
|
||||||
1: {string: {text: "u"}}
|
1: {string: {text: "u"}}
|
||||||
|
|
Loading…
Reference in a new issue