forked from floriandejonckheere/conky-mpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconkyrc-mpd
58 lines (50 loc) · 1.08 KB
/
conkyrc-mpd
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
# — SETTINGS — #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
no_buffers yes
text_buffer_size 1024
imlib_cache_size 0
# — WINDOW — #
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
# — BORDER — #
border_inner_margin 1
border_outer_margin 0
# — SIZE — #
minimum_size 600 100
maximum_width 1000
# — ALIGNMENT — #
alignment bl
gap_x 4
gap_y 30
# — GRAPHIC — #
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
#default_bar_size 40 8
default_shade_color 181818
#own_window_colour 292929
# — TEXT — #
use_xft yes
xftfont Sans:size=8
xftalpha 1.0
uppercase no
override_utf8_locale yes
default_color f0f0f0
# — LUA — #
#lua_load ~/Conky/bgcolor/bg.lua
#lua_draw_hook_pre conky_draw_bg
# — Colors — #
color1 606060
TEXT
${voffset 25}${goto 140}${font Sans:size=8:bold}$mpd_title$font
${goto 140}$mpd_artist
${goto 140}$mpd_album
${goto 140}${mpd_bar 3,100}
${execi 1 ~/.conky/conky-mpd/cover.sh}${image /tmp/conkyCover.png -p 10}