misc desktop config changes

This commit is contained in:
William Ball 2025-01-10 23:23:00 -08:00
parent 3bb093357b
commit 083fbc1b4b
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,6 @@
font=Iosevka Nerd Font:size=8 font=Iosevka Nerd Font:size=8
dpi-aware=yes dpi-aware=yes
width=30
[colors] [colors]
background=1e1e2eff background=1e1e2eff
@ -12,3 +13,9 @@ border=f5c2e7ff
[border] [border]
width=2 width=2
radius=0 radius=0
[key-bindings]
next=none
next-with-wrap=Control+n
prev=none
prev-with-wrap=Control+p

View file

@ -1,5 +1,9 @@
font=Iosevka Nerd Font font=Iosevka Nerd Font 15
default-timeout=5000 default-timeout=5000
border-size=2
width=300
height=400
padding=6
# Colors # Colors

View file

@ -19,7 +19,7 @@ base: &base 1e1e2eff
bg_default: &bg_default {stack: [{background: {color: *base}}, {underline: {size: 4, color: *pink}}]} bg_default: &bg_default {stack: [{background: {color: *base}}, {underline: {size: 4, color: *pink}}]}
bar: bar:
height: 60 height: 80
location: bottom location: bottom
font: *font font: *font
spacing: 10 spacing: 10