Created
March 4, 2014 00:28
-
-
Save nicwest/9337733 to your computer and use it in GitHub 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
#!/bin/bash | |
sleep 0 && # 0 good for Xfce - use 20 to 30 for Gnome | |
source /home/nic/Conky/conky.sh |
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
#!/bin/bash | |
# Kill Conky If Running | |
test -z "`pgrep conky`" || killall -9 conky | |
# The directory of conkyrcs | |
conky_dir="/home/nic/Conky/conkyrc" | |
# The command for start conkys | |
START="conky -d -c" | |
# The Conkys | |
sleep 2 | |
$START $conky_dir/cpu | |
sleep 0.2 | |
$START $conky_dir/time | |
sleep 0.2 | |
$START $conky_dir/mem | |
sleep 0.2 | |
$START $conky_dir/disk | |
sleep 0.2 | |
$START $conky_dir/net |
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
# — SETTINGS — # | |
background no | |
update_interval 0.5 | |
cpu_avg_samples 2 | |
net_avg_samples 2 | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 1024 | |
# — WINDOW — # | |
own_window yes | |
own_window_type conky | |
own_window_transparent yes | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
# — BORDER — # | |
border_inner_margin 1 | |
border_outer_margin 1 | |
# — SIZE — # | |
minimum_size 185 | |
maximum_width 185 | |
# — ALIGNMENT — # | |
alignment top_middle | |
gap_x 770 | |
gap_y 30 | |
# — GRAPHIC — # | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
#default_bar_size 40 8 | |
#default_shade_color | |
#own_window_colour 808080 | |
# — TEXT — # | |
use_xft yes | |
xftfont Ubuntu Sans:size=7:light | |
xftalpha 0.8 | |
uppercase no | |
override_utf8_locale yes | |
default_color FFFFFF | |
# — LUA — # | |
#lua_load ~/Conky/bgcolor/bg.lua | |
#lua_draw_hook_pre conky_draw_bg | |
# — Colors — # | |
color1 FFFFFF | |
TEXT | |
${offset -2}${font FontAwesome:size=18}${voffset -3}${offset 2}${font Ubuntu Sans:size=16:condensed:bold}$color1${goto 30}${cpu cpu0}${goto 60}${color}%${color1}${goto 90}${font}${voffset -10}${top name 1}${alignr}${top cpu 1}$color | |
${goto 90}${top name 2}${alignr}${top cpu 2} | |
${goto 90}${top name 3}${alignr}${top cpu 3} | |
${voffset -10}$color1${cpugraph 15,80}$color${goto 90}${voffset 10}${top name 4}${alignr}${top cpu 4}${voffset -25} |
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
# — SETTINGS — # | |
background no | |
update_interval 0.5 | |
cpu_avg_samples 2 | |
net_avg_samples 2 | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 1024 | |
# — WINDOW — # | |
own_window yes | |
own_window_type conky | |
own_window_transparent yes | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
# — BORDER — # | |
border_inner_margin 1 | |
border_outer_margin 1 | |
# — SIZE — # | |
minimum_size 125 | |
maximum_width 125 | |
# — ALIGNMENT — # | |
alignment top_middle | |
gap_x 450 | |
gap_y 30 | |
# — GRAPHIC — # | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
#default_bar_size 40 8 | |
#default_shade_color | |
#own_window_colour 808080 | |
# — TEXT — # | |
use_xft yes | |
xftfont Ubuntu Sans:size=7:light | |
xftalpha 0.8 | |
uppercase no | |
override_utf8_locale yes | |
default_color FFFFFF | |
# — LUA — # | |
#lua_load ~/Conky/bgcolor/bg.lua | |
#lua_draw_hook_pre conky_draw_bg | |
# — Colors — # | |
color1 FFFFFF | |
TEXT | |
${offset 2}${font FontAwesome:size=16}${voffset -6}${goto 30}${font}Root${goto 70}${voffset -4}${offset 2}${font FontAwesome:size=16}${voffset -6}${font}${goto 97}Nic | |
${offset 2}${voffset 1}${fs_bar 3,18 /}${goto 30}${voffset -4}${font Ubuntu Sans:size=9:condensed:bold}$color1${fs_used_perc /} %$color${goto 70}${offset 2}${voffset 3}${fs_bar 3,18 /media/nic}${goto 97}${voffset -3}$color1${fs_used_perc /media/nic} %$color | |
${offset 2}${voffset 3}${font Ubuntu Sans:size=7:condensed}I/O » $color1${diskio}$color${alignr 5}${diskiograph 8,30} |
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
# — SETTINGS — # | |
background no | |
update_interval 1 | |
cpu_avg_samples 2 | |
net_avg_samples 2 | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 1024 | |
imlib_cache_size 0 | |
# — WINDOW — # | |
own_window yes | |
own_window_type conky | |
own_window_transparent yes | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
# — BORDER — # | |
border_inner_margin 2 | |
border_outer_margin 1 | |
border_width 1 | |
# — SIZE — # | |
minimum_size 135 | |
maximum_width 135 | |
default_bar_size 150 4 | |
# — ALIGNMENT — # | |
alignment top_middle | |
gap_x 280 | |
gap_y 31 | |
# — GRAPHIC — # | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders yes | |
#default_shade_color | |
#default_outline_color 909090 | |
#own_window_colour 808080 | |
# — TEXT — # | |
use_xft yes | |
xftfont Ubuntu Sans:size=7:light | |
xftalpha 1.0 | |
uppercase no | |
override_utf8_locale yes | |
default_color FFFFFF | |
# — LUA — # | |
#lua_load ~/Conky/bgcolor/bg.lua | |
#lua_draw_hook_pre conky_draw_bg | |
# — Colors — # | |
color1 FFFFFF | |
TEXT | |
${offset -2}${font FontAwesome:size=18}${voffset -3}${offset 5}${font Ubuntu Sans:size=16:condensed:bold}$color1${memperc}$color%${font}${goto 90}${voffset -8}$color1${mem}$color${voffset 9}${goto 90}${membar 3,40}${voffset -8} | |
${voffset 15}${goto 5}${font FontAwesome:size=10}${font}${offset 9}${voffset -2} SWAP » $color1${swapperc}%$color - $color1$swap$color | |
${voffset -4} |
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
# — SETTINGS — # | |
background no | |
update_interval 0.5 | |
cpu_avg_samples 2 | |
net_avg_samples 2 | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 1024 | |
# — WINDOW — # | |
own_window yes | |
own_window_type conky | |
own_window_transparent yes | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
# — BORDER — # | |
border_inner_margin 1 | |
border_outer_margin 1 | |
# — SIZE — # | |
minimum_size 125 | |
maximum_width 125 | |
# — ALIGNMENT — # | |
alignment top_middle | |
gap_x 600 | |
gap_y 30 | |
# — GRAPHIC — # | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
#default_bar_size 40 8 | |
#default_shade_color | |
#own_window_colour 808080 | |
# — TEXT — # | |
use_xft yes | |
xftfont Ubuntu Sans:size=7:light | |
xftalpha 0.8 | |
uppercase no | |
override_utf8_locale yes | |
default_color FFFFFF | |
# — LUA — # | |
#lua_load ~/Conky/bgcolor/bg.lua | |
#lua_draw_hook_pre conky_draw_bg | |
# — Colors — # | |
color1 FFFFFF | |
TEXT | |
${voffset 3}${font FontAwesome:size=14}${font}${goto 25}${voffset -10}${upspeed eth0} | |
${goto 25}${voffset -1}${font Ubuntu Sans:size=7:condensed:bold}$color1${totalup eth0}$font${goto 92}${voffset -12}${upspeedgraph eth0 15,30}$color | |
${voffset 0}${font FontAwesome:size=14}${font}${goto 25}${voffset -10}${downspeed eth0}${alignr 5} | |
${goto 25}${voffset -1}${font Ubuntu Sans:size=7:condensed:bold}$color1${totaldown eth0}$font${goto 92}${voffset -12}${downspeedgraph eth0 15,30}$color${voffset -27} |
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
# — SETTINGS — # | |
background no | |
update_interval 1 | |
cpu_avg_samples 2 | |
net_avg_samples 2 | |
double_buffer yes | |
no_buffers yes | |
text_buffer_size 1024 | |
imlib_cache_size 0 | |
# — WINDOW — # | |
own_window yes | |
own_window_type conky | |
own_window_transparent yes | |
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below | |
# — BORDER — # | |
border_inner_margin 1 | |
border_outer_margin 1 | |
border_width 1 | |
# — SIZE — # | |
minimum_size 195 | |
maximum_width 195 | |
default_bar_size 150 4 | |
# — ALIGNMENT — # | |
alignment top_middle | |
gap_x 60 | |
gap_y 30 | |
# — GRAPHIC — # | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders yes | |
#default_shade_color | |
#default_outline_color 909090 | |
#own_window_colour 808080 | |
# — TEXT — # | |
use_xft yes | |
xftfont Ubuntu Sans:size=7:light | |
xftalpha 1.0 | |
uppercase no | |
override_utf8_locale yes | |
default_color FFFFFF | |
# — LUA — # | |
#lua_load ~/Conky/bgcolor/bg.lua | |
#lua_draw_hook_pre conky_draw_bg | |
# — Colors — # | |
color1 FFFFFF | |
TEXT | |
${font Ubuntu Sans:size=16:condensed:bold}${goto 5}$color1${time %T}$color${goto 104}${font Ubuntu Sans:size=10:condensed:bold}${time %a %d %b %Y}${font} | |
${voffset 4}${goto 5}${font FontAwesome:size=10}${font}${voffset -1}${offset 8}$color1${addr eth0}$color${goto 100}UPT » $color1${uptime_short}$color | |
${voffset 4}${goto 5}${font FontAwesome:size=10}${font}${voffset -1}${offset 6}${execi 3600 wget -O - http://ip.tupeux.com | tail} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment