Add content of calling Perl scripts for weather output loading.
fix minimium size and cap. own_window_type of "desktop" is better with xfce than "override".
This commit is contained in:
parent
7dfa792156
commit
4c5d03235f
1 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
alignment top_center
|
#!/usr/bin/conky -d -c
|
||||||
|
## .conkyrc configuration
|
||||||
|
update_interval 120.0
|
||||||
|
|
||||||
|
alignment top_middle
|
||||||
|
|
||||||
use_xft yes
|
use_xft yes
|
||||||
xftfont Inconsolata:size=10
|
xftfont Inconsolata:size=10
|
||||||
|
|
@ -7,7 +11,7 @@ xftalpha 0.1
|
||||||
double_buffer yes
|
double_buffer yes
|
||||||
draw_shades yes
|
draw_shades yes
|
||||||
|
|
||||||
own_window_type override
|
own_window_type desktop
|
||||||
own_window yes
|
own_window yes
|
||||||
own_window_transparent yes
|
own_window_transparent yes
|
||||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||||
|
|
@ -27,11 +31,13 @@ color6 a7a7a7
|
||||||
color7 8888CC
|
color7 8888CC
|
||||||
color8 9d9c61
|
color8 9d9c61
|
||||||
color9 525276
|
color9 525276
|
||||||
minimum_size 280 1394
|
minimum_size 280 600
|
||||||
maximum_width 600
|
maximum_width 600
|
||||||
gap_x 1
|
gap_x -20
|
||||||
gap_y 1
|
gap_y 1
|
||||||
|
|
||||||
TEXT
|
TEXT
|
||||||
|
${font Inconsolata}${execpi 1800 /home/bkuhn/hacks/Small-Hacks/conky-mythtv-weather-alert.plx /home/bkuhn/hacks/mythtv MD006 MD011 NY072 NY075}
|
||||||
Hi there.
|
${font Inconsolata}${execpi 72000 /home/bkuhn/hacks/Small-Hacks/conky-mythtv-weather-build.plx /home/bkuhn/hacks/mythtv SI KJFK 0 20 12}
|
||||||
|
$hr
|
||||||
|
${font Inconsolata}${execpi 72000 /home/bkuhn/hacks/Small-Hacks/conky-mythtv-weather-build.plx /home/bkuhn/hacks/mythtv SI KNYC 0 346 12}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue