This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TINT2 CONFIG FILE [Vertical] | |
#------------------------------------- | |
# Gradients | |
#------------------------------------- | |
# Backgrounds | |
# Background 1: Battery, Clock, Systray | |
rounded = 0 | |
border_width = 0 | |
border_sides = TBLR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |