Skip to content

Instantly share code, notes, and snippets.

@dajare
Created May 30, 2012 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dajare/2839006 to your computer and use it in GitHub Desktop.
Save dajare/2839006 to your computer and use it in GitHub Desktop.
My .conkyrc file
# Conky, a system monitor, based on torsmo
#
# /* ** USE IN CONJUCTION WITH THE FOLLOWING SCRIPT
# I put this in HOME/.bin/conky_delay_start : perms set to make executable:
# Add this script to Autostart to run conky at bootup
# 8< -------
##!/bin/bash
##Conky start-up delay script
##Source: http://ubuntuforums.org/showthread.php?t=778131
#
# sleep 10 && conky;
#
# 8< -------
# ** */
# 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-2009 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/>.
#
# adapted from http://www.pclinuxos.com/forum/index.php/topic,74439.msg691138.html#msg691138
#
background no
use_xft yes
xftfont Ubuntu Mono:size=10
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_type conky
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
double_buffer yes
minimum_size 280 5
draw_shades no
draw_outline no
draw_graph_borders yes
stippled_borders 8
border_margin 1
border_width 1
maximum_width 230
default_color darkgrey
default_shade_color black
default_outline_color black
alignment middle_right
gap_x 1
gap_y 2
no_buffers yes
uppercase no
cpu_avg_samples 4
net_avg_samples 2
override_utf8_locale no
use_spacer no
TEXT
${color lemonchiffon}${alignc}Linux Mint 13 "Maya" Xfce
${color lightsteelblue}${alignc}$kernel on $machine
${font Ubuntu:style=Bold:size=12}${color gold}${alignc}${time %Y.%m.%d} ~ ${time %H:%M}${font}
${color lightsteelblue}${alignc}CPU: ${color lightsteelblue}$cpu% ${color lightsteelblue}CPU Temp: ${acpitemp}C
${color slategrey} ${cpugraph 24,200 708090 FFFACD -t}
${color lightsteelblue}${alignc}RAM Used:$mem ${color lightsteelblue}of $memmax
${color lightslategrey} ${membar 12,200}
${color lightsteelblue}${alignc}Processes:$color$processes ${color lightsteelblue}Running:$color$running_processes
${color lightsteelblue} Cpu usage CPU PID
${color darkgrey} ${top name 1} ${offset -50} ${top cpu 1} ${top pid 1}
${color darkgrey} ${top name 2} ${offset -50} ${top cpu 2} ${top pid 2}
${color darkgrey} ${top name 3} ${offset -50} ${top cpu 3} ${top pid 3}
${color darkgrey} ${top name 4} ${offset -50} ${top cpu 4} ${top pid 4}
${color darkgrey} ${top name 5} ${offset -50} ${top cpu 5} ${top pid 5}
${color darkgrey} ${top name 6} ${offset -50} ${top cpu 5} ${top pid 6}
${color darkgrey} ${top name 7} ${offset -50} ${top cpu 5} ${top pid 7}
${color lightsteelblue} Mem usage
${color darkgrey} ${top_mem name 1} ${offset -50} ${top_mem mem 1} ${top pid 1}
${color darkgrey} ${top_mem name 2} ${offset -50} ${top_mem mem 2} ${top pid 2}
${color darkgrey} ${top_mem name 3} ${offset -50} ${top_mem mem 3} ${top pid 3}
${color darkgrey} ${top_mem name 4} ${offset -50} ${top_mem mem 4} ${top pid 4}
${color darkgrey} ${top_mem name 5} ${offset -50} ${top_mem mem 5} ${top pid 5}
${color darkgrey} ${top_mem name 6} ${offset -50} ${top_mem mem 6} ${top pid 6}
${color darkgrey} ${top_mem name 7} ${offset -50} ${top_mem mem 7} ${top pid 7}
${color darkgrey} ${top_mem name 8} ${offset -50} ${top_mem mem 8} ${top pid 8}
${alignc}Workspace: ${font :bold:size=8}${color gold}${if_match ${desktop}==1}1${endif}${if_match ${desktop}==2}2${endif}${font}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment