-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conky_ram1rc
81 lines (64 loc) · 1.73 KB
/
.conky_ram1rc
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
#######################
# - Conky settings - #
######################
background yes
update_interval 3
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 10240
imlib_cache_size 0
#############################
# - Window specifications - #
#############################
own_window_class Conky
own_window yes
own_window_type dock
own_window_argb_visual yes
own_window_argb_value 180
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
minimum_size 300 420
maximum_width 300
#minimum_size 200 250
#maximum_width 250
alignment tl
gap_x 970
gap_y 130
#########################
# - Graphics settings - #
#########################
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#####################
# - Text settings - #
#####################
use_xft yes
xftfont Ubuntu:light:size=10
xftalpha 0.8
uppercase no
# default_color FFFFFF
default_color DBDBDB
################
# - LUA Load - #
################
lua_load ~/.conky/scripts/conky_orange.lua
#lua_draw_hook_post main
############
# - Code - #
############
TEXT
${voffset 20}
${font Ubuntu:light:size=10:style=Bold}USAGE${alignr}$memperc%${font}
${goto 3}${font Ubuntu:light:size=10}${top_mem name 1}${alignr}${top_mem mem 1}%
${goto 3}${font Ubuntu:light:size=10}${top_mem name 2}${alignr}${top_mem mem 2}%
${goto 3}${font Ubuntu:light:size=10}${top_mem name 3}${alignr}${top_mem mem 3}%
${goto 3}${font Ubuntu:light:size=10}${top_mem name 4}${alignr}${top_mem mem 4}%
${goto 3}${font Ubuntu:light:size=10}${top_mem name 5}${alignr}${top_mem mem 5}%
${goto 3}${font Ubuntu:light:size=10}${top_mem name 6}${alignr}${top_mem mem 6}%