-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.conkyrc
43 lines (37 loc) · 1.44 KB
/
.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
#!/usr/bin/conky -q
## .conkyrc configuration
use_xft yes
xftalpha 0.1
xftfont Freesans:size=8
alignment top_left
background yes
update_interval 1
total_run_times 0
own_window yes
own_window_argb_visual true
own_window_transparent true
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 620
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
gap_x 120
gap_y 100
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer right
TEXT
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -180}${time %A}${font}
${voffset 1}${offset 12}${font Ubuntu:pixelsize=20}${color FFA300}Kernel ${offset 9}$color$kernel $machine
${voffset 1}${offset 12}${font Ubuntu:pixelsize=20}${color FFA300}CPU ${offset 9}$color${cpu cpu0} %${offset 32}${color FFA300}RAM ${offset 9}$color$memperc %
${voffset 1}${offset 12}${font Ubuntu:pixelsize=20}${color FFA300}File System ${offset 9}$color${fs_used /} / ${fs_size /}
${voffset 1}${offset 12}${font Ubuntu:pixelsize=20}${color FFA300}Home ${offset 58}$color${fs_used /home} / ${fs_size /home}