mrneilypops on DeviantArthttps://www.deviantart.com/mrneilypops/art/dwmX-chaos-finds-peace-432711502mrneilypops

Deviation Actions

mrneilypops's avatar

dwmX 'chaos finds peace'

By
Published:
517 Views

Description

Latest dwmX test...

xcolors=BBQ;
linuxbbq.org/bbs/viewtopic.php…

gtk=numix brown;
linuxbbq.org/bbs/viewtopic.php…

wall;
plus.google.com/10500332181167…

lounge-radio.sh script;
#!/bin/bash
   #pulling info from loung-radio.com for conky by nlinedesignz(at)web(dot)de 2013
   
   wget www.lounge-radio.com/code/push… -O ~/loungeradio.html >/dev/null 2>&1 &&
   
   artist=$(awk '/id="artist"/{getline; print}' ~/loungeradio.html | sed "s/
|</div>//g")
   album=$(awk '/id="album"/{getline; print}' ~/loungeradio.html | sed "s/
|</div>//g")
   track=$(awk '/id="track"/{getline; print}' ~/loungeradio.html | sed "s/
|</div>//g")
   
   wget "www.lounge-radio.com/code/push… '/id="covercontainer"/{print}' ~/loungeradio.html | sed -r 's/.*src="(.*)" width=.*/1/')" -O ~/loungeradio.jpg >/dev/null 2>&1 &&
   
   #echo '${image ~/loungeradio.jpg -p 42,42 -s 123x123 }';
   echo 'Artist:' $artist
   echo 'Track:'  $track
   echo 'Album:'  $album
   
   exit

conky;
##############################################
#  Settings
##############################################
background yes
use_xft yes
xftfont Anonymous Pro:pixelsize=12
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type override
double_buffer yes
minimum_size 400 800
maximum_width 450
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
border_inner_margin 0
border_width 1
draw_graph_borders no
default_color grey10
color1 grey30
color2 grey20
default_shade_color grey10
default_outline_color white
alignment br
gap_x -240
gap_y  -565
no_buffers yes
uppercase no
text_buffer_size 1024
imlib_cache_size 0
cpu_avg_samples 2
show_graph_scale no
show_graph_range no
short_units yes
override_utf8_locale yes
use_spacer none
if_up_strictness address
##############################################
#  Output
##############################################
TEXT

##__${blink |}__${blink |}__${blink |}__${color1}
${execi 60 ~/loungeradio.sh}
${image /home/live/loungeradio.jpg -p 0,60 -s 160x160}
Image size
1920x1080px 418.5 KB
© 2014 - 2024 mrneilypops
Comments3
Join the community to add your comment. Already a deviant? Log In