i3, Polybar, Xresources: Switch to Terminus font
This commit is contained in:
parent
4a15e9fde7
commit
fdb70d6b8e
@ -3,8 +3,9 @@
|
|||||||
!-----------------------------
|
!-----------------------------
|
||||||
urxvt*scrollBar: false
|
urxvt*scrollBar: false
|
||||||
!urxvt*font: xft:Terminus:size=9,xft:Inconsolata\ for\ Powerline:size=10
|
!urxvt*font: xft:Terminus:size=9,xft:Inconsolata\ for\ Powerline:size=10
|
||||||
urxvt*font: xft:Hack:size=9,xft:PowerlineSymbols:size=9
|
!urxvt*font: xft:Hack:size=9,xft:PowerlineSymbols:size=9
|
||||||
urxvt*letterSpace: -1
|
urxvt*font: xft:xos4 Terminus:size=9
|
||||||
|
urxvt*letterSpace: 0
|
||||||
!urxvt*font: xft:Hack Regular:size=9
|
!urxvt*font: xft:Hack Regular:size=9
|
||||||
!urxvt*depth: 32
|
!urxvt*depth: 32
|
||||||
!urxvt*background: rgba:2828/2828/2828/c800
|
!urxvt*background: rgba:2828/2828/2828/c800
|
||||||
|
@ -48,7 +48,8 @@ set_from_resource $fg color15 #ebdbb2
|
|||||||
|
|
||||||
# Set up titlebar and i3bar fonts
|
# Set up titlebar and i3bar fonts
|
||||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
font pango:Overpass 10
|
# font pango:Overpass 10
|
||||||
|
font xos4 Terminus 9
|
||||||
|
|
||||||
###################
|
###################
|
||||||
## Statusbars and Daemons
|
## Statusbars and Daemons
|
||||||
|
@ -27,7 +27,7 @@ foreground-alt = ${xrdb:color8:#928374}
|
|||||||
|
|
||||||
[res/fonts]
|
[res/fonts]
|
||||||
#font-0 = "DejaVu Sans:size=10;1"
|
#font-0 = "DejaVu Sans:size=10;1"
|
||||||
font-0 = "Overpass:size=9;1"
|
font-0 = "xos4 Terminus:size=9;1"
|
||||||
font-1 = "FontAwesome:size=10;1"
|
font-1 = "FontAwesome:size=10;1"
|
||||||
font-2 =
|
font-2 =
|
||||||
font-3 =
|
font-3 =
|
||||||
@ -70,7 +70,7 @@ tray-padding = 2
|
|||||||
border-bottom-size = 0
|
border-bottom-size = 0
|
||||||
border-bottom-color = ${res/colors.primary}
|
border-bottom-color = ${res/colors.primary}
|
||||||
|
|
||||||
modules-left = wlan | cpu-ramp | memory-label || xwindow
|
modules-left = wlan cpu-ramp memory-label || xwindow
|
||||||
modules-center = i3
|
modules-center = i3
|
||||||
modules-right = volume-ramp temperature-nobox | battery-ramp date
|
modules-right = volume-ramp temperature-nobox | battery-ramp date
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user