[system] feat: use Fira + Nerd Symbols by default

This commit is contained in:
David JULIEN 2022-11-01 23:24:06 +01:00
parent e344488e65
commit 61d1045e72
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
!! Set a default font and font size as below: !! Set a default font and font size as below:
*.font: Iosevka Fixed Slab:size=12 *.font: Fira Code:size=12
*.symbols: Symbols Nerd Font:size=11 *.symbols: Symbols Nerd Font:size=12
/* dwm config */ /* dwm config */
dwm.borderpx: 2 dwm.borderpx: 2
dwm.gappx: 15 dwm.gappx: 15
/* st config */ /* st config */
st.font: Iosevka Fixed Slab:size=14 st.font: Fira Code:size=12
st.symbols: Symbols Nerd Font:size=14 st.symbols: Symbols Nerd Font:size=12
st.termname: st-256color st.termname: st-256color
st.borderpx: 5 st.borderpx: 5