Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Conky Config, Requires Additional Scripts.
- # Mashed by Nathan Salapat
- # Last updated 04-25-2012
- # Copied by Sancho 2014
- # Window Stuff
- own_window yes # Create own window instead of using desktop (required in nautilus)
- own_window_hints undecorated,below,skip_taskbar
- background no
- double_buffer yes # Use double buffering (reduces flicker, may not work for everyone)
- use_spacer none
- use_xft yes
- stippled_borders no # Stippled borders?
- own_window_colour 000000
- own_window_transparent yes
- minimum_size 0 1000
- maximum_width 150
- draw_borders no # Do you want a border showing around the Conky windows area, handy for figuring out where the extents of your Conky are.
- # Text Stuff
- draw_outline no # amplifies text if yes
- uppercase no # set to yes if you want all text to be in uppercase
- draw_shades no # Do you want the text to have a shadow?
- # Text alignment, other possible values are commented
- #alignment top_left
- alignment top_right
- #alignment bottom_left
- #alignment bottom_right
- # XTF stuff.
- override_utf8_locale yes
- xftfont Terminus:size=8
- xftalpha 0.8
- # Gap between borders of screen and text
- gap_x 15
- gap_y 200
- # Default font size, type, and weight.
- font Ubuntu:size=7,weight:normal
- # Defaults
- default_color gray
- default_shade_color black
- default_outline_color gray
- temperature_unit celsius # fahrenheit, or Can be changed to celsius
- # Colors You can change these values, and through the conky the colors will be changed. Standard HEX values are. White: ffffff, Black: 000000, Red: ff0000, Green: 00ff00, Blue: 0000ff, Yellow: ffff00. You can find others with an image editor, or online.
- color1 666666 # Titles, the main headings
- color2 cccccc # First listings in CPU, RAM, and Day of Week.
- color3 cccccc # Second listings in CPU, RAM, and Month.
- color4 cccccc # Third listings in CPU, RAM, and Year
- color5 666666 # Color of the Graph outlines.
- color6 cccccc # Color of text for HDD usage, and running processes
- color7 EA5C2E # The orange from the graphs, not used for graphs, you have to edit the lua file to change that.
- # How often should Conky update, in seconds?
- update_interval 3
- # Load the scripts.
- lua_load ~/.conky/conky_orange.lua
- lua_draw_hook_post main
- # stuff after 'TEXT' will be formatted on screen
- own_window_argb_visual no
- own_window_argb_value 0
- TEXT
- #Clock
- ${voffset 35}
- ${goto 75}${color2}${font ubuntu:size=16}${time %e}
- ${goto 65}${color2}${voffset -10}${font ubuntu:size=8}${time %A}
- ${goto 60}${color1}${voffset -2}${font ubuntu:size=6}${time %b}${voffset -2} ${color1}${font ubuntu:size=12}${time %Y}${font}
- #CPU
- ${voffset 72}
- ${goto 55}${font Ubuntu:size=7,weight:bold}${color7}CPU ${alignr}${cpu cpu0} %
- ${goto 55}${font}${color2}${top name 1}${alignr}${top cpu 1}%
- ${goto 55}${font}${color3}${top name 2}${alignr}${top cpu 2}%
- ${goto 55}${font}${color4}${top name 3}${alignr}${top cpu 3}%
- ${goto 15}${color1}${cpugraph 25,135 color1}
- ${goto 55}${voffset -5}${font}${color6}${threads} process
- #RAM
- ${voffset 5}${font Ubuntu:size=8,weight:bold}${color1}MEMORY & STORAGE ${hr 2}
- ${goto 55}${font Ubuntu:size=7,weight:bold}${color7}RAM ${alignr}${memperc} %
- ${goto 55}${font}${color2}${top_mem name 1}${alignr}${top_mem mem 1}%
- ${goto 55}${font}${color2}${top_mem name 2}${alignr}${top_mem mem 2}%
- ${goto 55}${font}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
- ${goto 55}${font}${color1}${top_mem name 4}${alignr}${top_mem mem 4}%
- ${goto 55}${font}${color1}${top_mem name 5}${alignr}${top_mem mem 5}%
- ${goto 55}${font}${color1}${top_mem name 6}${alignr}${top_mem mem 6}%
- ${goto 55}${font}${color1}${top_mem name 7}${alignr}${top_mem mem 7}%
- ${offset 1}
- #Disks
- ${goto 55}${font Ubuntu:size=7,weight:bold}${color7}HDD${font}${color7}${alignr}${fs_size /}
- ${goto 55}${font}${color1}Used${alignr}${fs_used /}
- ${goto 55}${font}${color2}Free${alignr}${fs_free /}
- ${offset 1}
- ${goto 55}${font Ubuntu:size=7,weight:bold}${color7}SWAP${font}${color7}${alignr}${swap /}
- ${goto 55}${font}${color2}Size${alignr}${swapmax /}
- ${voffset 5}${font Ubuntu:size=8,weight:bold}${color1}NETWORKING ${hr 2}
- #Networking
- ${if_up wlan0} # if the wlan0 interface is up
- ${font}${color2}Down ${downspeed eth0} k/s ${alignr}Up ${upspeed eth0} k/s
- ${color5}${downspeedgraph eth0 15,70 color3} ${alignr}${upspeedgraph eth0 15,70 color3}
- ${color2}${font}Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
- ${voffset -20}
- ${else}
- ${if_up eth0} # if the eth0 interface is up
- ${voffset -25}
- ${font}${color2}Down ${downspeed eth0} k/s ${alignr}Up ${upspeed eth0} k/s
- ${color5}${downspeedgraph eth0 15,70 color3} ${alignr}${upspeedgraph eth0 15,70 color3}
- ${color2}${font}Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
- ${voffset -30}
- ${else}
- ${endif}
- ${endif}
- #System Info
- #Battery
- ${font Ubuntu:size=9,weight:normal}${color1}POWER USAGE ${battery} ${hr 2}
- #Uptime
- ${goto 55}${font}${color3}UPTIME${alignr}${uptime_short}
- #Temperatures
- #CPU
- ${goto 55}${font}${color3}CPU${alignr}${acpitemp} °C
- #GPU
- ${goto 55}${font}${color3}GPU${alignr}${nvidia temp} °C
- #HDD
- ${goto 55}${font}${color3}HDD${alignr}${hddtemp /dev/sda} °C
- # Info
- ${font Ubuntu:size=9,weight:normal}${color1}DEVICE INFO ${hr 2}
- ${goto 55}${font}${color3}Hostname${alignr}${nodename}
- ${goto 55}${font}${color3}OS${alignr}${pre_exec cat /etc/issue.net} $machine
- ${goto 55}${font}${color3}Kernel${alignr}${kernel}
- # Syslog
- ${font Ubuntu:size=9,weight:normal}${color1}SYSLOG ${battery} ${hr 2}
- ${font Ubuntu:size=7,weight:normal}${color3}${execi 10 tail -n8 /var/log/syslog | awk '{print " ",$5,$6,$7,$8,$9,$10}' | fold -w60}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement