-
Notifications
You must be signed in to change notification settings - Fork 1
/
conkyrc
89 lines (66 loc) · 2.37 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
86
87
88
89
# Conky settings #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers no
text_buffer_size 2048
imlib_cache_size 0
temperature_unit fahrenheit
# Window specifications #
own_window yes
own_window_class Conky
own_window_type normal
own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 0
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
minimum_size 200 250
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 ubuntu:size=8
xftalpha 0.5
uppercase no
temperature_unit fahrenheit
default_color FFFFFF
# Lua Load #
lua_load ~/.config/conky/ubuntu-lua/clock_rings.lua
lua_draw_hook_pre clock_rings
TEXT
${voffset 8}${color FF6600}${font ubuntu:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font ubuntu:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color FFFFFF}${font ubuntu:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font ubuntu:size=20}${time %Y}${font}${color FF6600}${hr}
${voffset 140}${font ubuntu:size=10}${color FF6600}${alignr}HOME${font}
${font ubuntu:size=12}${color FFFFFF}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KAKQ temperature temperature 30} °F${font}
${color FFFFFF}${goto 25}${voffset 45}${cpu cpu0}%
${color FF6600}${goto 25}CPU
${color FFFFFF}${goto 50}${voffset 25}${memperc}%
${color FF6600}${goto 50}RAM
${color FFFFFF}${goto 75}${voffset 25}${swapperc}%
${color FF6600}${goto 75}Swap
${color FFFFFF}${goto 100}${voffset 23}${fs_used_perc /}%
${color FF6600}${goto 100}Disk
${color FFFFFF}${goto 125}${voffset 23}${downspeed eth0}
${color FFFFFF}${goto 125}${upspeed eth0}
${color FF6600}${goto 125}Eth
${color FFFFFF}${goto 150}${voffset 13}${downspeed wlan0}
${color FFFFFF}${goto 150}${upspeed wlan0}
${color FF6600}${goto 150}WiFi
${voffset -30}
${color FFFFFF}${font ubuntu:size=8}Uptime: ${uptime_short}
${color FFFFFF}${font ubuntu:size=8}Processes: ${processes}
${color FFFFFF}${font ubuntu:size=8}Running: ${running_processes}
${color FF6600}${font ubuntu:size=8}${alignr}${nodename}
${color FF6600}${font ubuntu:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
${color FF6600}${font ubuntu:size=8}${alignr}Kernel: ${kernel}