diff options
Diffstat (limited to 'conky.org')
-rw-r--r--[-rwxr-xr-x] | conky.org | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/conky.org b/conky.org index 9eab266..35eea60 100755..100644 --- a/conky.org +++ b/conky.org @@ -24,7 +24,7 @@ draw_outline = false, draw_shades = false, extra_newline = false, - font = 'Hack:size=16', + font = 'Courier Prime Code:size=16', gap_x = 60, gap_y = 60, minimum_height = 5, @@ -59,27 +59,31 @@ ]] #+end_src +#+RESULTS: + #+NAME: content #+begin_src lua :tangle no :exports none - ${font Monoid:size=40}${time %H:%M} - $font${color grey}$color ${scroll 38 Conky $conky_version - $sysname $nodename $kernel $machine} - $hr - ${color grey}Uptime:$color $uptime - ${color grey}Frequency (in MHz):$color $freq - ${color grey}Frequency (in GHz):$color $freq_g - ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} - ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} - ${color grey}CPU Usage:$color $cpu% ${cpubar 4} - ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes - $hr - ${color grey}File systems: - / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} - ${color grey}Networking: - Up:$color ${upspeed} ${color grey} - Down:$color ${downspeed} - $hr - ${color grey}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} + ${font Monoid:size=40}${time %H:%M} + $font${color grey}$color ${scroll 38 Conky $conky_version - $sysname $nodename $kernel $machine} + $hr + ${color grey}Uptime:$color $uptime + ${color grey}Frequency (GHz):$color $freq_g + ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} + ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} + ${color grey}CPU Usage:$color $cpu% ${cpubar 4} + ${color grey}Processes:$color $processes | ${color grey}Running:$color $running_processes + $hr + ${color grey}File systems: + / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} + ${color grey}Networking: + Up: ${upspeed wlp3s0}/s + ${upspeedgraph wlp3s0 80,500 444444 eeeeee} + Down: ${downspeed wlp3s0}/s + ${downspeedgraph wlp3s0 80,500 444444 eeeeee} + $hr + ${color grey}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} #+end_src |