diff options
| author | ilotterytea <ilotterytea@proton.me> | 2024-05-26 20:10:26 +0500 |
|---|---|---|
| committer | ilotterytea <ilotterytea@proton.me> | 2024-05-26 20:10:26 +0500 |
| commit | 036c889c4a4f7f59d1e1a592586b54c5c5e93005 (patch) | |
| tree | aa76d678790abc79f24edf83c17a564eb2c6f65d /conky/conky-center.conf | |
Diffstat (limited to 'conky/conky-center.conf')
| -rw-r--r-- | conky/conky-center.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/conky/conky-center.conf b/conky/conky-center.conf new file mode 100644 index 0000000..ca38b57 --- /dev/null +++ b/conky/conky-center.conf @@ -0,0 +1,51 @@ +# Conky Configuration + +conky.config = { + alignment = 'middle_middle', + background = false, + border_width = 0, + cpu_avg_samples = 2, + default_color = 'BFDDB2', + default_outline_color = 'white', + default_shade_color = 'white', + double_buffer = true, + draw_borders = false, + draw_graph_borders = true, + draw_outline = false, + draw_shades = false, + extra_newline = false, + font = 'Sarasa Mono K:size=12', + gap_x = 0, + gap_y = 80, + 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, + own_window = true, + own_window_class = 'Conky', + own_window_type = 'desktop', + own_window = true, + own_window_transparent = false, + own_window_colour = '#2a2f33', + own_window_argb_visual = false, + own_window_argb_value = 200, + own_window_type = 'desktop', + show_graph_range = false, + show_graph_scale = false, + stippled_borders = 0, + update_interval = 3.0, + uppercase = false, + use_spacer = 'none', + use_xft = true, +} + +conky.text = [[ +${font Sarasa Mono K:weight=Regular:size=64}${time %H:%M}${font} ${voffset -50}${alignc}${font MesloLGS NF:size=12} ${font} ${font Sarasa Mono K:weight=Regular:size=14}${time %A, %d %b}${font} +${offset 215} ${voffset 2}${font MesloLGS NF:size=12} ${font}${mem} ${font MesloLGS NF:size=12} ${font}${cpu cpu0}% +${offset 215} ${voffset 2}${font MesloLGS NF:size=12} ${font}${font Sarasa Mono K:size=12}${exec vnstat --short | grep "today" | awk '{print $2, $3}'}${font} ${font MesloLGS NF:size=12} ${font}${font Sarasa Mono K:size=12}${texeci 60 exec vnstat --short | grep "today" | awk '{print $5, $6}'}${font} +${voffset 20}${alignc}${texeci 360 exec curl "https://api.quotable.io/random?maxLength=66" 2> /dev/null | jq '.content'} +]] |
