Skip to content

Instantly share code, notes, and snippets.

@random-person-001
Created December 21, 2015 03:48
Show Gist options
  • Save random-person-001/f85cc95b2e64f978c366 to your computer and use it in GitHub Desktop.
Save random-person-001/f85cc95b2e64f978c366 to your computer and use it in GitHub Desktop.
random-person-001 stylized conkyrc with date, graph
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background no
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type normal
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color FFC299
#default_color 99C2FF #light blue
#default_color efefef#Whiteish
#default_color afffff#Darkish Cyan
#default_color 505050 # Grey
#default_color 656667 # (for use with icelandic lightning desktop) #Grey
#default_color 600000 # ) #Red
#default_color dad3be # (for use when background is yell-60.JPG, or similar) #White
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12 #12
gap_y 56 #56
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
times_in_seconds no
##############################################
# Output
##############################################
TEXT
# T I M E
# ${hr}
${font URW Chancery L:size=27}$alignc${time %H:%M:%S}${font URW Chancery L:size=15}
# ${time %A}$alignr${time %F}
$alignc${time %A %e %B %G}$font
S Y S T E M I N F O
${hr}
Host:$alignr$nodename
Uptime:$alignr$uptime
RAM: $alignr$mem / $memmax
Swap usage:$alignr$swap / $swapmax
Disk usage:$alignr${fs_used /} / ${fs_size /}
# Upload speed:$alignr$upspeed
#
# $cpugauge
#
# CPU usage:$alignr${cpu cpu0}%
# Internal Temp: $alignr$apcupsd_temp
# CPU:$alignr${freq} mhz
# Processes:$alignr$processes Running: $running_processes
#
# 002ED2
CPU: $cpu%$alignr${cpugraph 15, 140 E1A147 FF9F50}
# CPU: $cpu%$alignr${cpugraph 15, 140 47A1E1 509FFF} #blues to other blues
# CPU: $cpu%$alignr${cpugraph 15, 140 E4C498 DF9061} #Light tan to soft orange
# CPU: $cpu%$alignr${cpugraph 15, 140 222222 666666} #Blackish to Greey
# CPU: $cpu%$alignr${cpugraph 15, 140 222222 666666} #Dark Grey to light grey
# CPU: $cpu%$alignr${cpugraph 15, 140 270000 a51010} # DARK GREY TO DARK RED
# CPU: $cpu%$alignr${cpugraph 15, 140 911010 3d2828} # DARK RED TO GREY
# CPU: $cpu%$alignr${cpugraph 15, 140 502f00 eb9f34} # DARK TO LIGHT BROWN
# CPU: $cpu%$alignr${cpugraph 15, 140 ef00ff 492357} # VIBRANT TO DARK PURPLE
# RAM Usage:$alignr$memperc%
#
#
# Display temperature
Temperature (C): $alignr$acpitemp
#
#
# Show top proccess
Proccess $alignr PID CPU
${top name 1} $alignr${top pid 1} ${top cpu 1}%
${top name 2} $alignr${top pid 2} ${top cpu 2}%
${top name 3} $alignr${top pid 3} ${top cpu 3}%
#
#
#
${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=1225448&u=c" -o ~/.cache/weather.xml}
#
# $font ${color 500000} #A slightly darker red
# $font ${color 404040} #Darker grey
# $font ${color cfcfcf}#Light Grey
# $font ${color 91BDFF}#Light Blue
$font ${color FFBD91}#Orangish
S H O R T C U T K E Y S
${hr}
Alt+F2$alignr Run Dialog
Ctr+Alt+T$alignr Terminal
Super$alignr Main Menu
Super+Tab$alignr Client Menu
Super+l$alignr Lock Screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment