Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Conky, a system monitor, based on torsmo
- # picture of this conky with the iconset http://postimage.org/image/ukwn12j6n/
- # download .zip archive containing the icons https://www.box.com/s/bxls3pvefngixuw7bk70
- # Any original torsmo code is licensed under the BSD license
- #
- # All code written since the fork of torsmo is licensed under the GPL
- #
- # Please see COPYING for details
- #
- # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
- # All rights reserved.
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- #
- background yes
- use_xft yes
- xftfont monospace:size=10
- #xftalpha 10
- update_interval 1.0
- total_run_times 0
- own_window yes
- own_window_transparent yes
- own_window_type normal
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- own_window_colour black
- double_buffer yes
- minimum_size 50
- maximum_width 220
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- default_color 20BF9F
- #default_shade_color 003EFF
- #default_outline_color d9d7d6
- alignment tl
- gap_x 1695
- gap_y 160
- no_buffers yes
- uppercase no
- cpu_avg_samples 2
- override_utf8_locale yes
- color1 blue
- color2 red
- TEXT
- ${alignc}${font Droid Serif:size=12}Cirrus${color #497BF7}@${color #20BF9F}Arch . Ω
- ${color #20BF9F}${font Droid Sans:size=20}${alignc}${time %H:%M}${font}
- ${alignc}${time %d %B %Y}
- ${alignc}${font Droid Serif:size=10} ${sysname}|${kernel}
- ${alignc} Uptime: $uptime
- $color$stippled_hr
- ${alignc}${color #20BF9F} RAM Usage: »
- $mem / $memmax $memperc%
- ${alignc}${color #98FB98} ${membar 6,160}
- ${alignc}${color #20BF9F} Swap Usage: »
- ${alignc}$color$swap/$swapmax
- ${alignc}${color #98FB98} ${swapbar 6,160}
- $color$stippled_hr
- ${alignc}${color #20BF9F}${font Droid Serif:size=12} CPU: »
- ${alignc}${font Droid Serif:size=10}Intel™ 2 X 3.00 GHz
- ${cpugraph cpu1 26,280 003EFF ffffff -t}
- ${cpu cpu1} %
- ${cpugraph cpu2 26,280 497BF7 fff000 -t}
- ${cpu cpu2} %
- $color$stippled_hr
- ${alignc}${color #20BF9F}${font Droid Serif:size=12} Network: » I/O
- ${font Droid Serif:size=10}${downspeed eth0} kb/s ${alignc}${downspeedgraph eth0 26,280 003EFF ffffff -t}
- ${upspeed eth0} kb/s ${alignc}${upspeedgraph eth0 28,260 497BF7 FFFFFF}
- $color$stippled_hr
- ${alignc}${color #20BF9F}${font Droid Serif:size=12} File Systems: »
- ${alignc}${color #98FB98}${font Droid Serif:size=10} ${fs_bar 6,160 /}
- ${color #20BF9F} Root $color${fs_used /}/${fs_size /}
- ${color #20BF9F} INT2 $color${fs_used /mnt/INT2}/${fs_size /mnt/INT2}
- ${alignc}${color #98FB98} ${fs_bar 6,160 /mnt/INT2}
- $color$stippled_hr
- ${alignc}${font Droid Serif:size=12} Top Resources:${font} »
- ${color #20BF9F} Name MEM%
- $color${top name 1} ${alignc}${top mem 1}
- $color${top name 2} ${alignc}${top mem 2}
- $color${top name 3} ${alignc}${top mem 3}
- $color${top name 4} ${alignc}${top mem 4}
- $color${top name 5} ${alignc}${top mem 5}
- $color$stippled_hr
- ${alignc}${color #98FB98}Audacious Playing${color #99182C}►
- ${if_running audacious}${alignc}${color #98FB98}${font Droid Serif:size=8}${exec audtool --current-song}${endif}
- $color$stippled_hr
- ${image /home/cirrus/Downloads/pictures/arch_linux_48x48_icon_by_painlessrob-d4gs74n.png -p 175,440}
- ${image /home/cirrus/Downloads/pictures/arch_linux_32x32_icon_by_painlessrob-d4gs74n.png -p 88,-7}
- ${image /home/cirrus/Downloads/pictures/archS.png -p 195,554}
- ${image /home/cirrus/Downloads/pictures/tux.png -p 65,658}
- ${image /home/cirrus/Downloads/pictures/cpu.png -p 65,270}
- ${image /home/cirrus/Downloads/pictures/hdd2.png -p 33,538}
- ${image /home/cirrus/Downloads/pictures/ram.png -p 33,128}
- ${image /home/cirrus/Downloads/pictures/sysmon.png -p 33,638}
- ${image /home/cirrus/Downloads/pictures/lan.png -p 33,416}
- ${image /home/cirrus/Downloads/pictures/cpu1.png -p 33,238}
- ${image /home/cirrus/Downloads/pictures/aud.png -p 33,795}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement