View conkytoggle
#CONKY TOGGLE INSTRUCTIONS [turn your conky on/off with a keyboard shortcut] | |
#Code borrowed from several forums... don't quite rememeber where I found it exactly ;) | |
#Better used with GNU/Linux CrunchBang <3 #! http://crunchbang.org/donate | |
--------------------------------------------------------------- | |
#1) Paste the following uncommented line into a blank file: | |
if pgrep conky; then pkill conky; else conky; fi |
View conky-horizontal-bottom2
# Conky CONFIG FILE [Horizontal / Bottom 2] | |
# Used alongside panel with systray (tint2, xfce4-panel, lxpanel...) | |
background no | |
use_xft yes | |
xftfont Liberation Sans:size=8 | |
update_interval 3.0 | |
total_run_times 0 | |
own_window_argb_visual |
View conky-vertical-panel
#Conky CONFIG FILE [Vertical / Panel] | |
background yes | |
use_xft yes | |
xftfont Ubuntu Regular:size=5 | |
xftalpha 1 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type desktop |
View conky-desktop-layer
#Conky CONFIG FILE [Desktop / Layer] | |
background yes | |
use_xft yes | |
xftfont Ubuntu Regular:size=9 | |
xftalpha 1 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type desktop |
View tint2-horizontal-panel
#TINT2 CONFIG FILE [Horizontal] | |
# Backgrounds | |
# Background 1: | |
rounded = 0 | |
border_width = 0 | |
background_color = #000000 0 | |
border_color = #000000 0 | |
background_color_hover = ##383C4A 100 | |
border_color_hover = #383C4A 100 |
View tint2-vertical-panel
# TINT2 CONFIG FILE [Vertical] | |
#------------------------------------- | |
# Gradients | |
#------------------------------------- | |
# Backgrounds | |
# Background 1: Battery, Clock, Systray | |
rounded = 0 | |
border_width = 0 | |
border_sides = TBLR |
View conky-horizontal-bottom1
# Conky CONFIG FILE [Horizontal / Bottom] | |
# Used alongside panel with systray (tint2, xfce4-panel, lxpanel...) | |
background yes | |
use_xft yes | |
xftfont PT Sans:size=10 | |
xftalpha 1 | |
total_run_times 0 | |
own_window yes |
View conky-minimal-box
#CONKY CONFIG FILE [Minimal / Box] | |
Better used with GNU/Linux CrunchBang <3 #! http://crunchbang.org/donate | |
background no | |
use_xft yes | |
xftfont Ubuntu:size=6 | |
update_interval 1.8 | |
total_run_times 0 |