Compare commits
No commits in common. "7c0ef7bdfec1312ad5ea27827faa58ac7ed85919" and "401c53b183091e665e0010263d4f5ec0addf578f" have entirely different histories.
7c0ef7bdfe
...
401c53b183
2 changed files with 3 additions and 4 deletions
|
@ -129,12 +129,13 @@ ${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6
|
|||
#Credit to Reddit user: /u/Rioku_jk
|
||||
##############################################
|
||||
${color0}${font sans-serif:bold:size=8}MUSIC ${hr 2}$color
|
||||
$font${if_running cmus}${scroll wait 33 3 1 ${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}
|
||||
${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 | cut -d "-" -f 1} - ${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-}
|
||||
${execbar ~/.config/conky/cmus-conky-timebar.sh}${color white}
|
||||
${alignc}${exec cmus-remote -Q | grep 'position'| awk '{print strftime("%M:%S", $2, 1)}'} / ${exec cmus-remote -Q | grep 'duration' | awk '{print strftime("%M:%S", $2, 1)}'}
|
||||
${else}$alignc Nothing is playing at the moment.
|
||||
${endif}
|
||||
${color DimGray}${execi 120 fortune -a -n 500 -s | fold -s -w54}$color
|
||||
]]
|
||||
|
|
|
@ -22,5 +22,3 @@ windows nettoyage https://sebsauvage.net/wiki/doku.php?id=windows
|
|||
mail dovecot postfix configuration https://blog.cybiere.fr/post/mail_intro/
|
||||
factorio blueprints https://factorioprints.com/
|
||||
nfs smb sshfs nas performance https://blog.ja-ke.tech/2019/08/27/nas-performance-sshfs-nfs-smb.html
|
||||
meteosuisse https://www.meteosuisse.admin.ch/home.html?tab=alarm
|
||||
co2 calculateur empreinte https://ecolab.ademe.fr/apps/climat/
|
||||
|
|
Loading…
Reference in a new issue