update positioning/size
This commit is contained in:
parent
789c82942e
commit
d2decf75a4
|
@ -27,21 +27,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
conky.config = {
|
||||
lua_load = '~/.config/conky/functions.lua',
|
||||
xinerama_head=1,
|
||||
alignment = 'top_left',
|
||||
alignment = 'bm',
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '544647',
|
||||
default_color = '5d5151',
|
||||
default_outline_color = '000000',
|
||||
default_shade_color = '000000',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
draw_shades = true,
|
||||
use_xft = true,
|
||||
font = 'xos4 Terminus:size=22',
|
||||
gap_x = 12,
|
||||
gap_y = 125,
|
||||
font = 'xos4 Terminus:size=12',
|
||||
gap_x = 0,
|
||||
gap_y = 80,
|
||||
net_avg_samples = 2,
|
||||
double_buffer = true,
|
||||
no_buffers = true,
|
||||
|
|
Loading…
Reference in New Issue