dotfiles/conky/darkmode.conf
2024-04-08 12:34:41 +00:00

65 lines
1.9 KiB
Plaintext

conky.config = {
alignment = 'top_left',
background = false,
border_width = 1,
cpu_avg_samples = 2,
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = true,
extra_newline = false,
font = 'DejaVu Sans Mono:size=12',
gap_x = 60,
gap_y = 60,
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_wayland = true,
out_to_x = false,
own_window = false,
own_window_class = 'Conky',
own_window_type = 'desktop',
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
own_window_transparent = true,
default_color = 'b8bac4',
color2 = '71C0B7',
color3 = '1C2036',
border_inner_margin = 10,
}
conky.text = [[
${color2}Info:$color ${scroll 32 Conky $conky_version - $sysname $nodename $kernel $machine}
$hr
${color2}Uptime:$color $uptime
${color2}Frequency (in MHz):$color $freq
${color2}Frequency (in GHz):$color $freq_g
${color2}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color2}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color2}CPU Usage:$color $cpu% ${cpubar 4}
${color2}Processes:$color $processes ${color2}Running:$color $running_processes
$hr
${color2}File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color2}Networking:
Up:$color ${upspeed} ${color2} - Down:$color ${downspeed}
$hr
${color2}Name PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
]]