-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconky.conf
More file actions
68 lines (56 loc) · 2.53 KB
/
Copy pathconky.conf
File metadata and controls
68 lines (56 loc) · 2.53 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
--[[
#=====================================================================================
# aureola
# Date : 15/03/2017
# Author : Erik Dubois at http://www.erikdubois.be
# Version : v1.9.1
# License : Distributed under the terms of GNU GPL version 2 or later
# Documentation : http://erikdubois.be/category/linux/aureola/
#======================================================================================
#======================================================================================
#
# Source : https://github.com/akshendra/octupi-conky from akshendra octupi
#
#======================================================================================
]]
conky.config = {
use_xft = true,
font = '123:size=8',
xftalpha = 0.1,
update_interval = 1,
total_run_times = 0,
own_window_class = 'Conky',
own_window = true,
own_window_type = 'override',
own_window_transparent = true,
own_window_hints = 'undecorated,below, sticky,skip_taskbar,skip_pager',
own_window_colour = '#000000',
own_window_argb_visual = true,
own_window_argb_value = 145,
background = true,
double_buffer = true,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'white',
default_shade_color = 'blue',
default_outline_color = 'blue',
alignment = 'bottom_left',
gap_x = 20,
gap_y = 60,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 1,
override_utf8_locale = true,
use_spacer = 'left',
color1 = 'EAEAEA',
color2 = '5294E2',
minimum_width = 0, minimum_height = 0,
};
conky.text = [[
${color1}${font GE Inspira:pixelsize=128}${time %I:%M}${font GE Inspira:pixelsize=24}${color2}${time %p}${font}${voffset -80}${offset 80}${font GE Inspira:pixelsize=48}${color1}${time %d} ${font GE Inspira:pixelsize=24}${color2}${time %b}${font}${font GE Inspira:pixelsize=64}${offset -200}${color1}${time %A}${font}
${offset 12}${font Ubuntu:pixelsize=13}${color2}Root ${offset 9}$color${fs_free /} / ${fs_size /}${offset 15}${color2}RAM ${offset 9}$color$mem / $memmax${offset 15}${color2}CPU ${offset 9}$color${cpu cpu0}-${cpu cpu1}-${cpu cpu2}-${cpu cpu3}%
${voffset 1}${offset 12}${font Ubuntu:pixelsize=13}${color2}Data ${offset 9}$color${fs_free /} / ${fs_size /}${offset 21}${color2}Swap ${offset 9}$color$swap / $swapmax ${offset 35}${font Ubuntu:pixelsize=24}charlie${font Ubuntu:pixelsize=20}${color2}@pyeongtek
]];