i3, Polybar, Xresources: Switch to Terminus font
This commit is contained in:
parent
4a15e9fde7
commit
fdb70d6b8e
@ -3,8 +3,9 @@
|
||||
!-----------------------------
|
||||
urxvt*scrollBar: false
|
||||
!urxvt*font: xft:Terminus:size=9,xft:Inconsolata\ for\ Powerline:size=10
|
||||
urxvt*font: xft:Hack:size=9,xft:PowerlineSymbols:size=9
|
||||
urxvt*letterSpace: -1
|
||||
!urxvt*font: xft:Hack:size=9,xft:PowerlineSymbols:size=9
|
||||
urxvt*font: xft:xos4 Terminus:size=9
|
||||
urxvt*letterSpace: 0
|
||||
!urxvt*font: xft:Hack Regular:size=9
|
||||
!urxvt*depth: 32
|
||||
!urxvt*background: rgba:2828/2828/2828/c800
|
||||
|
@ -48,7 +48,8 @@ set_from_resource $fg color15 #ebdbb2
|
||||
|
||||
# Set up titlebar and i3bar fonts
|
||||
# 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
|
||||
|
@ -27,7 +27,7 @@ foreground-alt = ${xrdb:color8:#928374}
|
||||
|
||||
[res/fonts]
|
||||
#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-2 =
|
||||
font-3 =
|
||||
@ -70,7 +70,7 @@ tray-padding = 2
|
||||
border-bottom-size = 0
|
||||
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-right = volume-ramp temperature-nobox | battery-ramp date
|
||||
|
||||
@ -373,7 +373,7 @@ interval = 1
|
||||
type = internal/memory
|
||||
format = <label>
|
||||
|
||||
label = %gb_used%
|
||||
label = %gb_used%
|
||||
label-padding = 2
|
||||
label-foreground = ${res/colors.resource-bad-dark}
|
||||
label-background = ${res/colors.background}
|
||||
|
Loading…
Reference in New Issue
Block a user