Conky: IBM PLEEEX

This commit is contained in:
2020-11-02 19:37:07 -06:00
parent 48c32520f2
commit f30d5dba54
2 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ conky.config = {
update_interval = 1,
use_xft = true,
font = 'Roboto:style=Light:size=9',
font = 'IBM Plex Sans:style=Light:size=9',
default_color = '#fffcf6',
color1 = '232629', -- Background
color2 = 'fffcf6', -- Foreground
@@ -43,7 +43,7 @@ conky.config = {
draw_shades = false
}
conky.text = [[
${font Roboto:style=Light:size=96}$alignr${time %l:%M %p}$font
${font IBM Plex Sans:style=Light:size=96}$alignr${time %l:%M %p}$font
${font Roboto:style=Light:size=32}$alignr${time %A, %B %d, %Y}$font
${font IBM Plex Sans:style=Light:size=32}$alignr${time %A, %B %d, %Y}$font
]]