summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-01-12 15:03:41 +0100
committerJoe <rrbo@proton.me>2023-01-12 15:03:41 +0100
commit6148decbe258d172a5da7003c0be4e5cf711c6b8 (patch)
tree00a85a0f0939939dfbaed6e0c2b33344f0e413ea
parentup (diff)
downloaddotfiles-bsd-6148decbe258d172a5da7003c0be4e5cf711c6b8.tar.gz
dotfiles-bsd-6148decbe258d172a5da7003c0be4e5cf711c6b8.tar.bz2
dotfiles-bsd-6148decbe258d172a5da7003c0be4e5cf711c6b8.tar.xz
dotfiles-bsd-6148decbe258d172a5da7003c0be4e5cf711c6b8.tar.zst
dotfiles-bsd-6148decbe258d172a5da7003c0be4e5cf711c6b8.zip
up
-rw-r--r--.config/conkyrc16
-rw-r--r--.config/nvim/settings.vim2
2 files changed, 12 insertions, 6 deletions
diff --git a/.config/conkyrc b/.config/conkyrc
index 74b5413..67cae7d 100644
--- a/.config/conkyrc
+++ b/.config/conkyrc
@@ -50,9 +50,12 @@ ${color grey}${alignc}MPD
${font1}${color white}${if_mpd_playing}${mpd_status}: ${mpd_artist} - ${mpd_title}
${mpd_elapsed}/${mpd_length} ${mpd_bar}${else}Stopped${endif}${font}
${hr}
-${font font2}${color white}${alignc}${execpi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}
+${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}
${hr}
-${color grey}Mails: ${font1}${color white}${execi 300 cat /tmp/newmailcount}${font}
+${color grey}${alignc}New mails
+${color grey}GMail BR: ${font1}${color white}${new_mails /var/mail/jozan/gmail_br/INBOX}${font}
+${color grey}GMail OON: ${font1}${color white}${new_mails /var/mail/jozan/gmail_oon/INBOX}${font}
+${color grey}GMail TOS: ${font1}${color white}${new_mails /var/mail/jozan/gmail_tos/INBOX}${font}
${hr}
${color grey}Uptime: ${font1}${color white}${uptime}${font}
${hr}
@@ -83,9 +86,12 @@ ${color grey} ${top name 4} ${alignr}${top pid 4} ${top cpu 4} ${top mem
${color grey}---------
${color grey}Processes: ${color white}${processes}
${hr}
-${color grey}IP LAN : ${font1}${color white}${addr re0}${font}
+${gw_ip}
+${color grey}LAN IP: ${font1}${color white}${addr re0}${font}
${color grey}---------
-${color grey}IP VPN : ${font1}${color white}${addr proton0}${font}
+${color grey}VPN IP: ${font1}${color white}${addr proton0}${font}
+${color grey}---------
+${color grey}Public IP: ${color white}${font1}${execi 300 curl -s https://ifconfig.me}${font}${color grey}
${hr}
${color grey}Down: ${color white}${font1}${downspeed re0} ${font}${color grey}- Up: ${color white}${font1}${upspeed re0}${font}
${color grey}Down: ${color white}${downspeedgraph re0 bfbfbf c0c0c0 125829120}
@@ -94,6 +100,4 @@ ${hr}
${color grey}${alignc}DNS
${font1}${color white}${execi 300 cat /etc/resolv.conf}${font}
${hr}
-${color grey}Public IP: ${color white}${font1}${exec curl -s https://ifconfig.me}${font}${color grey}
-${hr}
]]
diff --git a/.config/nvim/settings.vim b/.config/nvim/settings.vim
index 21ff780..fcfb55f 100644
--- a/.config/nvim/settings.vim
+++ b/.config/nvim/settings.vim
@@ -27,6 +27,8 @@ set undodir=/tmp/nvim_undo
set undofile
set wildmode=longest,list,full
set directory=/tmp/nvim_swap
+set wrap
+set textwidth=0
syntax on
filetype plugin indent on
" autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE