added xresources files with fonts compatible with the new hidpi patch
This commit is contained in:
parent
bd346e4e68
commit
f768d5b551
5 changed files with 8 additions and 8 deletions
|
@ -31,6 +31,6 @@ conky.config = {
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${font Latin Modern Mono Caps:size=80}${alignc}${exec date +"%I:%M"}${font Latin Modern Mono Caps:size=30}${exec date +"%P" | tr 'amp' 'AMP'}
|
${font Latin Modern Mono Caps:size=60}${alignc}${exec date +"%I:%M"}${font Latin Modern Mono Caps:size=15}${exec date +"%P" | tr 'amp' 'AMP'}
|
||||||
${font Latin Modern Mono Caps:size=20}${alignc}${exec date +"%b %d, %Y"}
|
${font Latin Modern Mono Caps:size=10}${alignc}${exec date +"%b %d, %Y"}
|
||||||
]]
|
]]
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
frame_color = "#888888"
|
frame_color = "#888888"
|
||||||
sort = yes
|
sort = yes
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
font = Monospace 16
|
font = Monospace 12
|
||||||
markup = full
|
markup = full
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
alignment = left
|
alignment = left
|
||||||
|
@ -40,12 +40,12 @@
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#888888"
|
foreground = "#888888"
|
||||||
timeout = 2
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#ffffff"
|
background = "#ffffff"
|
||||||
foreground = "#000000"
|
foreground = "#000000"
|
||||||
timeout = 2
|
timeout = 5
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#900000"
|
background = "#900000"
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
dmenu.font: Terminus-30
|
dmenu.font: FiraMono Nerd Font:size=14
|
||||||
|
|
||||||
|
|
||||||
|
|
1
configs/appcfg/xresources_dwm.xr
Normal file
1
configs/appcfg/xresources_dwm.xr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
dwm.font: Terminus-11
|
1
configs/appcfg/xresources_svkbd.xr
Normal file
1
configs/appcfg/xresources_svkbd.xr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
svkbd.font: Sans:bold:size=12
|
Loading…
Add table
Add a link
Reference in a new issue