dotfiles/.conky/FuzzyClock/conkyrc

60 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-09-01 13:03:23 +00:00
conky.config = {
-------------------------------------
-- Generic Settings
-------------------------------------
background=true,
update_interval=1,
double_buffer=true,
no_buffers=true,
imlib_cache_size=10,
draw_shades=false,
draw_outline=false,
draw_borders=false,
-------------------------------------
-- Window Specifications
-------------------------------------
2017-10-04 14:26:04 +00:00
alignment="middle_left",
gap_x=0,
gap_y=200,
2017-09-01 13:03:23 +00:00
minimum_width=1920,
own_window=true,
2018-06-10 18:59:46 +00:00
own_window_type="override",
2017-09-01 13:03:23 +00:00
own_window_transparent=true,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_argb_visual=true,
own_window_argb_value=0,
-------------------------------------
-- Text Settings
-------------------------------------
use_xft=true,
xftalpha=1,
font="Droid Sans:size=30",
text_buffer_size=256,
override_utf8_locale=true,
-------------------------------------
-- Color Scheme
-------------------------------------
default_color='FFFFFF',
}
---------------------------------------------------
---------------------------------------------------
conky.text = [[
${font Poiret One:weight=Bold:size=30}${alignc}${execi 60 bash-fuzzy-clock}
2018-06-10 18:59:46 +00:00
]]