-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyrc
85 lines (62 loc) · 2.34 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
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
# Conky settings #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
#imlib_cache_size 0
temperature_unit fahrenheit
# Window specifications #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 200 250
maximum_width 200
alignment tr
gap_x 35
gap_y 55
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
xftfont Caviar Dreams:size=8
xftalpha 0.5
uppercase no
temperature_unit celsius
default_color FFFFFF
# Lua Load #
lua_load ~/.lua/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings
TEXT
${voffset 8}${color 336699}${font Caviar Dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font Caviar Dreams:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color FFFFFF}${font Caviar Dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font Caviar Dreams:size=20}${time %Y}${font}${color 336699}${hr}
${voffset 140}${font Caviar Dreams:size=10}${alignr}${font}
${font Caviar Dreams:size=12}${color FFFFFF}${alignr}${font}
${color FFFFFF}${goto 40}${voffset 32}${cpu cpu0}%
${color 336699}${goto 40}CPU
${color FFFFFF}${goto 63}${voffset 25}${memperc}%
${color 336699}${goto 63}RAM
${color FFFFFF}${goto 91}${voffset 23}${swapperc}%
${color 336699}${goto 85}Swap
${color FFFFFF}${goto 114}${voffset 24}${fs_used_perc /}%
${color 336699}${goto 114}Disk
${color FFFFFF}${goto 136}${voffset 25}${battery_percent BAT0}%
${color FFFFFF}${goto 136}${battery_percent BAT1}%
${color 336699}${goto 125}Bat
${color FFFFFF}${font Caviar Dreams:size=8}Uptime: ${uptime_short}
${color FFFFFF}${font Caviar Dreams:size=8}Processes: ${processes}
${color FFFFFF}${font Caviar Dreams:size=8}Running: ${running_processes}
${color FFFFFF}${font Caviar Dreams:size=8}Battery 0: ${battery_percent BAT0}%-${battery_bar BAT0}
${color FFFFFF}${font Caviar Dreams:size=8}Battery 1: ${battery_percent BAT1}%-${battery_bar BAT1}
${color 336699}${font Caviar Dreams:size=8}${alignr}${nodename}
${color 336699}${font Caviar Dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
${color 336699}${font Caviar Dreams:size=8}${alignr}Kernel: ${kernel}