Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- -------------------------------------
- -- Generic Settings
- -------------------------------------
- background=true,
- update_interval=1,
- double_buffer=true,
- no_buffers=true,
- imlib_cache_size=10,
- draw_shades=false,
- draw_outline=false,
- draw_borders=false,
- use_xft = true,
- font = 'Abel:size=11',
- total_run_times = 0,
- mpd_port = 6600,
- default_bar_size = 20,20,
- -------------------------------------
- -- Window Specifications
- -------------------------------------
- gap_x=10,
- gap_y=150,
- minimum_height=200,
- minimum_width=200,
- alignment = 'top_left',
- own_window=true,
- own_window_type="normal",
- own_window_transparent=true,
- own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
- own_window_class = 'Conky',
- own_window_argb_visual=false,
- own_window_argb_value=0,
- double_buffer = true,
- draw_shades = false,
- default_shade_color = '#000000',
- draw_borders = false,
- border_width = 0,
- -------------------------------------
- -- Text Settings
- -------------------------------------
- use_xft=true,
- xftalpha=1,
- font="Droid Sans:size=10",
- text_buffer_size=256,
- override_utf8_locale=true,
- draw_graph_borders = false,
- draw_outline = false,
- default_outline_color = '#828282',
- no_buffers = true,
- uppercase = false,
- cpu_avg_samples = 4,
- pad_percents = 2,
- -------------------------------------
- -- Color Scheme
- -------------------------------------
- default_color="ffffff",
- color0="59b0b2",
- color1="ffffff",
- color2="a8adb5",
- -------------------------------------
- -- Locale (e.g. "es_ES.UTF-8")
- -- Leave empty for default
- -------------------------------------
- template9=""
- }
- -------------------------------------
- -------------------------------------
- conky.text = [[
- \
- \
- # Here is code I have taken from Jelly Conky from zagortenay333
- \
- \
- \
- \
- ${font Abel :size=64}${color0}\
- ${time %H}\
- \
- \
- \
- \
- ${font Abel :size=52}${color1}:\
- \
- \
- \
- \
- ${font Abel :size=40}${color1}\
- ${time %M}${font}${color}
- \
- \
- \
- \
- ${font Abel :size=12}${color1} ${voffset 12}${execi 300 LANG=${template9} LC_TIME=${template9} date +"%A"},${color}\
- ${font Abel :size=20}${color0} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%d"}${color}\
- ${font Abel :size=12}${color1} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%B"}${font}${color}
- \
- \
- \
- \
- \
- # Here is end of code I have taken from Jelly Conky from zagortenay333
- \
- ${color2}
- ${alignc}S Y S T E M I N F O
- ${hr}
- # Here is code I have taken from BARS Conky Vertical by Kestrel8891
- $alignr${color1}${font Abel:pixelsize=12}${cpu cpu0} % CPU${font}
- ${color0}${cpubar cpu0}
- $alignr${color1}${font Abel:pixelsize=12}${voffset 12}${mem} / ${memperc} % RAM${font}
- ${color0}${membar}
- $alignr${color1}${font Abel:pixelsize=12}${voffset 12}${fs_free /} / ${fs_free_perc /} % HDD${font}
- ${color0}${fs_bar /}
- #$alignr${color1}${font Abel:pixelsize=10}${voffset 10}${kernel} ${machine}${font}
- $alignr${color1}${font Abel:pixelsize=12}${voffset 10}${uptime} UPTIME${font}
- # Here is end of code I have taken from BARS Conky Vertical by Kestrel8891
- # And now classic conky
- # ${color0}Host:$alignr${color1}$nodename
- # ${color0}Uptime:$alignr${color1}$uptime
- # ${color0}RAM:$alignr${color1}$mem/$memmax
- # ${color0}Swap usage:$alignr${color1}$swap/$swapmax
- # ${color0}Disk usage:$alignr${color1}${fs_used /}/${fs_size /}
- # ${color0}CPU usage:$alignr${color1}${cpu cpu0}%
- # Here is code I have taken from Workspace Indicator by from aresgon
- ${goto 70}${font Droid Sans :size=25}${if_match ${desktop}==1}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==2}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==3}${color0}${endif}•${color1}${offset 10}
- # Here is end of code I have taken from Workspace Indicator by from aresgon
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement