• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Linux] Post your conky screenshots and code
#1
We're all awesome and use Linux right? Here's my current conky config.

[Image: 24mvlfa.jpg]

Code:
#Conky will be forked to background when started
background yes

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent no
own_window_color #00
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
use_spacer yes
use_xft no

# Update interval in seconds
update_interval 5.0

# Minimum size of text area
# minimum_size 250 5

# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
font arial
uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 3

# border margins
border_margin 9

# border width
border_width 10

#Main background colour
background black
default_background black
default_outline_color green
default_shade_color brown

# Default colors and also border colors
default_color white

own_window_color black
#own_window_transparent yes

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 10
gap_y 10


# stuff after ‘TEXT’ will be formatted on screen

TEXT
$color
${color orange}SYSTEM ${hr 2}$color
$nodename $sysname $kernel on $machine

${color orange}UPTIME ${hr 2}$color
Uptime: $uptime

${color orange}CPU USEAGE ${hr 2}$color
Frequency: ${freq}MHz Temp: ${acpitemp}

CPU Useage graph:
${cpugraph 000000 ffffff}

Total process: $processes Running: $running_processes

${color orange}NAME              PID    CPU%   MEM$color
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}

${color orange}MEMORY USEAGE ${hr 2}$color
RAM: $memperc% ${membar 6}$color
Swap: $swapperc% ${swapbar 6}$color

${color orange}DISK USEAGE${hr 2}$color
Root: ${fs_used_perc /}% ${fs_bar 6 /}$color
Root used: ${fs_used /} / ${fs_size /}
hda1: ${fs_used /media/hda1}% ${fs_bar 6 /media/hda1}

${color orange}NETWORK (WIRED) ${hr 2}$color
Gateway: ${gw_ip}
IP Address: ${addr eth0}

Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}

${color orange}NETWORK (WIRELESS) ${hr 2}$color
IP Address: ${addr wlan2}

Down: ${downspeed wlan2} k/s ${alignr}Up: ${upspeed wlan2} k/s
Total: ${totaldown wlan2}                   Total: ${totalup wlan2}

Wireless SSID: ${wireless_essid wlan2}
Signal stength: ${wireless_link_qual_perc wlan2}%

${color orange}OTHER ${hr 2}$color
Date: ${time %A, %B %e, %G}
Time: ${time %H:%M}

Battery: ${battery_percent BAT0}%

External IP: ${exec perl /home/mark/ip.pl}

Editing the config: sudo nano /home/mark/.conkyrc
  Reply


Forum Jump: