# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=8
#xftfont Terminus:size=8
xftfont Clean-10
#xftfont mintsmild.se
#xftfont mintsstrong.se
# Text alpha when using Xft
xftalpha 0.8
# Print everything to stdout?
# out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell
# Print everything to console?
# out_to_console no
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 5.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window no
#own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type normal
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 280 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
#draw_borders yes
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 12
maximum_width 230
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
#max_port_monitor_connections 256
# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512
# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384
# stuff after 'TEXT' will be formatted on screen
TEXT
phreaky@tutte:~/
${color white}Uptime:$color $uptime
Time: ${time %T}
${execi 1 ~/scripts/get_calendar.sh first_part}${color #ddaa00}${execi 1 ~/scripts/get_calendar.sh today }${color }${execi 1 ~/scripts/get_calendar.sh second_part}
Sysinfo:
Load:$color $loadavg
${color white}CPU Usage: $cpu%
${color white}CPU Temp:${exec sensors |grep CPU\ Temp | sed 's/(.*)//g' |sed 's/°//g' |sed 's/CPU*.Temp*.: //g'}
${color white}CPU Fan:${exec sensors |grep CPU\ Fan |sed 's/(.*)//g' | sed 's/ALARM//g' | sed 's/CPU*.Fan*.: //g'}
${color white}RAM Usage:$color $mem/$memmax - $memperc%
Free Space:
${color white}/:$color ${fs_free /}/${fs_size /}
${color white}C:$color ${fs_free /media/sdc1}/${fs_size /media/sdc1}
${color white}D:$color ${fs_free /media/sdd1}/${fs_size /media/sdd1}
${color white}E:$color ${fs_free /media/sda1}/${fs_size /media/sda1}
${color white}F:$color ${fs_free /media/sdb1}/${fs_size /media/sdb1}
M:${if_mounted /media/E10} ${fs_free /media/E10}/${fs_size /media/E10} $else Iriver E10 not mounted $endif
${color}Name PID CPU% MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color white} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color white} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color white} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color white} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color white} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color white}Networking:
Down: ${downspeed eth1} kb/s${color white} Up: ${upspeed eth1} kb/s
${color white}Current weather:
${color white}${exec cat ~/scripts/metar_status}
Senast redigerad av 1 phreakzter, redigerad totalt 10 gånger.
Alltså, jag fattar inte riktigt vart man skall ändra, i vilken fil och så. Kan man få detta att fungera med en dualcore cpu? så man ser båda kärnorna ?
look2 skrev:
Alltså, jag fattar inte riktigt vart man skall ändra, i vilken fil och så. Kan man få detta att fungera med en dualcore cpu? så man ser båda kärnorna ?
look2 skrev:
Alltså, jag fattar inte riktigt vart man skall ändra, i vilken fil och så. Kan man få detta att fungera med en dualcore cpu? så man ser båda kärnorna ?
look2 skrev:
Alltså, jag fattar inte riktigt vart man skall ändra, i vilken fil och så. Kan man få detta att fungera med en dualcore cpu? så man ser båda kärnorna ?
Visa värde i procent:
${cpu cpu1}%
${cpu cpu2}%
S.k bar:
${cpubar * cpu1}
${cpubar * cpu2}
(* är värdet för stjockleken).
jag skrev såhär:
${color lightgrey}CPU Usage:${color #cc2222} $cpu1%
${color lightgrey}CPU Usage:${color #cc2222} $cpu2%
vilket resulterade i följande fel när jag startade det:
Sådär, nu funkar det.
Då har jag ytterliggare en fråga, kan man lägga en svart bakgrund som är typ 50% transparent ?
eller är det som så att det är antingen transparent, eller inte...
Senast redigerad av 1 look2, redigerad totalt 15 gånger.
Hur "rebootar" man conky? Det är lite jobbigt att köra ctrl+alt+backspace efter varje liten ändring.
Det är ganska tråkigt att inte ha någon signatur. Därför kan det ibland vara lite roligare att fylla ut det här tomrummet efter posten med lite text. Man kan skriva lite om sig själv: Hej, jag heter Mattias och har inte använt ubuntu så länge, men jag är inte dålig för det! Jag behärskar: XHTML,CSS,PHP,Javascript,C++ och det är dags för python.
Jag får inte väderscriptet att funka
Har lagt weather.sh i /hom/pinky/.conky, kört chmod +x på den, för säkerhets skull. Ändrat stoffe till pinky i scriptet och i .conkyrc och ändrat till SWXX0015 som är min location, men det blir bara tomt där "vädret" ska vara Behöver man nåt mer för att det ska funka?
#!/bin/sh
#
# Grab weather data from weather.com and format it according to the given XSLT
# Script written by boojit
# Modified by Hellf[i]re
# The orignal script and xslt can be downloaded from http://pondol.com/weather.tar.gz
# Usage:
# ${execi 1800 /path/to/weather/weather.sh location}
# Usage Example:
# ${execi 1800 /home/user/weather/weather.sh 03833}
# your Location ID: use http://xoap.weather.com/search/search?where=[yourcity] to find it
# U.S. users can just use their zip code; doubt that works for anyone else though (YMMV)
LOCID=SWXX0031
# s=standard units, m=metric units
UNITS=m
# where this script and the XSLT lives
RUNDIR=/home/stoffe/.conky
# there's probably other stuff besides CURL that will work for this, but i haven't
# tried any others.
# you can get curl at http://curl.haxx.se/
CURLCMD=/usr/bin/curl
# get it at http://xmlsoft.org/XSLT/
XSLTCMD=/usr/bin/xsltproc
# you probably don't need to modify anything below this point....
# CURL url. Use cc=* for current forecast or dayf=10 to get a multi-day forecast
CURLURL="http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS&dayf=2"
# The XSLT to use when translating the response from weather.com
# You can modify this xslt to your liking
XSLT=$RUNDIR/weather.xslt
#filter (if you want to convert stuff to lower-case or upper case or something)
#FILTER="|gawk '{print(tolower(\$0));}'"
#####
eval "$CURLCMD \"$CURLURL\" 2>/dev/null| $XSLTCMD $XSLT - $FILTER"
#!/bin/sh
#
# Grab weather data from weather.com and format it according to the given XSLT
# Script written by boojit
# Modified by Hellf[i]re
# The orignal script and xslt can be downloaded from http://pondol.com/weather.tar.gz
# Usage:
# ${execi 1800 /path/to/weather/weather.sh location}
# Usage Example:
# ${execi 1800 /home/user/weather/weather.sh 03833}
# your Location ID: use http://xoap.weather.com/search/search?where=[yourcity] to find it
# U.S. users can just use their zip code; doubt that works for anyone else though (YMMV)
LOCID=SWXX0015
# s=standard units, m=metric units
UNITS=m
# where this script and the XSLT lives
RUNDIR=/home/pinky/.conky
# there's probably other stuff besides CURL that will work for this, but i haven't
# tried any others.
# you can get curl at http://curl.haxx.se/
CURLCMD=/usr/bin/curl
# get it at http://xmlsoft.org/XSLT/
XSLTCMD=/usr/bin/xsltproc
# you probably don't need to modify anything below this point....
# CURL url. Use cc=* for current forecast or dayf=10 to get a multi-day forecast
CURLURL="http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS&dayf=2"
# The XSLT to use when translating the response from weather.com
# You can modify this xslt to your liking
XSLT=$RUNDIR/weather.xslt
#filter (if you want to convert stuff to lower-case or upper case or something)
#FILTER="|gawk '{print(tolower(\$0));}'"
#####
eval "$CURLCMD \"$CURLURL\" 2>/dev/null| $XSLTCMD $XSLT - $FILTER"
Pinky skrev:
Jag får inte väderscriptet att funka
Har lagt weather.sh i /hom/pinky/.conky, kört chmod +x på den, för säkerhets skull. Ändrat stoffe till pinky i scriptet och i .conkyrc och ändrat till SWXX0015 som är min location, men det blir bara tomt där "vädret" ska vara Behöver man nåt mer för att det ska funka?
#!/bin/sh
#
# Grab weather data from weather.com and format it according to the given XSLT
# Script written by boojit
# Modified by Hellf[i]re
# The orignal script and xslt can be downloaded from http://pondol.com/weather.tar.gz
# Usage:
# ${execi 1800 /path/to/weather/weather.sh location}
# Usage Example:
# ${execi 1800 /home/user/weather/weather.sh 03833}
# your Location ID: use http://xoap.weather.com/search/search?where=[yourcity] to find it
# U.S. users can just use their zip code; doubt that works for anyone else though (YMMV)
LOCID=SWXX0031
# s=standard units, m=metric units
UNITS=m
# where this script and the XSLT lives
RUNDIR=/home/stoffe/.conky
# there's probably other stuff besides CURL that will work for this, but i haven't
# tried any others.
# you can get curl at http://curl.haxx.se/
CURLCMD=/usr/bin/curl
# get it at http://xmlsoft.org/XSLT/
XSLTCMD=/usr/bin/xsltproc
# you probably don't need to modify anything below this point....
# CURL url. Use cc=* for current forecast or dayf=10 to get a multi-day forecast
CURLURL="http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS&dayf=2"
# The XSLT to use when translating the response from weather.com
# You can modify this xslt to your liking
XSLT=$RUNDIR/weather.xslt
#filter (if you want to convert stuff to lower-case or upper case or something)
#FILTER="|gawk '{print(tolower(\$0));}'"
#####
eval "$CURLCMD \"$CURLURL\" 2>/dev/null| $XSLTCMD $XSLT - $FILTER"
#!/bin/sh
#
# Grab weather data from weather.com and format it according to the given XSLT
# Script written by boojit
# Modified by Hellf[i]re
# The orignal script and xslt can be downloaded from http://pondol.com/weather.tar.gz
# Usage:
# ${execi 1800 /path/to/weather/weather.sh location}
# Usage Example:
# ${execi 1800 /home/user/weather/weather.sh 03833}
# your Location ID: use http://xoap.weather.com/search/search?where=[yourcity] to find it
# U.S. users can just use their zip code; doubt that works for anyone else though (YMMV)
LOCID=SWXX0015
# s=standard units, m=metric units
UNITS=m
# where this script and the XSLT lives
RUNDIR=/home/pinky/.conky
# there's probably other stuff besides CURL that will work for this, but i haven't
# tried any others.
# you can get curl at http://curl.haxx.se/
CURLCMD=/usr/bin/curl
# get it at http://xmlsoft.org/XSLT/
XSLTCMD=/usr/bin/xsltproc
# you probably don't need to modify anything below this point....
# CURL url. Use cc=* for current forecast or dayf=10 to get a multi-day forecast
CURLURL="http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS&dayf=2"
# The XSLT to use when translating the response from weather.com
# You can modify this xslt to your liking
XSLT=$RUNDIR/weather.xslt
#filter (if you want to convert stuff to lower-case or upper case or something)
#FILTER="|gawk '{print(tolower(\$0));}'"
#####
eval "$CURLCMD \"$CURLURL\" 2>/dev/null| $XSLTCMD $XSLT - $FILTER"
haha vi bor i samma stad OT ja vet men va bara tvungen xD