Update .basrhc, .vimrc and conky.conf

This commit is contained in:
daniele 2024-02-15 19:46:55 +01:00
parent 414dbfa865
commit 71b8a17864
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
3 changed files with 2 additions and 2 deletions

View File

@ -35,5 +35,4 @@ eval "$(beet completion)"
export EDITOR=vim
export SUDO_EDITOR=rvim
export SSH_AGENT_PID=""
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"

View File

@ -55,7 +55,7 @@ conky.config = {
conky.text = [[
${voffset 4}${color}${font :bold}ASUS TUF Gaming FX705GE${font}${image $HOME/.config/conky/archlinux.png -n -p 280x0 -s 98x30}
$hr
${color grey}OS : ${color}$sysname $kernel $machine
${color grey}OS : ${color}$sysname $kernel
${color grey}Uptime : ${color}$uptime
${voffset 8}${color}${font :size=14}CPU ${font}$hr
${voffset 4}${color grey}Model: ${color}${exec lscpu | grep 'Model name' | cut -f 2 -d ":" | awk '{$1=$1}1' | awk 'BEGIN {FS=" "; OFS=" "} {print $1 OFS $2 OFS $3}'}

1
.vimrc
View File

@ -36,6 +36,7 @@ let g:everforest_background='hard'
let g:everforest_better_performance=1
let g:ale_python_flake8_options='--max-line-length=150'
let g:rainbow_active=1
let g:ale_enabled=0
" }}}