miscellaneous changes
This commit is contained in:
@@ -57,6 +57,7 @@ conky.config = {
|
||||
|
||||
|
||||
conky.text = [[
|
||||
${color green}${alignc}${time %H:%M:%S} ${time %A %d %B %Y}
|
||||
${color green}System $hr
|
||||
${color grey}OS:$color $sysname
|
||||
${color grey}Host:$color $nodename
|
||||
@@ -64,7 +65,7 @@ ${color green}System $hr
|
||||
${color grey}Arch:$color $machine
|
||||
${color grey}Uptime:$color $uptime
|
||||
${color green}CPU $hr
|
||||
${alignc}${color grey}Total: ${hwmon 0 temp 1}°C | CCD1: ${hwmon 0 temp 3}°C | CCD2: ${hwmon 0 temp 4}°C
|
||||
${alignc}${color grey}Total: ${hwmon 1 temp 1}°C | CCD1: ${hwmon 1 temp 3}°C | CCD2: ${hwmon 1 temp 4}°C
|
||||
${color grey}${lua_parse conky_mycpus}
|
||||
${color green}Memory $hr
|
||||
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
|
||||
@@ -73,10 +74,14 @@ ${color green}Top $hr
|
||||
${color grey}Processes:$color $processes ${color grey}Threads:$color $threads ${color grey}Running:$color $running_threads
|
||||
${color green}File systems $hr
|
||||
${color grey}/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
|
||||
${if_up enp0s31f6}${color green}Networking $hr
|
||||
${color grey}Interface:$color enp0s31f6
|
||||
${color grey}IP:$color ${addr enp0s31f6}
|
||||
${color grey}Up:$color ${upspeed enp0s31f6}
|
||||
${color grey}Down:$color ${downspeed enp0s31f6}${endif}
|
||||
${alignr}${font STIX:size=7}usage:${exec ps -C conky -o pcpu=}%
|
||||
${if_up enp14s0}${color green}LAN $hr
|
||||
${color grey}Interface:$color enp14s0
|
||||
${color grey}IP:$color ${addr enp14s0}
|
||||
${color grey}Up:$color ${upspeed enp14s0} ${alignr}${upspeedgraph enp14s0 10,250}
|
||||
${color grey}Down:$color ${downspeed enp14s0} ${alignr}${downspeedgraph enp14s0 10,250}${endif}
|
||||
${if_up wlp13s0}${color green}WLAN $hr
|
||||
${color grey}Interface:$color wlp13s0
|
||||
${color grey}IP:$color ${addr wlp13s0}
|
||||
${color grey}Up:$color ${upspeed wlp13s0} ${alignr}${upspeedgraph wlp13s0 10,250}
|
||||
${color grey}Down:$color ${downspeed wlp13s0} ${alignr}${downspeedgraph wlp13s0 10,250}${endif}
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user