Update .bashrc and conky.conf
This commit is contained in:
parent
874adcb292
commit
02802706d1
2
.bashrc
2
.bashrc
@ -14,7 +14,7 @@ alias cinnamon-restart='nohup cinnamon --replace > /dev/null 2>&1 &'
|
|||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
alias ls='ls -v --color=auto'
|
alias ls='ls -v --color=auto'
|
||||||
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
|
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
|
||||||
alias reset-monitor='xrandr --output HDMI-1-0 --off; xrandr --output HDMI-1-0 --auto --left-of eDP-1 --primary'
|
alias reset-monitor='xrandr --output HDMI-1-0 --off; xrandr --output HDMI-1-0 --auto --left-of eDP-1 --primary --set "PRIME Synchronization" 1'
|
||||||
alias sort='sort -n'
|
alias sort='sort -n'
|
||||||
alias ssh='ssh -X'
|
alias ssh='ssh -X'
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
@ -66,14 +66,14 @@ ${color grey}Core 2: ${color}${alignr}${freq_g 3} GHz ${color grey}Temperature:
|
|||||||
${color grey}Core 3: ${color}${alignr}${freq_g 4} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 3" | awk '{print $3}'}
|
${color grey}Core 3: ${color}${alignr}${freq_g 4} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 3" | awk '{print $3}'}
|
||||||
${color grey}Core 4: ${color}${alignr}${freq_g 5} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 4" | awk '{print $3}'}
|
${color grey}Core 4: ${color}${alignr}${freq_g 5} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 4" | awk '{print $3}'}
|
||||||
${color grey}Core 5: ${color}${alignr}${freq_g 6} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 5" | awk '{print $3}'}
|
${color grey}Core 5: ${color}${alignr}${freq_g 6} GHz ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 5" | awk '{print $3}'}
|
||||||
${voffset 4}${color grey}Process PID CPU% MEM%
|
${voffset 4}${color grey}Process PID CPU% MEM%
|
||||||
${color} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
|
${color} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
|
||||||
${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
|
${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
|
||||||
${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
|
${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
|
||||||
${voffset 6}${font :size=14}MEMORY ${font}$hr
|
${voffset 6}${font :size=14}MEMORY ${font}$hr
|
||||||
${voffset 4}${color grey}Memory usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3}
|
${voffset 4}${color grey}Memory usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3}
|
||||||
${color grey}Swap usage: ${color}${swapperc}% of ${swapmax} ${voffset 3}${swapbar}${voffset -3}
|
${color grey}Swap usage: ${color}${swapperc}% of ${swapmax} ${voffset 3}${swapbar}${voffset -3}
|
||||||
${voffset 4}${color grey}Process PID CPU% MEM%
|
${voffset 4}${color grey}Process PID CPU% MEM%
|
||||||
${color} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
|
${color} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
|
||||||
${color} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
|
${color} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
|
||||||
${color} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
|
${color} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user