Conky: Clean up config file
Removed a bunch of settings that still sat at their defaults Also removed the copyright notice, since that's not very relevant if you're just downloading my config
This commit is contained in:
parent
c8845103bb
commit
044f3fe731
@ -1,36 +1,20 @@
|
|||||||
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
|
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
|
||||||
--[[
|
|
||||||
Conky, a system monitor, based on torsmo
|
|
||||||
|
|
||||||
Any original torsmo code is licensed under the BSD license
|
|
||||||
|
|
||||||
All code written since the fork of torsmo is licensed under the GPL
|
|
||||||
|
|
||||||
Please see COPYING for details
|
|
||||||
|
|
||||||
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
|
|
||||||
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
]]
|
|
||||||
|
|
||||||
conky.config = {
|
conky.config = {
|
||||||
|
own_window = true,
|
||||||
|
own_window_class = 'Conky',
|
||||||
|
own_window_type = 'desktop',
|
||||||
|
own_window_colour = '282828',
|
||||||
|
|
||||||
|
double_buffer = true,
|
||||||
|
cpu_avg_samples = 2,
|
||||||
|
net_avg_samples = 2,
|
||||||
|
no_buffers = true,
|
||||||
|
update_interval = 1,
|
||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'xos4 Terminus:size=9',
|
font = 'xos4 Terminus:size=9',
|
||||||
default_color = '#d5c4a1',
|
default_color = '#d5c4a1',
|
||||||
default_outline_color = '#d5c4a1',
|
|
||||||
default_shade_color = '#282828',
|
|
||||||
color1 = '282828',
|
color1 = '282828',
|
||||||
color2 = 'd5c4a1',
|
color2 = 'd5c4a1',
|
||||||
color3 = '665c54',
|
color3 = '665c54',
|
||||||
@ -39,38 +23,15 @@ conky.config = {
|
|||||||
color8 = '458588',
|
color8 = '458588',
|
||||||
color9 = 'b16286',
|
color9 = 'b16286',
|
||||||
|
|
||||||
own_window = true,
|
|
||||||
own_window_class = 'Conky',
|
|
||||||
own_window_type = 'desktop',
|
|
||||||
own_window_colour = '282828',
|
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'bottom_right',
|
||||||
minimum_height = 550,
|
minimum_height = 100,
|
||||||
minimum_width = 300,
|
minimum_width = 300,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 20,
|
gap_x = 20,
|
||||||
gap_y = 20,
|
gap_y = 20,
|
||||||
|
|
||||||
double_buffer = true,
|
|
||||||
draw_borders = false,
|
|
||||||
draw_graph_borders = true,
|
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
draw_shades = false,
|
draw_shades = false
|
||||||
|
|
||||||
format_human_readable = true,
|
|
||||||
|
|
||||||
cpu_avg_samples = 2,
|
|
||||||
net_avg_samples = 2,
|
|
||||||
no_buffers = true,
|
|
||||||
out_to_console = false,
|
|
||||||
out_to_stderr = false,
|
|
||||||
extra_newline = false,
|
|
||||||
stippled_borders = 0,
|
|
||||||
update_interval = 1,
|
|
||||||
uppercase = false,
|
|
||||||
use_spacer = 'none',
|
|
||||||
show_graph_scale = false,
|
|
||||||
show_graph_range = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
|
Loading…
Reference in New Issue
Block a user