Created
May 21, 2021 17:33
-
-
Save Theasker/413f1a5ecbe0d5e23deb604d193f541c to your computer and use it in GitHub Desktop.
conky configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conky.config ={ | |
| -- CONKY SETTINGS | |
| background = false, | |
| update_interval = 1, | |
| total_run_times = 0, | |
| cpu_avg_samples = 2, | |
| net_avg_samples = 2, | |
| override_utf8_locale = true, | |
| double_buffer = true, | |
| no_buffers = true, | |
| text_buffer_size = 2048, | |
| temperature_unit = celsius, | |
| -- CONKY: WINDOW SPECIFICATIONS | |
| own_window = true, | |
| own_window_type = conky, | |
| -- own_window_argb_value = 192, | |
| own_window_argb_visual = true, | |
| own_window_class = 'conky-semi', | |
| -- own_window_colour = '#0b0d18', | |
| own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below', | |
| own_window_transparent = true, | |
| own_window_type = 'normal', | |
| -- own_window_type = 'desktop', | |
| border_inner_margin = 0, | |
| border_outer_margin = 10, | |
| border_width = 0, | |
| minimum_height = 100, | |
| -- maximum_height = 1200, | |
| minimum_width = 280, | |
| maximum_width = 280, | |
| -- minimum_size = 400, | |
| -- maximum_width = 400, | |
| alignment = 'top_right', | |
| gap_x = 10, | |
| gap_y = 15, | |
| -- GRAPHICS SETTINGS | |
| draw_shades = false, | |
| draw_outline = true, | |
| draw_borders = true, | |
| draw_graph_borders = false, | |
| -- TEXT SETTINGS | |
| use_xft = true, | |
| font = 'Montserrat Regular:size=11', | |
| xftalpha = 0.9, | |
| uppercase = false, | |
| -- Pad percentages to this many decimals (0 = no padding) | |
| pad_percents = 2, | |
| -- COLOUR SETTINGS | |
| default_color = 'AAAAAA', | |
| default_shade_color = '333333', | |
| -- default_outline_color = '111111', | |
| default_outline_color = '010101', | |
| color1 = '999999', | |
| color2 = 'CCCCCC', | |
| color3 = 'EEEEEE', | |
| color4 = '444444', | |
| color5 = '555555', | |
| color6 = '666666', | |
| color7 = '3b71a1', | |
| }; | |
| conky.text = [[ | |
| ${alignc 0}${voffset -10}${color1}${font Noto Sans Gurmukhi-Regular:pixelsize=60:style=Bold}${time %H:%M}${font} | |
| ${offset 80}${voffset -5}${color FFA300}${font Santana:pixelsize=30}${time %d}${font} | |
| ${offset 125}${voffset -30}${color EAEAEA}${font GE Inspira:pixelsize=13}${time %A}${font} | |
| ${offset 125}${voffset -6}${color EAEAEA}${font GE Inspira:pixelsize=13}${time %B} ${time %Y}${font} | |
| ${offset 0}${voffset -5}${font :size=11}${color3}CPUs ${color}${hr 2}${color} | |
| ${offset 0}${voffset -15}${color3}${cpugraph cpu1 50,136 5e7b7b d8deeb -t} ${cpugraph cpu2 50,136 5e7b7b d8deeb -t} | |
| ${offset 0}${voffset -15}${cpugraph cpu3 50,136 5e7b7b d8deeb -t} ${cpugraph cpu4 50,136 5e7b7b d8deeb -t} | |
| ${offset 0}${voffset -10}${font :size=11}${color3}Temperatura CPUs ${color}${hr 2}${color} | |
| ${exec sensors | grep Core}${acpitemp} | |
| ${font :size=11}${color3}Network ${color}${hr 2}${color} | |
| ${font Montserrat Light:size=10}${color1}IP: ${addr enp14s0}${color}${font} ${alignr} ${exec curl -s www.icanhazip.com} | |
| ${if_match "${addr enp14s0}"!="No Address"}${offset 0}${voffset -5}${color3}${font Montserrat Light:size=10}${font}Download ${alignr}${downspeedf enp14s0}k/s (${totaldown enp14s0}) | |
| ${color3}${downspeedgraph enp14s0 20,280 ADFF2F 32CD32 -t} | |
| ${offset 0}${voffset -10}${font Montserrat Light:size=10}${font}Upload ${alignr}${upspeedf enp14s0}k/s (${totalup enp14s0}) | |
| ${color3}${upspeedgraph enp14s0 20,280 FF0000 8B0000 -t}${endif} | |
| ${offset 0}${voffset -10}${font :size=11}${color3}HDD ${color}${hr 2}${color}${font} | |
| ${font Montserrat Regular:pixelsize=12}${color3}System root:${alignr 0}${color3}${fs_used /}/${fs_size /}${color1} | |
| ${color2}${color2}${fs_bar /} | |
| ${font Montserrat Regular:pixelsize=12}${color3}datos1${alignr 0} ${color3}${fs_used /mnt/datos1}/${fs_size /mnt/datos1}${color1} | |
| ${color2}${color2}${fs_bar /mnt/datos1} | |
| ${font Montserrat Regular:pixelsize=12}${color3}datos2${alignr 0}${color3}${fs_used /mnt/datos2}/${fs_size /mnt/datos2}${color1} | |
| ${color2}${color2}${fs_bar /mnt/datos2} | |
| ${font Montserrat Regular:pixelsize=12}${color3}datos3${alignr 0}${color3}${fs_used /mnt/datos3}/${fs_size /mnt/datos3}${color1} | |
| ${color2}${color2}${fs_bar /mnt/datos3} | |
| ${font Montserrat Regular:pixelsize=12}${color3}Windows 10${alignr 0}${color3}${fs_used /mnt/win10}/${fs_size /mnt/win10}${color1} | |
| ${color2}${color2}${fs_bar /mnt/win10} | |
| ${font Montserrat Light:size=8}${color3}DISK I/O:${color}${font} ${alignr}$diskio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment