minor
This commit is contained in:
29
.config/conky/conky_nets
Normal file
29
.config/conky/conky_nets
Normal file
@@ -0,0 +1,29 @@
|
||||
conky.config = {
|
||||
alignment = 'left',
|
||||
gap_x = 40,
|
||||
gap_y = 80,
|
||||
background = true,
|
||||
update_interval = 3.0,
|
||||
double_buffer = true,
|
||||
use_xft = true,
|
||||
font = 'DejaVu Sans Mono:size=11',
|
||||
own_window = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'override',
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_transparent = false,
|
||||
own_window_argb_visual = true,
|
||||
own_window_argb_value = 0,
|
||||
maximum_width = 450,
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
top_name_width = 200,
|
||||
default_color = 'red',
|
||||
|
||||
lua_load = './nets.lua',
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${lua_parse get_network_info}
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user