Skip to content

Instantly share code, notes, and snippets.

@NrI3
Created April 1, 2018 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NrI3/ca92adcd9364e6e68233139ed0ece26f to your computer and use it in GitHub Desktop.
Save NrI3/ca92adcd9364e6e68233139ed0ece26f to your computer and use it in GitHub Desktop.
Conky theme debian xfce
# install conky
apt-get install conky-all
# Configure theme
# Save file as: .conkyrc
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 500
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 60
gap_y 100
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
TEXT
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}%
# configure conky autostart
clic(r) - Applitacion - Configuration - Start and Session
Application autostart
add
name: conky
description: optional
run: conky
close
close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment