Skip to content

Instantly share code, notes, and snippets.

@discomplex
discomplex / conkytoggle
Last active January 5, 2021 09:25
CONKY TOGGLE INSTRUCTIONS [turn your conky on/off with a keyboard shortcut]
#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
@discomplex
discomplex / conky-minimal-box
Last active January 2, 2016 19:29
#CONKY CONFIG FILE [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
@discomplex
discomplex / conky-horizontal-bottom2
Last active December 17, 2020 14:24
CONKY CONFIG FILE [Horizontal / Bottom 2]
# 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
@discomplex
discomplex / conky-horizontal-bottom1
Last active November 9, 2019 13:25
CONKY CONFIG FILE [Horizontal / Bottom 1]
# 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
@discomplex
discomplex / tint2-vertical-panel
Created November 9, 2019 13:32
TINT2 CONFIG FILE [Vertical]
# TINT2 CONFIG FILE [Vertical]
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Battery, Clock, Systray
rounded = 0
border_width = 0
border_sides = TBLR
@discomplex
discomplex / tint2-horizontal-panel
Created November 9, 2019 13:34
TINT2 CONFIG FILE [Horizontal]
#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
@discomplex
discomplex / conky-vertical-panel
Last active November 9, 2019 13:50
Conky CONFIG FILE [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
@discomplex
discomplex / conky-desktop-layer
Last active November 9, 2019 13:50
Conky CONFIG FILE [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