Conky: Add conky-wttr config
This commit is contained in:
parent
6e9f03de0f
commit
e1963282fe
34
.config/conky/conky-wttr.conf
Normal file
34
.config/conky/conky-wttr.conf
Normal file
@ -0,0 +1,34 @@
|
||||
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
|
||||
|
||||
conky.config = {
|
||||
own_window = true,
|
||||
own_window_title = 'Conky',
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'override',
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '383c4a',
|
||||
|
||||
double_buffer = true,
|
||||
cpu_avg_samples = 2,
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
update_interval = 1,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Inconsolata:style=Regular:size=10',
|
||||
default_color = '#7c818c',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
xinerama_head = 2,
|
||||
minimum_height = 0,
|
||||
minimum_width = 304,
|
||||
border_width = 6,
|
||||
gap_x = 10,
|
||||
gap_y = 32,
|
||||
draw_outline = false,
|
||||
draw_shades = false
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
]]
|
||||
|
Loading…
Reference in New Issue
Block a user