122 lines
3.7 KiB
Plaintext
122 lines
3.7 KiB
Plaintext
conky.config = {
|
|
-- For commands above TEXT check:
|
|
-- http://conky.sourceforge.net/config_settings.html
|
|
|
|
-- For commands available below TEXT check:
|
|
-- http://conky.sourceforge.net/variables.html
|
|
|
|
-- Bunsen Labs Conky help threads
|
|
-- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424
|
|
|
|
-- beta tested by: smacz
|
|
-- Enjoy! :)
|
|
|
|
-- pkill -xf "conky -q -c $HOME/.config/conky/MB-Text.conkyrc" &
|
|
--## Begin Window Settings #####################
|
|
own_window = true,
|
|
own_window_type = 'desktop',
|
|
own_window_transparent = true,
|
|
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
|
own_window_colour = '#000000',
|
|
own_window_class = 'Conky',
|
|
own_window_title = 'Mabox Branding Conky',
|
|
|
|
--## ARGB can be used for real transparency
|
|
--## NOTE that a composite manager is required for real transparency.
|
|
--## This option will not work as desired (in most cases) in conjunction with
|
|
--## own_window_type normal
|
|
-- own_window_argb_visual yes # Options: yes or no
|
|
|
|
--## When ARGB visuals are enabled, this use this to modify the alpha value
|
|
--## Use: own_window_type normal
|
|
--## Use: own_window_transparent no
|
|
--## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
|
|
-- own_window_argb_value 0
|
|
|
|
minimum_width = 320, minimum_height = 80,--## w|h
|
|
--maximum_width 180
|
|
|
|
gap_x = -100,--## l|r
|
|
gap_y = -113,--## u|d
|
|
|
|
alignment = 'bottom_right',
|
|
--###################### End Window Settings ###
|
|
--## Font Settings #############################
|
|
-- Use Xft (anti-aliased font and stuff)
|
|
use_xft = true,
|
|
|
|
font = 'Monospace:bold:size=9',
|
|
--xftfont Fantasque Sans Mono:bold:size=9
|
|
|
|
|
|
-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
|
|
xftalpha = 1,
|
|
-- Force UTF8? requires XFT ###
|
|
override_utf8_locale = true,
|
|
|
|
uppercase = false,
|
|
--######################## End Font Settings ###
|
|
--## Colour Settings ###########################
|
|
draw_shades = false,--yes
|
|
default_shade_color = '#000000',
|
|
draw_outline = false,
|
|
default_outline_color = '#000000',
|
|
|
|
--default_color 656667 # Waldorf original colour
|
|
--default_color 7a7a7a # Flame & Bunsen Grey
|
|
--default_color 929292 # Labs Grey
|
|
default_color = '#C0C0C0',-- Silver
|
|
color0 = '#B0E0E6',-- PowderBlue
|
|
color1 = '#778899',-- LightSlateGray
|
|
color2 = '#D8BFD8',-- Thistle
|
|
color3 = '#9ACD32',-- YellowGreen
|
|
color4 = '#FFA07A',-- LightSalmon
|
|
color5 = '#FFDEAD',-- NavajoWhite
|
|
color6 = '#00BFFF',-- DeepSkyBlue
|
|
color7 = '#5F9EA0',-- CadetBlue
|
|
color8 = '#BDB76B',-- DarkKhaki
|
|
color9 = '#CD5C5C',-- IndianRed
|
|
--###################### End Colour Settings ###
|
|
--## Borders Section ###########################
|
|
draw_borders = false,--yes
|
|
-- Stippled borders?
|
|
stippled_borders = 5,
|
|
-- border margins
|
|
border_inner_margin = 5,
|
|
border_outer_margin = 0,
|
|
-- border width
|
|
border_width = 2,
|
|
-- graph borders
|
|
-- draw_graph_borders yes
|
|
-- default_graph_size 15 40
|
|
--###################### End Borders Section ###
|
|
--## Miscellaneous Section #####################
|
|
-- Boolean value, if true, Conky will be forked to background when started.
|
|
background = true,
|
|
|
|
-- Adds spaces around certain objects to stop them from moving other things
|
|
-- around, this only helps if you are using a mono font
|
|
-- Options: right, left or none
|
|
use_spacer = 'none',
|
|
|
|
-- Subtract (file system) buffers from used memory?
|
|
no_buffers = true,
|
|
|
|
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
|
-- $image lots. Set to 0 to disable the image cache.
|
|
imlib_cache_size = 0,
|
|
|
|
-- Use the Xdbe extension? (eliminates flicker)
|
|
-- It is highly recommended to use own window with this one
|
|
-- so double buffer won't be so big.
|
|
double_buffer = true,
|
|
--################ End Miscellaneous Section ###
|
|
|
|
update_interval = 1,
|
|
|
|
};
|
|
|
|
conky.text = [[
|
|
${image $HOME/.config/conky/images/mabox.png}
|
|
]];
|