Compare commits
No commits in common. "5377d4430a76909a07e3b2a568c6154691dc7922" and "a9c5baeb7f97e27b016c089789d8e30b22d85740" have entirely different histories.
5377d4430a
...
a9c5baeb7f
6 changed files with 11 additions and 16 deletions
|
@ -1,7 +1,8 @@
|
|||
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
|
||||
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
|
||||
|
||||
pad=5x5
|
||||
|
||||
|
@ -12,7 +13,6 @@ color = 181818 56d8c9
|
|||
[colors]
|
||||
background= 181818
|
||||
foreground= b9b9b9
|
||||
alpha = 0.9
|
||||
|
||||
regular0= 252525
|
||||
regular1= ed4a46
|
||||
|
|
|
@ -9,7 +9,6 @@ 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=dedede
|
||||
export fg2=777777
|
||||
export hl=368aeb
|
||||
|
||||
# solarized light
|
||||
|
|
|
@ -9,11 +9,7 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
|||
brillo -I
|
||||
riverctl spawn "pgrep -x foot || foot --server"
|
||||
riverctl spawn "pgrep -x mako || mako"
|
||||
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 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"
|
||||
# yambar spawned by load-colors
|
||||
|
@ -34,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=6 --inner-padding=10 --primary-sublayout=stack
|
||||
exec stacktile --per-tag-config --drop-empty-configs --outer-padding=3 --inner-padding=6 --primary-sublayout=stack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
. ~/.config/river/colors
|
||||
|
||||
riverctl background-color 0x$bg
|
||||
riverctl border-color-focused 0x$fg
|
||||
riverctl border-color-focused 0x$fg2
|
||||
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: 28
|
||||
height: 20
|
||||
location: bottom
|
||||
layer: top
|
||||
spacing: 8
|
||||
|
@ -19,7 +19,7 @@ bar:
|
|||
- river:
|
||||
anchors:
|
||||
- base: &river_base
|
||||
margin: 8
|
||||
margin: 5
|
||||
tag: id
|
||||
values:
|
||||
1: {string: {text: "u"}}
|
||||
|
|
Loading…
Reference in a new issue