misc desktop config changes
This commit is contained in:
parent
3bb093357b
commit
083fbc1b4b
3 changed files with 13 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
font=Iosevka Nerd Font:size=8
|
||||
dpi-aware=yes
|
||||
width=30
|
||||
|
||||
[colors]
|
||||
background=1e1e2eff
|
||||
|
|
@ -12,3 +13,9 @@ border=f5c2e7ff
|
|||
[border]
|
||||
width=2
|
||||
radius=0
|
||||
|
||||
[key-bindings]
|
||||
next=none
|
||||
next-with-wrap=Control+n
|
||||
prev=none
|
||||
prev-with-wrap=Control+p
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
font=Iosevka Nerd Font
|
||||
font=Iosevka Nerd Font 15
|
||||
default-timeout=5000
|
||||
border-size=2
|
||||
width=300
|
||||
height=400
|
||||
padding=6
|
||||
|
||||
# Colors
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ base: &base 1e1e2eff
|
|||
|
||||
bg_default: &bg_default {stack: [{background: {color: *base}}, {underline: {size: 4, color: *pink}}]}
|
||||
bar:
|
||||
height: 60
|
||||
height: 80
|
||||
location: bottom
|
||||
font: *font
|
||||
spacing: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue