Adapt more dpi stuff
This commit is contained in:
parent
bc43da6264
commit
ca77959aa8
2 changed files with 5 additions and 3 deletions
|
@ -18,4 +18,4 @@
|
||||||
*.color7: #BFBFBF
|
*.color7: #BFBFBF
|
||||||
*.color15: #E6E6E6
|
*.color15: #E6E6E6
|
||||||
|
|
||||||
!Xft.dpi: 192
|
!Xft.dpi: 96
|
||||||
|
|
|
@ -13,13 +13,14 @@ error = #ff5555
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
font-0 = Hack:pixelsize=10;2
|
dpi = ${xrdb:Xft.dpi:-1}
|
||||||
|
font-0 = Hack:size=10;2
|
||||||
monitor-strict = false
|
monitor-strict = false
|
||||||
override-redirect = false
|
override-redirect = false
|
||||||
bottom = false
|
bottom = false
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 20
|
height = 2%
|
||||||
offset-x = 0%
|
offset-x = 0%
|
||||||
offset-y = 0%
|
offset-y = 0%
|
||||||
|
|
||||||
|
@ -45,6 +46,7 @@ modules-left = bspwm
|
||||||
|
|
||||||
modules-right = date sep xkeyboard sep cpu space temperature sep memory sep filesystem sep pulseaudio sep
|
modules-right = date sep xkeyboard sep cpu space temperature sep memory sep filesystem sep pulseaudio sep
|
||||||
|
|
||||||
|
tray-scale = 1.0
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
tray-maxsize = 14
|
tray-maxsize = 14
|
||||||
|
|
Loading…
Reference in a new issue