forked from kochd/conky-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconkyrc
More file actions
100 lines (87 loc) · 3.62 KB
/
conkyrc
File metadata and controls
100 lines (87 loc) · 3.62 KB
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
90
91
92
93
94
95
96
97
98
99
100
# Conky settings #
temperature_unit celsius
default_color FFFFFF
text_buffer_size 1024
minimum_size 300 768
alignment middle_right
background no
border_width 0
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
use_xft yes
xftfont Digitalix:size=5
gap_x 5
gap_y 0
minimum_size 5 5
maximum_width 300
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type normal
own_window_transparent true
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
own_window_argb_value 0
#own_window_argb_value 255
stippled_borders 0
update_interval 1
update_interval_on_battery 7
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
short_units no
#max_user_text 24000
top_name_width 15
# Lua Load #
lua_load ~/git/conky-lua/clock_rings.lua
lua_draw_hook_pre clock_rings
TEXT
${voffset 8}${color 00ff00}${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 00ff00}${hr}
${voffset 150}${font Caviar Dreams:size=10}${alignr}NVidia Optimus: ${color}${execi 60 cat /proc/acpi/bbswitch | awk '{print $2}'}
${alignr}Temp${font}
${font Caviar Dreams:size=12}${color FFFFFF}${alignr}${execi 900 lynx -source http://www.wetter.com/wetter_aktuell/aktuelles_wetter/deutschland/kaiserslautern/DE0005230.html | grep °C | head -n1 | sed 's/ //g'}${font}
#${image ~/.conky/debian-logo.png -p 68,120 -s 60x60}
${color FFFFFF}${goto 42}${voffset 25}${battery_percent}${goto 80}${alignr}Time left:
${color 00ff00}${goto 4}${voffset 5}Battery${goto 80}${alignr}${battery_time}
${goto 70}${stippled_hr}
#
${goto 105}${color FFFFFF}${voffset 5}${alignr}Temp: ${color 00FF00}${hwmon temp 1} °C
${color FFFFFF}${goto 67}${voffset 8}${cpu cpu0}%${goto 105}${color FFFFFF}${alignr}Freq: ${color 00FF00}${freq}Mhz
${color 00ff00}${goto 43}${voffset 9}CPU${goto 105}${color FFFFFF}${alignr}Load: ${color 00FF00}${loadavg 1,2,3}
${goto 95}${stippled_hr}
#
${color FFFFFF}${goto 42}${voffset 22}${memperc}%${goto 117}${swapperc}%
${color 00ff00}${goto 18}${voffset 6}RAM${goto 85}Swap
${goto 145}${stippled_hr}
#
${goto 115}${alignr}${diskiograph /dev/sda 15,80 00CC00 00FF00 -t}
${color FFFFFF}${goto 65}${voffset 0}${fs_used_perc /}%${goto 115}${color FFFFFF}${alignr}Read: ${color 00FF00}${diskio_read /dev/sda}
${color 00ff00}${goto 35}${voffset 5}Root${goto 115}${color FFFFFF}${alignr}Write: ${color 00FF00}${diskio_write /dev/sda}
${goto 95}${stippled_hr}
#
${color FFFFFF}${goto 42}${voffset 24}${fs_used_perc /home}%
${color 00ff00}${goto 12}${voffset 5}Home
#
${font digitalix:size=4}
${color FFFFFF}${goto 60}${voffset 23}${downspeed wlan0}${color FFFFFF}${goto 120}${downspeed eth0}
${color FFFFFF}${goto 58}${voffset 5}${upspeed wlan0}${color FFFFFF}${goto 120}${upspeed eth0}
${font}${color 00ff00}${goto 39}${voffset 5}wlan0${font}${color 00ff00}${goto 95}eth0
${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 00ff00}${font Caviar Dreams:size=8}${alignr}${nodename}
${color 00ff00}${font Caviar Dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
${color 00ff00}${font Caviar Dreams:size=8}${alignr}Kernel: ${kernel}