diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 0fc4c0f..b0089ec 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -145,7 +145,7 @@ ${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6 ############################################## ${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} -${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 | 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} diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks index 1e469b8..f569a72 100644 --- a/.config/qutebrowser/quickmarks +++ b/.config/qutebrowser/quickmarks @@ -5,3 +5,14 @@ nextcloud alternative https://blogduyax.madyanne.fr/2020/dispersion-du-gros-nuag raiffeisen ebanking https://ebanking.raiffeisen.ch/entry/fr/#/login cmnet meyrin https://meyrin.cmnet.ch/ 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 diff --git a/.screenrc.master b/.screenrc.master index a121284..60ecbd7 100644 --- a/.screenrc.master +++ b/.screenrc.master @@ -3,7 +3,7 @@ term xterm-256color termcapinfo xterm|xterms|xs|rxvt ti@:te@ 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 alwayslastline diff --git a/.vimrc b/.vimrc index 6068999..3a74a79 100644 --- a/.vimrc +++ b/.vimrc @@ -414,3 +414,6 @@ function! SetupPython() setlocal expandtab! endfunction command! -bar SetupPython call SetupPython() + +" Vim-GitGutter +set updatetime=100