diff options
author | listout <listout@protonmail.com> | 2021-09-03 23:43:50 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-03 23:43:50 +0530 |
commit | d22fe7c714ddd1f4d9bcedf131765cedf4c73f44 (patch) | |
tree | 5b555c98cc4f4e692c017fc81a0fe47e16598dcf | |
parent | 8f4605a8eec78b79b6dfa9161412d4d09cc9f064 (diff) |
Moving back with Dina font
-rw-r--r-- | .Xresources | 6 | ||||
-rw-r--r-- | .config/polybar/config | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.Xresources b/.Xresources index 8ad1112..3275c2c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,7 @@ URxvt.scrollBar: flase -URxvt.font: xft:UW Ttyp0:pixelsize=14 -URxvt.boldFont: xft:Uw Ttyp0:bold:pixelsize=14 +URxvt.font: xft:Dina:pixelsize=12 +URxvt.boldFont: xft:Dina:bold:pixelsize=12 *.background: #080808 *.foreground: #ebebeb @@ -66,6 +66,6 @@ XTerm.vt100.metaSendsEscape: true XTerm.vt100.saveLines: 4096 ! Fontface -XTerm.vt100.faceName: UW Ttyp0:pixelsize=13 +XTerm.vt100.faceName: Dina:pixelsize=12 ! vim: set filetype=xdefaults nomodeline: diff --git a/.config/polybar/config b/.config/polybar/config index 5cfe6bb..60b30e6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -12,7 +12,7 @@ border-color = #00000000 background = #00000000 foreground = #b5b4c9 -font-0="Uw Ttyp0:pixelsize=12;1" +font-0="Dina:pixelsize=10;1" font-1="Siji:size=10;1" modules-right=memory cpu temperature pulseaudio date |