Conky: Styling fixes, widening, and double-graphs
This commit is contained in:
parent
db0cf378a1
commit
03a23ab64d
@ -43,29 +43,29 @@ conky.config = {
|
|||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${font Roboto:style=Medium:size=30}$alignr$nodename$font
|
${font Roboto:style=Medium:size=30}$alignr$nodename$font
|
||||||
${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}
|
${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}$font
|
||||||
${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
|
${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
|
||||||
${color3}$hr$color
|
${color3}$hr$color
|
||||||
${font Roboto:style=Medium:size=10}CPU:$font $freq_g GHz$alignr$cpu%
|
${font Roboto:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu%
|
||||||
${color8}${cpugraph cpu1 40,150} ${cpugraph cpu2 40,150}
|
${color8}${cpugraph cpu1 50,200} ${cpugraph cpu2 50,200}
|
||||||
${cpugraph cpu3 40,150} ${cpugraph cpu4 40,150}$color
|
${cpugraph cpu3 50,200} ${cpugraph cpu4 50,200}$color
|
||||||
${color3}$hr$color
|
${color3}$hr$color
|
||||||
${font Roboto:style=Medium:size=10}Memory:$font $mem out of $memmax$alignr$memperc%
|
${font Roboto:style=Medium:size=10}Memory$font: $mem out of $memmax$alignr$memperc%
|
||||||
${color9}${memgraph 40}$color
|
${color9}${memgraph 50}$color
|
||||||
${color3}$hr$color
|
${color3}$hr$color
|
||||||
${font Roboto:style=Medium:size=10}Disk:$font$alignr${diskio /dev/sda}
|
${font Roboto:style=Medium:size=10}Disk$font (R/W):$alignr${diskio /dev/sda}
|
||||||
${color7}${diskiograph /dev/sda 40}$color
|
${color7}${diskiograph_read /dev/sda 50,200} ${diskiograph_write /dev/sda 50,200}$color
|
||||||
${color3}$hr$color${if_up wlp1s0}
|
${color3}$hr$color${if_up wlp1s0}
|
||||||
${font Roboto:style=Medium:size=10}WLAN:$font$alignr${addr wlp1s0} on $wireless_essid
|
${font Roboto:style=Medium:size=10}WLAN$font (U/D):$alignr${addr wlp1s0} on $wireless_essid
|
||||||
${color6}${downspeedgraph wlp1s0 20}$color$endif${if_up wlp5s0}
|
${color6}${upspeedgraph wlp1s0 30,200}${downspeedgraph wlp1s0 30,200}$color$endif${if_up wlp5s0}
|
||||||
${font Roboto:style=Medium:size=10}WLAN:$font$alignr${addr wlp5s0} on $wireless_essid
|
${font Roboto:style=Medium:size=10}WLAN$font (U/D):$alignr${addr wlp5s0} on $wireless_essid
|
||||||
${color6}${downspeedgraph wlp5s0 20}$color$endif${if_up enp0s31f6}
|
${color6}${upspeedgraph wlp5s0 30,200}${downspeedgraph wlp5s0 30,200}$color$endif${if_up enp0s31f6}
|
||||||
${font Roboto:style=Medium:size=10}Ethernet:$font$alignr${addr enp0s31f6}
|
${font Roboto:style=Medium:size=10}Ethernet$font (U/D):$alignr${addr enp0s31f6}
|
||||||
${color6}${downspeedgraph enp0s31f6 20}$color$endif${if_up enp0s20f0u2}
|
${color6}${upspeedgraph enp0s31f6 30,200}${downspeedgraph enp0s31f6 30,200}$color$endif${if_up enp0s20f0u2}
|
||||||
${font Roboto:style=Medium:size=10}USB Tether:$font$alignr${addr enp0s20f0u2}
|
${font Roboto:style=Medium:size=10}USB Tether$font (U/D):$alignr${addr enp0s20f0u2}
|
||||||
${color6}${downspeedgraph enp0s20f0u2 20}$color$endif
|
${color6}${downspeedgraph enp0s20f0u2 20}$color$endif
|
||||||
${color3}$hr$color
|
${color3}$hr$color
|
||||||
${font Roboto:style=Medium:size=10}Statistics:$font
|
${font Roboto:style=Medium:size=10}Statistics$font:
|
||||||
Operating System: $sysname $kernel
|
Operating System: $sysname $kernel
|
||||||
Battery: $battery_percent% charged, $battery_time remaining
|
Battery: $battery_percent% charged, $battery_time remaining
|
||||||
Uptime: $uptime
|
Uptime: $uptime
|
||||||
|
Loading…
Reference in New Issue
Block a user