-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathSyrma2.conf
75 lines (67 loc) · 2.29 KB
/
Syrma2.conf
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
conky.config = {
--==============================================================================
-- 2021/06/14
-- this is for conky version 1.10.8 or newer
--
-- SHERATAN - Conky theme
-- author : Khiky-Merveilles
-- license : Distributed under the terms of GNU GPL version 3 or later
-- notes : Created on 1366x768 Monitor
--==============================================================================
-- Size and Position settings --
alignment = 'middle_middle',
gap_x = -300,
gap_y = -15,
maximum_width = 200,
minimum_height = 400,
minimum_width = 200,
-- Text settings --
use_xft = true,
font = 'Comfortaa:size=9',
-- Color Settings --
default_color = 'white',
default_outline_color = 'black',
default_shade_color = 'black',
color1 = '#8D8D8D',
-- Window Settings --
background = false,
border_width = 1,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
own_window = true,
own_window_colour = '000000',
own_window_class = 'Conky',
own_window_argb_visual = false,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
stippled_borders = 0,
-- Others --
cpu_avg_samples = 2,
net_avg_samples = 2,
double_buffer = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
}
conky.text = [[
${offset 0}${voffset 10}${color}${font Bebas Neue:size=16}SYSTEM INFO :
${offset 0}${color}${font Bebas Neue:size=16}---------------------------------
${offset 0}${voffset 2}${color}${font Bebas Neue:size=15}CPU ${alignr}${cpu cpu0}%
${offset 0}${voffset 0}${cpubar cpu0 7,200}
${offset 0}${voffset 10}${color}${font Bebas Neue:size=15}RAM ${alignr}${memperc}%
${offset 0}${voffset 0}${membar 7,200}
${offset 0}${voffset 10}${color}${font Bebas Neue:size=15}SWAP ${alignr}${swapperc}%
${offset 0}${voffset 0}${swapbar 7,200}
${offset 0}${voffset 10}${color}${font Bebas Neue:size=15}FILE SYSTEM${alignr}${fs_used}
${offset 0}${voffset 0}${fs_bar 7,200}
${offset 0}${voffset 10}${color}${font Bebas Neue:size=15}BATTERY${alignr}${battery_percent BAT0}%
${offset 0}${voffset 0}${battery_bar 7,200 BAT0}
]]