Conky: Switch fonts, disable graph scale
This commit is contained in:
parent
0635bdaa4d
commit
727a31d773
@ -14,7 +14,7 @@ conky.config = {
|
||||
update_interval = 0.5,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Roboto:style=Light:size=10',
|
||||
font = 'Inconsolata:style=Light:size=10',
|
||||
default_color = '#ebdbb2',
|
||||
color1 = '282828', -- Background
|
||||
color2 = 'ebdbb2', -- Foreground
|
||||
@ -33,7 +33,6 @@ conky.config = {
|
||||
gap_x = 30,
|
||||
gap_y = 64,
|
||||
|
||||
show_graph_scale = true,
|
||||
format_human_readable = true,
|
||||
|
||||
draw_outline = false,
|
||||
@ -42,27 +41,27 @@ conky.config = {
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${image ~/.face -s 64x64}${font Roboto:style=Medium:size=30}$alignr$nodename_short$font
|
||||
${font Roboto:style=Light:size=17}$alignr$kernel$font
|
||||
${font Roboto:style=Light:size=12}$alignr$distribution$font
|
||||
${image ~/.face -s 64x64}${font Inconsolata:style=Medium:size=30}$alignr$nodename_short$font
|
||||
${font Inconsolata:style=Light:size=17}$alignr$kernel$font
|
||||
${font Inconsolata:style=Light:size=12}$alignr$distribution$font
|
||||
${color3}$hr$color
|
||||
${font Roboto:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu%
|
||||
${font Inconsolata:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu%
|
||||
${color8}${cpugraph cpu1 30,200} ${cpugraph cpu2 30,200}
|
||||
${cpugraph cpu3 30,200} ${cpugraph cpu4 30,200}$color
|
||||
${color3}$hr$color
|
||||
${font Roboto:style=Medium:size=10}Memory$font: $mem / $memmax used$alignr$memperc%
|
||||
${font Inconsolata:style=Medium:size=10}Memory$font: $mem / $memmax used$alignr$memperc%
|
||||
${color9}${memgraph 30}$color
|
||||
Memory$alignr$memeasyfree free ${color9}${membar 11,130}$color
|
||||
Swap$alignr$swapfree ${color9}${swapbar 11,130}$color
|
||||
${color3}$hr$color
|
||||
${font Roboto:style=Medium:size=10}Disk$font (R/W):$alignr${diskio /dev/sda}
|
||||
${font Inconsolata:style=Medium:size=10}Disk$font (R/W):$alignr${diskio /dev/sda}
|
||||
${color7}${diskiograph_read /dev/sda 30,200} ${diskiograph_write /dev/sda 30,200}$color
|
||||
/$alignr${fs_free /} ${color7}${fs_bar 11,130 /}$color
|
||||
/home$alignr${fs_free /home} ${color7}${fs_bar 11,130 /home}$color
|
||||
/boot$alignr${fs_free /boot} ${color7}${fs_bar 11,130 /boot}$color
|
||||
/boot/efi$alignr${fs_free /boot/efi} ${color7}${fs_bar 11,130 /boot/efi}$color
|
||||
${color3}$hr$color
|
||||
${font Roboto:style=Medium:size=10}Network$font:${alignr}Default $gw_iface${if_up wlp1s0}
|
||||
${font Inconsolata:style=Medium:size=10}Network$font:${alignr}Default $gw_iface${if_up wlp1s0}
|
||||
wlp1s0 (U/D):$alignr${addr wlp1s0} / ${wireless_essid wlp1s0}
|
||||
${color6}${upspeedgraph wlp1s0 30,200} ${downspeedgraph wlp1s0 30,200}$color$endif${if_up wlp5s0}
|
||||
wlp5s0 (U/D):$alignr${addr wlp5s0} / ${wireless_essid wlp5s0}
|
||||
|
Loading…
Reference in New Issue
Block a user