-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbottom_panel.conf
More file actions
48 lines (40 loc) · 1.41 KB
/
bottom_panel.conf
File metadata and controls
48 lines (40 loc) · 1.41 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
-- SPDX-FileCopyrightText: Robert Ryszard Paciorek <rrp@opcode.eu.org>
-- SPDX-License-Identifier: MIT
conky.config = {
alignment = 'bottom_right',
gap_x = 0,
gap_y = 0,
border_width = 0,
own_window = true,
own_window_class = 'ConkyBottomPanel',
own_window_type = 'normal',
own_window_hints = 'undecorated,sticky,above,skip_taskbar,skip_pager',
own_window_argb_value = 100,
own_window_argb_visual = true,
background = false,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_wayland = false,
out_to_x = true,
double_buffer = true,
update_interval = 0.25,
net_avg_samples = 1,
cpu_avg_samples = 1,
minimum_height = 50, -- 58 real size for some reasons
minimum_width = 650,
lua_load = os.getenv( "HOME" ) .. '/.config/conky/bottom_panel.lua',
lua_mouse_hook = 'event_handler',
lua_draw_hook_post = 'draw',
font = 'DejaVu Sans Mono:size=9',
show_graph_scale = true,
short_units = true,
use_xft = true,
}
no_lua_stats_text = [[
${voffset 200}
${goto 0}${memgraph 40,64}${goto 64}${cpugraph 40,64}${goto 128}${downspeedgraph br0 40,65 ff0000 ff0000}${goto 128}${upspeedgraph br0 40,65 00ff00 ff0000}
${voffset -8}${goto 0}${lua oncenter 9 ${mem}}${goto 64}${lua oncenter 9 ${cpu} %}${goto 128}${lua oncenter 9 ${downspeed br0}/${upspeed br0}}
]]
conky.text = [[
]]