mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
25.12.23 #2
This commit is contained in:
60
.config/conky/weather.conf
Normal file
60
.config/conky/weather.conf
Normal file
@@ -0,0 +1,60 @@
|
||||
conky.config = {
|
||||
-- Положение
|
||||
alignment = 'top_left',
|
||||
|
||||
-- Не мерцает
|
||||
double_buffer = true,
|
||||
|
||||
-- Отступы
|
||||
gap_x = 10,
|
||||
gap_y = 40,
|
||||
|
||||
-- Шрифт
|
||||
font = 'Code New Roman Nerd Font:size=10',
|
||||
|
||||
-- Виджет
|
||||
own_window = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'desktop',
|
||||
|
||||
-- Прозрачность
|
||||
own_window_transparent = true,
|
||||
own_window_argb_visual = true,
|
||||
|
||||
-- own_window_transparent = false,
|
||||
-- own_window_colour = '171717',
|
||||
-- own_window_argb_value = 180,
|
||||
|
||||
-- Скорость обновления
|
||||
update_interval = 1,
|
||||
|
||||
|
||||
cpu_avg_samples = 2,
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_outline = false,
|
||||
draw_shades = false,
|
||||
extra_newline = false,
|
||||
minimum_height = 5,
|
||||
minimum_width = 5,
|
||||
net_avg_samples = 2,
|
||||
no_buffers = true,
|
||||
out_to_console = false,
|
||||
out_to_ncurses = false,
|
||||
out_to_stderr = false,
|
||||
out_to_x = true,
|
||||
show_graph_range = false,
|
||||
show_graph_scale = false,
|
||||
stippled_borders = 0,
|
||||
update_interval = 1.0,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
use_xft = true,
|
||||
|
||||
color0='fbf1c7',
|
||||
color1='b8bb26',
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${texeci 3600 curl -s wttr.in/Samara?Mm | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'}
|
||||
]]
|
||||
Reference in New Issue
Block a user