From 036c889c4a4f7f59d1e1a592586b54c5c5e93005 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 May 2024 20:10:26 +0500 Subject: initial commit --- conky/conky_stats.conf | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 conky/conky_stats.conf (limited to 'conky/conky_stats.conf') diff --git a/conky/conky_stats.conf b/conky/conky_stats.conf new file mode 100644 index 0000000..bf46c59 --- /dev/null +++ b/conky/conky_stats.conf @@ -0,0 +1,50 @@ +# Conky Configuration + +conky.config = { + alignment = 'bottom_right', + background = false, + border_width = 0, + cpu_avg_samples = 2, + default_color = 'aadae0', + 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 = 'FiraSans:size=12', + gap_x = 30, + gap_y = 30, + 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 = true, + own_window_argb_visual = true, + 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, + xinerama_head = 1; +} + +conky.text = [[ +${font Symbols Nerd Font:size=12}${font} ${mem} +${font Symbols Nerd Font:size=12}${font} ${cpu cpu0}% +${font Symbols Nerd Font:size=12}${font} ${exec vnstat --short | grep "today" | awk '{print $2, $3}'} ${font Symbols Nerd Font:size=12}${font} ${texeci 60 exec vnstat --short | grep "today" | awk '{print $5, $6}'} +]] + -- cgit v1.2.3