Compare commits
5 commits
d64451cc61
...
a01e975012
Author | SHA1 | Date | |
---|---|---|---|
a01e975012 | |||
6cc1407129 | |||
9e76600f28 | |||
9fe7daf251 | |||
b5ad0489a4 |
4 changed files with 16 additions and 2 deletions
|
@ -145,7 +145,7 @@ ${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6
|
||||||
##############################################
|
##############################################
|
||||||
${color0}${font sans-serif:bold:size=8}MUSIC ${hr 2}$color
|
${color0}${font sans-serif:bold:size=8}MUSIC ${hr 2}$color
|
||||||
$font${if_running cmus}${exec cmus-remote -Q 2>/dev/null | grep 'tag artist ' | cut -d " " -f 3-} $alignr ${exec ~/.config/conky/cmus-country.sh}
|
$font${if_running cmus}${exec cmus-remote -Q 2>/dev/null | grep 'tag artist ' | cut -d " " -f 3-} $alignr ${exec ~/.config/conky/cmus-country.sh}
|
||||||
${exec cmus-remote -Q 2>/dev/null | grep 'tag genre ' | cut -d " " -f 3-}
|
${scroll wait 53 3 1 ${exec cmus-remote -Q 2>/dev/null | grep 'tag genre ' | cut -d " " -f 3-}}
|
||||||
${exec cmus-remote -Q 2>/dev/null | grep 'date' | cut -d " " -f 3-} - ${exec cmus-remote -Q 2>/dev/null | grep 'tag album ' | cut -d " " -f 3-}
|
${exec cmus-remote -Q 2>/dev/null | grep 'date' | cut -d " " -f 3-} - ${exec cmus-remote -Q 2>/dev/null | grep 'tag album ' | cut -d " " -f 3-}
|
||||||
${exec cmus-remote -Q | grep tracknumber | cut -d " " -f 3}. ${exec cmus-remote -Q 2>/dev/null | grep 'title' | cut -d " " -f 3-}
|
${exec cmus-remote -Q | grep tracknumber | cut -d " " -f 3}. ${exec cmus-remote -Q 2>/dev/null | grep 'title' | cut -d " " -f 3-}
|
||||||
${execbar ~/.config/conky/cmus-conky-timebar.sh}${color white}
|
${execbar ~/.config/conky/cmus-conky-timebar.sh}${color white}
|
||||||
|
|
|
@ -5,3 +5,14 @@ nextcloud alternative https://blogduyax.madyanne.fr/2020/dispersion-du-gros-nuag
|
||||||
raiffeisen ebanking https://ebanking.raiffeisen.ch/entry/fr/#/login
|
raiffeisen ebanking https://ebanking.raiffeisen.ch/entry/fr/#/login
|
||||||
cmnet meyrin https://meyrin.cmnet.ch/
|
cmnet meyrin https://meyrin.cmnet.ch/
|
||||||
ecoleclub migros https://lernplattform.klubschule.ch/?lang=fr
|
ecoleclub migros https://lernplattform.klubschule.ch/?lang=fr
|
||||||
|
bike router https://brouter.de/brouter-web/#map=14/46.2234/6.1085/standard
|
||||||
|
spf checker http://spf.myisp.ch/
|
||||||
|
spf dkim dmarc mail server configuration https://blog.microlinux.fr/postfix-spf-dkim-dmarc-centos-7/
|
||||||
|
spamassassin mail server config https://blog.microlinux.fr/spamassassin-centos-7/
|
||||||
|
website speedtest https://developers.google.com/speed/pagespeed/insights/
|
||||||
|
camptocamp https://www.camptocamp.org/
|
||||||
|
LAC https://www.ge.ch/legislation/rsg/f/s/rsg_b6_05.html
|
||||||
|
svg logo https://www.svgrepo.com/
|
||||||
|
svg optimizer svgomg https://lehollandaisvolant.net/tout/tools/svgoptim/
|
||||||
|
fer ciam https://fer-ge.ch/web/fer-ge
|
||||||
|
inubo https://www.inubo.ch/apps/files/?dir=/&fileid=1238980
|
||||||
|
|
|
@ -3,7 +3,7 @@ term xterm-256color
|
||||||
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||||
|
|
||||||
activity "%c activity -> %n%f %t"
|
activity "%c activity -> %n%f %t"
|
||||||
caption splitonly "%{= wK}%-w%?%F%{= bw}%:%{= Wk}%? %n %t %{-}%+w %-= "
|
caption splitonly "%{= wK}%-w%?%F%{= bW}%:%{= Wk}%? %n %t %{-}%+w %-= "
|
||||||
|
|
||||||
hardstatus on
|
hardstatus on
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
|
|
3
.vimrc
3
.vimrc
|
@ -414,3 +414,6 @@ function! SetupPython()
|
||||||
setlocal expandtab!
|
setlocal expandtab!
|
||||||
endfunction
|
endfunction
|
||||||
command! -bar SetupPython call SetupPython()
|
command! -bar SetupPython call SetupPython()
|
||||||
|
|
||||||
|
" Vim-GitGutter
|
||||||
|
set updatetime=100
|
||||||
|
|
Loading…
Reference in a new issue