You made the bars all the same size, which gives a better visualization and the weather part...
Here's my basic one (image below)
- Code: Select all
# Conky, a system monitor, based on torsmo
#
# 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-2009 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/>.
#
alignment top_right
background yes
border_width 1
cpu_avg_samples 2
default_color 5825c9
default_outline_color 5825c9
default_shade_color red
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=10
gap_x 10
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
own_window yes
own_window_class Conky
own_window_colour aecee0
own_window_type desktop
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer left
show_graph_scale no
show_graph_range no
TEXT
$nodename - $sysname $kernel
$hr
Uptime:$alignr $color $uptime
Frequency (in MHz):$alignr $color $freq
RAM Usage:$alignr $color $mem/$memmax - $memperc%
Swap Usage:$alignr $color $swap/$swapmax - $swapperc%
CPU Usage:$alignr $color $cpu%
Processes:$alignr $color $processes Running:$color $running_processes
$hr
File systems:
/ $color${fs_used /} +${fs_free /} ${fs_bar 6 /}
$hr
Networking:
Up:${upspeed eth0} $alignr Down:${downspeed eth0}
$hr
Super+space$alignr Run
Super+t$alignr Terminal
Super+f$alignr File Manager
Super+u$alignr Rox
Super+e$alignr Editor
Super+m$alignr Media Player
Super+w$alignr Web Browser
Super+n$alignr Htop
Super+o$alignr Conky on/off
PrtSc$alignr Screenshot
Insert$alignr Screensaver
Super+r$alignr Reboot
Super+x$alignr Shutdown
and ~/.icewm/keys
- Code: Select all
#key "Alt+Ctrl+v" sudo rox #set up first in /etc/sudoers
key "Alt+Ctrl+u" rox
key "Alt+Ctrl+f" pcmanfm
key "Alt+Ctrl+e" leafpad
key "Alt+Ctrl+n" rxvt-unicode -tr -sh 65 -fg white -T 'Htop' -e htop
key "Alt+Ctrl+t" rxvt-unicode -tr -sh 65 -fg white -T 'antiX'
key "Alt+Ctrl+m" vlc
key "Alt+Ctrl+w" iceweasel
#key "Alt+Ctrl+m" claws-mail
key "Print" antixscreenshot.sh
#key "Alt+Ctrl+c" antixcc.sh
key "Alt+Ctrl+o" conkytoggle.sh
key "Alt+Ctrl+x" sudo halt
key "Alt+Ctrl+r" sudo reboot
key "Insert" /bin/sh -c "/usr/bin/xlock -remote -nice 19 -nolock -mode blank"
key "Alt+Ctrl+KP_Divide" aumix -v -5 # lower volume
key "Alt+Ctrl+KP_Multiply" aumix -v +5 # raise volume
