43 lines
892 B
Plaintext
43 lines
892 B
Plaintext
conky.config = {
|
|
-- ------------------------- Windows Settings
|
|
own_window = true,
|
|
own_window_type = 'normal',
|
|
own_window_transparent = false,
|
|
own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
|
|
own_window_argb_visual = true,
|
|
own_window_argb_value = 0,
|
|
|
|
double_buffer = true,
|
|
background = true,
|
|
|
|
-- ------------------------- Position
|
|
alignment = 'bottom_right',
|
|
|
|
minimum_width = 100,
|
|
minimum_height = 30,
|
|
gap_x = 45,
|
|
gap_y = 10,
|
|
|
|
-- ------------------------- Font
|
|
use_xft = true,
|
|
xftalpha = 0.1,
|
|
override_utf8_locale = true,
|
|
|
|
draw_borders = false,
|
|
draw_outline = false,
|
|
draw_shades = false,
|
|
|
|
-- ------------------------- Color
|
|
default_color = 'DCDCDC',
|
|
color0 = '24D9D9',
|
|
color4 = '4D4D4D',
|
|
|
|
-- ------------------------- Other
|
|
update_interval = 36000,
|
|
|
|
};
|
|
|
|
conky.text = [[
|
|
${font GE Inspira:bold:pixelsize=30}${color}Linux ${color0}Mint${color}.
|
|
]];
|