Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### my conky setup for t21 ###
- # Maverick - CONKY
- # A comprehensive conky script, configured for use on
- # Ubuntu / Debian Gnome, without the need for any external scripts.
- #
- # Based on conky-jc and the default .conkyrc.
- # INCLUDES:
- # - tail of /var/log/messages
- # - netstat connections to your computer
- #
- # -- Pengo ([email protected])
- #
- # Create own window instead of using desktop (required in nautilus)
- own_window yes
- own_window_type override
- own_window_transparent yes
- 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 right
- use_xft yes
- # Use Xft?
- use_xft yes
- # Xft font when Xft is enabled
- #xftfont Bitstream Vera Sans Mono:size=9
- #xftfont Terminus:size=9
- # xftfont Purisa:size=10
- # Text alpha when using Xft
- # xftalpha 0.8
- xftfont Comic Sans MS:size=10
- # Update interval in seconds
- update_interval 3.0
- # Minimum size of text area
- # minimum_size 300 5
- # Maximum Width
- maximum_width 160
- # Draw shades?
- draw_shades no
- # Text stuff
- draw_outline no # amplifies text if yes
- draw_borders no
- # font
- uppercase no # set to yes if you want all text to be in uppercase
- # Stippled borders?
- straight_borders 3
- # border margins
- border_margin 5
- # border width
- border_width 1
- # Default colors and also border colors, black
- default_color black
- own_window_colour C59036
- 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 20
- # stuff after 'TEXT' will be formatted on screen
- TEXT
- ${color black}Maverick
- ${color black}${time %a, } ${color black}${time %e %B %G}
- ${color black}${time %Z, }${color black}${time %I:%M:%S}
- ${color black}Kernel $kernel on $machine
- ${color black}CPU ${freq}MHz ${cpu cpu1}%
- ${color red}${cpubar cpu0 5,100}
- ${color black}MEM: ${color black}$memperc% $mem/$memmax
- ${color red}${membar 5,100}
- ${color black}SWAP: ${color black}$swapperc% $swap/$swapmax
- ${swapbar 5,100}
- ${color black}HOME: ${color black}${fs_free /home}/ ${fs_size /home}
- ${fs_bar 5,100 /home}
- ${color black} UP:${alignr}${upspeed wlan0}
- ${color black} DOWN:${alignr}${downspeed wlan0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement