Created
January 27, 2016 18:57
-
-
Save torch2424/f655e087d4b9362a15c8 to your computer and use it in GitHub Desktop.
My Conky config file, makes a preety little conky
This file contains 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
#Example image: (TO DO) | |
#!/usr/bin/conky -d -c | |
## .conkyrc configuration | |
alignment top_right | |
background yes | |
border_margin 5 | |
border_width 5 | |
color0 555555 # | |
color1 FCAF3E # zolty | |
color2 2a2a2a # braz | |
color3 a82553 # rozowy f71f84 | |
color4 5e1014 # bordowy | |
color5 64574e # braz | |
color6 2a2a2a # szary | |
color7 8888CC # (COOL) | |
color8 9d9c61 # zolto-szary | |
color9 525276 # niebiesko-szary | |
cpu_avg_samples 2 | |
default_color ffffff # szary 5f5f5f | |
default_outline_color 000000 # Black | |
default_shade_color 000000 # Black | |
double_buffer yes | |
draw_borders no | |
draw_graph_borders no | |
draw_outline no | |
draw_shades no | |
gap_x 20 | |
gap_y 40 | |
max_specials 1024 | |
max_user_text 10000 | |
maximum_width 200 | |
minimum_size 200 | |
net_avg_samples 2 | |
no_buffers yes | |
override_utf8_locale yes | |
own_window yes | |
own_window_colour 000000 # Black | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
own_window_transparent no | |
own_window_argb_visual yes | |
own_window_argb_value 0 | |
own_window_type normal ## normal | |
pad_percents 2 # to co nizej, miejsc po przecinku | |
short_units yes # krotka wersja podawania wielkosci dyskow np. 612.21M/3.80G | |
stippled_borders 3 | |
text_buffer_size 8000 | |
total_run_times 0 | |
update_interval 1.0 | |
uppercase no | |
use_spacer right | |
use_xft yes | |
xftalpha 1 | |
xftfont Freesans:pixelsize=15 | |
lua_load /home/didisoft/.conky/lua.lua | |
# ${diskiograph /dev/sda 15,180 a7a7a7 a7a7a7} # wskaznik pracy dysku | |
# ${image /home/didisoft/.conky/didisoft.jpg -p 0,80 -s 26x28} # obrazki w conky | |
TEXT | |
${font Zegoe Light - U:pixelsize=24}${time %I:%M:%S %p}${font} | |
${font Zegoe Light - U:pixelsize=12}${time %A} - ${time %B %d, %Y}${font} | |
${voffset -10}${color}${font Zegoe Light - U:pixelsize=24}CPU ${font} | |
${color}Core 1: ${cpu cpu1}% $alignr | |
${color}Core 2: ${cpu cpu2}% $alignr | |
${voffset -7}${color}${font}NAME ${goto 160}CPU% ${alignr} | |
${color}${font :size=12}${goto 9}${top name 1}${goto 155}${top cpu 1} | |
${color}${font :size=12}${goto 9}${top name 2}${goto 155}${top cpu 2} | |
${color}${font :size=12}${goto 9}${top name 3}${goto 155}${top cpu 3} | |
${voffset -6}${color}${font Zegoe Light - U:pixelsize=24}MEMORY / HDD / USB ${font} | |
${color}ram: ${mem} / ${memmax} ${alignr} ${memperc}% | |
${color}swap: ${swap} / ${swapmax} ${alignr} ${swapperc}% | |
${color}root: ${fs_used /} / ${fs_size /} ${alignr} ${fs_used_perc /}% | |
${color}home: ${fs_used /home} / ${fs_size /home} ${alignr} ${fs_used_perc /home}% | |
${color}${voffset -12}${execpi 5 ~/.conky/usb_nowe.sh} | |
${font Zegoe Light - U:pixelsize=24}System${font} | |
${offset 0}${font PizzaDude Bullets:pixelsize=15}${font} ${font Zegoe Light - U:pixelsize=12} | |
Uptime: $uptime_short | |
Power: ${battery_percent BAT0}% | |
Signal: ${wireless_link_qual wlan0}% | |
Ul: ${upspeed wlan0} kb/s | |
Dl: ${downspeed wlan0} kb/s | |
${font} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment