Browse Source

add CPU temp to conky config, change fold color in vim

master
dummy 7 years ago
parent
commit
7ac2b8b861
  1. 8
      dot/conky.conf
  2. 4
      vim/deus.vim

8
dot/conky.conf

@ -82,14 +82,14 @@ ${cpubar cpu5 7,60} ${cpubar cpu6 7,60} ${cpubar cpu7 7,60} ${cpubar cpu8 7,60}
${cpubar cpu9 7,60} ${cpubar cpu10 7,60} ${cpubar cpu11 7,60} ${cpubar cpu12 7,60}
${cpubar cpu13 7,60} ${cpubar cpu14 7,60} ${cpubar cpu15 7,60} ${cpubar cpu16 7,60}
${cpugraph -t 30,280 119911 FF0000}
#temps: ${alignr}${hwmon 0 temp 1}°C ${hwmon 0 temp 2}°C
temps: ${alignr}${hwmon k10temp temp 1}°C ${hwmon k10temp temp 2}°C
# MEMORY ----------------------------
${voffset -10}
MEMORY ${hr 2}
#${voffset -14}
#$mem ${alignc}${membar 7, 125}${alignr}$memmax
#${memgraph 15,300, 32CD32 8B0000 -t}
${voffset -14}
$mem ${alignc}${membar 7, 125}${alignr}$memmax
${memgraph 15,300, 32CD32 8B0000 -t}
# VIDEO CARD -----------------------
GPU ${hr 2}

4
vim/deus.vim

@ -453,8 +453,8 @@ call s:HL('LineNr', s:number_column)
call s:HL('SignColumn', s:none, s:sign_column)
" Line used for closed folds
"call s:HL('Folded', s:gray, s:bg1, s:italic)
call s:HL('Folded', s:gray, s:bg0, s:italic)
call s:HL('Folded', s:gray, s:none, s:italic)
"call s:HL('Folded', s:gray, s:bg0, s:italic)
" Column where folds are displayed
call s:HL('FoldColumn', s:gray, s:bg1)

Loading…
Cancel
Save