From 51573d35e989d45f047b0b34fd9293be459d346b Mon Sep 17 00:00:00 2001 From: philw Date: Sat, 10 Feb 2024 20:00:48 +0100 Subject: Update dots --- conky/.conkyrc | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 conky/.conkyrc (limited to 'conky') diff --git a/conky/.conkyrc b/conky/.conkyrc new file mode 100644 index 0000000..7b39c8e --- /dev/null +++ b/conky/.conkyrc @@ -0,0 +1,106 @@ + +conky.config = { + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'celsius', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Setup Window Size + minimum_height = 300, + minimum_width = 450, + maximum_width = 660, + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Fira Code:size=12', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282828', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'dwm_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Gruvbox Dark) + color0 = '#b16286', + color1 = '#ebdbb2', + color2 = '#458588', + color3 = '#b8bb26', + +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${color1}${hr}${color0} +${color3}Uptime:$color3 $uptime +${color3}Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,70 BAT0} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${color3}Storage: $color3${fs_free /}/${fs_size /} +${color2}${fs_bar 6 /} +${color1}${hr}${colo0} +${voffset 18}${color1}${alignc}${font4}Shortcuts${font}${color} +${color1}[SUPER]+[RETURN]${alignr}${color2}terminal${color} +${color1}[SUPER]+b${alignr}${color2}hide bar${color} +${color1}[SUPER]+d${alignr}${color2}launcher${color} +${color1}[SUPER]+q${alignr}${color2}kill${color} +${color1}[SUPER]+[1-9]${alignr}${color2}switch${color} +${color1}[SUPER]+[SHIFT]+r${alignr}${color2}htop${color} +${color1}${hr}${color} + +]]; -- cgit v1.2.3