Our first Italian entry – simple yet elegant a very nice combination. Ringrazio deegan

deegan_conky

Conky file:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Check http://conky.sf.net for an up-to-date-list of variables
 
# set to yes if you want Conky to be forked in the background
background yes
 
# Use Xft?
use_xft yes
 
# Xft font when Xft is enabled
xftfont Purisa:size=11
 
# Text alpha when using Xft
xftalpha 0.8
 
# Update interval in seconds
update_interval 5.0
 
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
 
# Create own window instead of using desktop (required in Nautilus)
own_window yes
 
# If own_window is yes, you may use type normal, desktop or override
# IMO, override for Gnome/Nautilus, normal or desktop for Openbox 
own_window_type override
 
# Use pseudo transparency with own_window?
own_window_transparent yes
 
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
 
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
 
# Minimum size of text area; may need some adjustment
minimum_size 100 0
 
# Maximum width
maximum_width 280
 
# Draw shades?
draw_shades no
 
# Draw outlines?
draw_outline no
 
# Draw borders around text
draw_borders no
 
# Default colors and also border colors
default_color lightgrey
default_shade_color gray
default_outline_color  gray
 
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
 
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 15
gap_y 35
 
# Subtract file system buffers from used memory?
no_buffers yes
 
# set to yes if you want all text to be in uppercase
uppercase no
 
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
 
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
 
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
 
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
 
# Text buffer size.
text_buffer_size 6076
 
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
 
# stuff after 'TEXT' will be formatted on screen
 
TEXT
${goto 43}${font Vtks Revolt:size=40}DEEGAN${font}
${goto 23}${font pulse sans virgin:size=20}     Hardy     ${font}
${goto 70}${font Hawaii Lover:size=20}${time %e %B %G}
${goto 80}${font Hawaii Lover:size=30}${time %R}
${execpi 1800 conkyForecast --location=ITXX0082 --template=/home/deegan/.script/template}  
${font Purisa:style=Bold:size=10}${voffset 0}Humidity: ${alignr 2}${execi 600 conkyForecast --location=ITXX0082 --datatype=HM}
${voffset 0}Wind Speed: ${alignr 2}${execi 600 conkyForecast --location=ITXX0082 --hideunits --datatype=WS} km/h ${execi 600 conkyForecast --location=ITXX0082 --hideunits --datatype=WD}
${voffset 0}Daylight: ${alignr 2}${execi 600 conkyForecast --location=ITXX0082 --datatype=SR} - ${execi 600 conkyForecast --location=ITXX0082 --datatype=SS}
${voffset -4}Precipitation:${alignr 2}${execi 900  conkyForecast --location=ITXX0082 --datatype=PC --startday=0}
City:${alignr 2}${execi 900 conkyForecast --location=ITXX0082 --datatype=CN}

And the template (more weather):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
${font Weather:size=28}y${font}${voffset -5}${font Hawaii Lover:size=26}${execi 600 conkyForecast --location=ITXX0082 --datatype=HT | cut -c1-2 ;}C ${font}
${alignr 110}${voffset -40} ${font ConkyWindNESW:normal:size=40}[--datatype=BS]${font}
${alignr 50}${voffset -46}${font moon phases:size=32}[--datatype=MF]${font}
${goto 20}${execpi 600 conkyForecast --location=ITXX0082 --datatype=DW --startday=1 --shortweekday}${goto 90}${execpi 600 conkyForecast --location=ITXX0082 --datatype=DW --startday=2 --shortweekday}${goto 160}${execpi 600 conkyForecast --location=ITXX0082 --datatype=DW --startday=3 --shortweekday}${goto 230}${execpi 600 conkyForecast --location=ITXX0082 --datatype=DW --startday=4 --shortweekday}
${goto 20}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=ITXX0082 --datatype=WF --startday=1}${goto 90}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=ITXX0082 --datatype=WF --startday=2}${goto 160}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=ITXX0082 --datatype=WF --startday=3}${goto 230}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=ITXX0082 --datatype=WF --startday=4}
${voffset -15}${font DejaVu Sans:size=7}${goto 20}${execpi 600 conkyForecast --location=ITXX0082 --datatype=HT --startday=1 --hideunits | cut -c1-2 ;}C/${execpi 600 conkyForecast --location=ITXX0082 --datatype=LT --startday=1 --hideunits | cut -c1-2 ;}C${goto 90}${execpi 600 conkyForecast --location=ITXX0082 --datatype=HT --startday=2 --hideunits | cut -c1-2 ;}C/${execpi 600 conkyForecast --location=ITXX0082 --datatype=LT --startday=2 --hideunits | cut -c1-2 ;}C${goto 160}${execpi 600 conkyForecast --location=ITXX0082 --datatype=HT --startday=3 --hideunits | cut -c1-2 ;}C/${execpi 600 conkyForecast --location=ITXX0082 --datatype=LT --startday=3 --hideunits | cut -c1-2 ;}C${goto 230}${execpi 600 conkyForecast --location=ITXX0082 --datatype=HT --startday=4 --hideunits | cut -c1-2 ;}C/${execpi 600 conkyForecast --location=ITXX0082 --datatype=LT --startday=4 --hideunits | cut -c1-2 ;}C ${font}
${font Purisa:style=Bold:size=10}
Barometer: ${alignr}${color4}[--datatype=BR]${color}
Barometer Description: ${alignr}${color4}[--datatype=BD]${color}
Visibility: ${alignr}${color4}[--datatype=VI]${color}
Dew Point: ${alignr}${color4}[--datatype=DP]${color}
UV Text: ${alignr}${color4}[--datatype=UT]${color}
DayLight: ${alignr}${color4}[--datatype=DL]${color}
Moon Phase: ${alignr}${color4}[--datatype=MP]${color}
Last Update: ${alignr}${color4}[--datatype=LU]${color}

conkyrhythmbox

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
background yes
double_buffer yes
 
own_window  yes
own_window_transparent yes
own_window_type override
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
 
draw_borders no
border_margin 1
draw_shades no
 
gap_x 1
gap_y -143
alignment bottom_left
 
update_interval 1
default_color white
default_shade_color whiteRingrazio deegan
default_outline_color white
own_window_colour 222222
use_xft yes
 
maximum_width 500
minimum_size 500 0
 
TEXT
${if_running rhythmbox}
${font Hawaii Lover:size=25}   "Rhythmbox Music"
${font Purisa:size=9}Artist ~ Track: ${offset 25}${exec rhythmbox-client --no-start --print-playing-format "%ta"} ~ ${exec rhythmbox-client --no-start --print-playing-format "%tt"}
${offset 46}${font Purisa:size=9}Album :  ${offset 42} ${exec rhythmbox-client --no-start --print-playing-format "%at"}
${offset 46}${font Purisa:size=9}Genere:       ${offset 25}${exec conkyRhythmbox -n --datatype=GE}
${offset 46}${font Purisa:size=9}Volume:      ${offset 25}${exec conkyRhythmbox -n --datatype=VO}
${offset 46}${font Purisa:size=9}Time:      ${offset 42}${exec conkyRhythmbox -n --datatype=PT} - ${exec conkyRhythmbox -n --datatype=LE} ${alignr}${exec conkyRhythmbox -n -d PP}%
${execibar 1 conkyRhythmbox --datatype=PP}
${else}
${font Hawaii Lover:size=25}"Rhythmbox Closed"
$endif