summaryrefslogtreecommitdiff
path: root/conky/conky_stats.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conky/conky_stats.conf')
-rw-r--r--conky/conky_stats.conf50
1 files changed, 50 insertions, 0 deletions
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}'}
+]]
+