-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conkyrc
45 lines (35 loc) · 1023 Bytes
/
.conkyrc
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
conky.config = {
alignment='top_middle',
background=false,
gap_x=1850,
gap_y=50,
maximum_width=500,
double_buffer=true,
own_window=true,
own_window_type='dock',
own_window_title='conky',
own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual=true,
own_window_argb_value=100,
own_window_transparent=true,
update_interval=1,
use_xft=true,
font='DejaVu Sans Mono:size=16',
default_outline_color='white',
default_color='000000',
draw_shades=true,
default_shade_color='222222',
color0='fefefe',
color1='555555'
-- ${if_match "${exec deadbeef --nowplaying-tf "%isplaying%" 2>/dev/null }" >= "1"}
-- ${execi 1 deadbeef --nowplaying-tf "\[%playback_time%/%length%] %artist% - %title%"}
-- $endif
-- ${alignr}${texeci 300 ~/scripts/check-vk.sh}
-- ${texeci 6 ~/scripts/tasks.sh}
}
conky.text = [[
${alignc}${color0}${font DejaVu Sans Mono:size=70:bold}${time %H:%M:%S}${font}
${color0}
${color0}${font DejaVu Sans Mono:size=28}${time %A}${alignr} ${time %B, %d}${font}
${color0}
]]