#451 Le 28/09/2007, à 17:52
- rniamo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
ça marche (test pour le net)
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#452 Le 28/09/2007, à 17:58
- andrelec1
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
me revoila ... je vien de changer de pc ( enfin ya 2 semaine mientenant ... ) et je me remet a conky ...
rniamo , on peut avoir le code source de ton conky (celui du screen )?
Dernière modification par andrelec1 (Le 28/09/2007, à 18:00)
Je crois que mes chances avec elle sont tellement mince que si on gravait des processeurs a cette epaisseur on atteindrait les 12 ghz.
████████████████████████████
█████████ Black -Out ███████████
████████████████████████████
Hors ligne
#453 Le 29/09/2007, à 11:02
- rniamoO
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
ok, pas de problème, je le fait dimanche soir ou lundi quand je récupère mon PC+le net (en même temps )
#454 Le 29/09/2007, à 13:45
- M|-_G
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour a tous je suis un peu nouveau par ici
Il y a quelque jour j'ai découvert conky, j'ai donc creer un petit script grace a des codes venant de ce topic et de la doc etc tout fonctionne bien jusque au moment ou j'ai voulu changer la disposition .
J'ai voulu faire un affichage comme celui la : http://conky.sourceforge.net/conky-dlab.png
J'ai donc creer 6 fichier conkyrc :
.conkyrc .conkyrc2 .conkyrc3 etc etc ...
je lance donc conky et seul le 1er fichier conky c'est a dire .conkyrc s'affiche les autres ne suivent pas .
voila un screen : http://hiboox.com/lang-fr/resultat.php? … ng&error=0
Y a t'il un moyen de lancer les autres ?? Si oui comment faire.
Merci a tous pour votre aide futur .:D
Dernière modification par M|-_G (Le 29/09/2007, à 13:54)
Hors ligne
#455 Le 29/09/2007, à 13:59
- Astier
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Oui, regardes dans la page précédente : la solution la plus rapide à mon avis c'est de créer un script bash, genre conkystart.sh qui contiendrait :
#!/bin/bash
conky -c /home/bbrice/.conkyrc &
conky -c /home/bbrice/.conkyrc2 &
conky -c /home/bbrice/.conkyrc3 &
conky -c /home/bbrice/.conkyrc4 &
conky -c /home/bbrice/.conkyrc5 &
conky -c /home/bbrice/.conkyrc6 &
En remplaçant /home/bbrice par /home/ton_login
Ensuite tu rends ce script exécutable :
chmod +x conkystart.sh
et pour lancer tes conky tu fais :
sh conkystart.sh
et tu peux mettre cette commande dans Préférences-->Sessions-->Programmes au démarage.
Edit : il semble que appeler conky via exec ne fonctionne pas
A+
Dernière modification par Astier (Le 29/09/2007, à 14:03)
Hors ligne
#456 Le 29/09/2007, à 14:07
- M|-_G
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Merci sa marche , j'avais vu cette commande dans les pages d'avant mais une ligne m'avais échapper
merci a toi
Dernière modification par M|-_G (Le 29/09/2007, à 14:09)
Hors ligne
#457 Le 30/09/2007, à 21:06
- rniamo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
voila mon .conkyrc, si vous voulez des .sh regardez les pages d'avant ou demandez
# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
# set to yes if you want Conky to be forked in the background
background yes
# 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-*-*-*-*-*-*-*
override_utf8_locale yes
# Use Xft?
use_xft yes
on_bottom yes
# Xft font when Xft is enabled
#xftfont Fatboy Slim BLTC (BRK):size=10
xftfont monospace:size=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 1
# 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 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 black
# 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 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 000000
default_shade_color 000000
default_outline_color 000000
# 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 5
gap_y 5
# 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
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# Possible variables to be used:
#
# Variable Arguments Description
# addr (interface) IP address for an interface
# acpiacadapter ACPI ac adapter state.
# acpifan ACPI fan state
# acpitemp ACPI temperature.
# adt746xcpu CPU temperature from therm_adt746x
# adt746xfan Fan speed from therm_adt746x
# alignr (num) Right-justify text, with space of N
# alignc Align text to centre
# battery (num) Remaining capasity in ACPI or APM
# battery. ACPI battery number can be
# given as argument (default is BAT0).
# buffers Amount of memory buffered
# cached Amount of memory cached
# color (color) Change drawing color to color
# cpu CPU usage in percents
# cpubar (height) Bar that shows CPU usage, height is
# bar's height in pixels
# cpugraph (height),(width) (gradient colour 1) (gradient colour 2)
# CPU usage graph
# downspeed net Download speed in kilobytes
# downspeedf net Download speed in kilobytes with one
# decimal
# downspeedgraph net (height),(width) (gradient colour 1) (gradient colour 2)
# Download speed graph
# exec shell command Executes a shell command and displays
# the output in conky. warning: this
# takes a lot more resources than other
# variables. I'd recommend coding wanted
# behaviour in C and posting a patch :-).
# execbar shell command Same as exec, except if the first value
# return is a value between 0-100, it
# will use that number for a bar.
# The size for the bar is currently fixed,
# but that may change in the future.
# execgraph shell command Same as execbar, but graphs values
# execi interval, shell Same as exec but with specific interval.
# command Interval can't be less than
# update_interval in configuration.
# fs_bar (height), (fs) Bar that shows how much space is used on
# a file system. height is the height in
# pixels. fs is any file on that file
# system.
# fs_free (fs) Free space on a file system available
# for users.
# fs_free_perc (fs) Free percentage of space on a file
# system available for users.
# fs_size (fs) File system size
# fs_used (fs) File system used space
# hr (height) Horizontal line, height is the height in
# pixels
# i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
# may be omitted if you have only one I2C
# device. type is either in (or vol)
# meaning voltage, fan meaning fan or
# temp/tempf (first in C, second in F)
# meaning temperature. n is number of the
# sensor. See /sys/bus/i2c/devices/ on
# your local computer.
# if_running (process) if PROCESS is running, display
# everything if_running and the matching $endif
# if_existing (file) if FILE exists, display everything between
# if_existing and the matching $endif
# if_mounted (mountpoint) if MOUNTPOINT is mounted, display everything between
# if_mounted and the matching $endif
# else Text to show if any of the above are not true
# kernel Kernel version
# linkstatus (interface) Get the link status for wireless connections
# loadavg (1), (2), (3) System load average, 1 is for past 1
# minute, 2 for past 5 minutes and 3 for
# past 15 minutes.
# machine Machine, i686 for example
# mails Mail count in mail spool. You can use
# program like fetchmail to get mails from
# some server using your favourite
# protocol. See also new_mails.
# mem Amount of memory in use
# membar (height) Bar that shows amount of memory in use
# memmax Total amount of memory
# memperc Percentage of memory in use
#
# metar_ob_time
# metar_temp
# metar_tempf Temp in F
# metar_windchill
# metar_dew_point There are a bunch of these
# metar_rh and they are self-explanatory
# metar_windspeed
# metar_winddir
# metar_swinddir
# metar_cloud
# metar_u2d_time
# ml_upload_counter total session upload in mb
# ml_download_counter total session download in mb
# ml_nshared_files number of shared files
# ml_shared_counter total session shared in mb, buggy
# in some mldonkey versions
# ml_tcp_upload_rate tcp upload rate in kb/s
# ml_tcp_download_rate tcp download rate in kb/s
# ml_udp_upload_rate udp upload rate in kb/s
# ml_udp_download_rate udp download rate in kb/s
# ml_ndownloaded_files number of completed files
# ml_ndownloading_files number of downloading files
#
# mpd_artist Artist in current MPD song
# (must be enabled at compile)
# mpd_album Album in current MPD song
# mpd_bar (height) Bar of mpd's progress
# mpd_bitrate Bitrate of current song
# mpd_status Playing, stopped, et cetera.
# mpd_title Title of current MPD song
# mpd_vol MPD's volume
# mpd_elapsed Song's elapsed time
# mpd_length Song's length
# mpd_percent Percent of song's progress
# new_mails Unread mail count in mail spool.
# nodename Hostname
# outlinecolor (color) Change outline color
# pre_exec shell command Executes a shell command one time before
# conky displays anything and puts output
# as text.
# processes Total processes (sleeping and running)
# running_processes Running processes (not sleeping),
# requires Linux 2.6
# shadecolor (color) Change shading color
# stippled_hr (space), Stippled (dashed) horizontal line
# (height)
# swapbar (height) Bar that shows amount of swap in use
# swap Amount of swap in use
# swapmax Total amount of swap
# swapperc Percentage of swap in use
# sysname System name, Linux for example
# offset pixels Move text over by N pixels
# tail logfile, lines (interval)
# Displays last N lines of supplied text
# text file. If interval is not supplied,
# Conky assumes 2x Conky's interval.
# Max of 30 lines.
# Max of 30 lines can be displayed.
# time (format) Local time, see man strftime to get more
# information about format
# totaldown net Total download, overflows at 4 GB on
# Linux with 32-bit arch and there doesn't
# seem to be a way to know how many times
# it has already done that before conky
# has started.
# top type, num This takes arguments in the form:
# top <name> <number>
# Basically, processes are ranked from
# highest to lowest in terms of cpu
# usage, which is what <num> represents.
# The types are: "name", "pid", "cpu", and
# "mem".
# There can be a max of 10 processes listed.
# top_mem type, num Same as top, except sorted by mem usage
# instead of cpu
# totalup net Total upload, this one too, may overflow
# updates Number of updates (for debugging)
# upspeed net Upload speed in kilobytes
# upspeedf net Upload speed in kilobytes with one
# decimal
# upspeedgraph net (height),(width) (gradient colour 1) (gradient colour 2)
# Upload speed graph
# uptime Uptime
# uptime_short Uptime in a shorter format
#
# seti_prog Seti@home current progress
# seti_progbar (height) Seti@home current progress bar
# seti_credit Seti@hoome total user credit
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
#WEATHER ; angoulême = FRXX0314 (site http://fr.weather.com/weather/local/FRXX0314?x=0&y=0)
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #5C9CD9}$alignc ${time %H:%M:%S}
${color #5C9CD9}$alignc ${time %A %d %B %Y}
${color #5C9CD9}$alignc $nodename - $sysname $kernel on $machine${font monospace:size=4}
${font monospace:size=8}${color #FFFFDD}[ Bonjour Rniamo, bienvenue sur ton bureau
|
+-- Système
| |
| +-- Démarré depuis : ${color #5C9CD9}$uptime${color #FFFFDD}
| +-- Intel Core2Duo T5500 ${color #5C9CD9}@ $freq_dyn_g GHz : ${cpu cpu}% ${color #FFFFDD}
| | |
| | +-- Core1 ${color #5C9CD9}${cpu cpu1}% ${color #FFFFDD}${cpugraph cpu1 10,150 5C9CD9 5C9CD9}
| | +-- Core2 ${color #5C9CD9}${cpu cpu2}% ${color #FFFFDD}${cpugraph cpu2 10,150 5C9CD9 5C9CD9}
| |
| +-- Ram $mem/$memmax ${color #5C9CD9}$memperc% ${color #FFFFDD}
| +-- Swap $swap/$swapmax ${color #5C9CD9}$swapperc% ${color #FFFFDD}
| +-- Processes
| | ${color #FFFFDD} PID % CPU % MEM
| +-- ${color #FFFFDD} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}${color #FFFFDD}
| +-- ${color #C5C5AB} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}${color #FFFFDD}
| +-- ${color #818170} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}${color #FFFFDD}
| +-- ${color #424239} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}${color #FFFFDD}
|
+-- Disque Dur
| |
| +-- Win_Vista ${fs_used /media/sda1}/${fs_size /media/sda1} ${fs_used_perc /media/sda1}%
| +-- Ubuntu ${fs_used /}/${fs_size /} ${fs_used_perc /}%
| +-- Donnees ${fs_used /media/sda3}/${fs_size /media/sda3} ${fs_used_perc /media/sda3}%${if_empty {exec sh ~/.net_ou_pas.sh}}
|
+-- Internet :
| |
| +-- Local IP ${color #5C9CD9}${addr eth1}${color #FFFFDD} Public IP ${color #5C9CD9}${execi 60 wget -O - http://ip.tupeux.com | tail}${color #FFFFDD}
| +-- Download ${downspeed eth1} ko/s ${downspeedgraph eth1 10,150 5C9CD9 5C9CD9}
| +-- Upload ${upspeed eth1} ko/s ${upspeedgraph eth1 10,150 5C9CD9 5C9CD9}
| +-- GMail: ${color #5C9CD9}${execi 30 ~/checkmail.sh}${color #FFFFDD}${endif}
|
+-- POWER:
${if_empty {exec sh ~/.net_ou_pas.sh}} |${endif} |
${if_empty {exec sh ~/.net_ou_pas.sh}} |${endif} +-- Batterie : ${color #5C9CD9}$battery${color #FFFFDD}
${if_empty {exec sh ~/.net_ou_pas.sh}} |${endif} +-- Secteur : ${color #5C9CD9}$acpiacadapter${color #FFFFDD}${if_empty {exec sh ~/.net_ou_pas.sh}}
|
+-- METEO:
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} |
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} +-- ${execi 600 sh /home/rniamo/.weather.sh "FRXX0100" | grep Ville}${color #FFFFDD}
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} +--${execi 600 sh /home/rniamo/.weather.sh "FRXX0100" | grep Conditions}${color #FFFFDD}
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} +--${execi 600 sh /home/rniamo/.weather.sh "FRXX0100" | grep Temperature}${color #FFFFDD}
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} +--${execi 600 sh /home/rniamo/.weather.sh "FRXX0100" | grep Demain}${color #FFFFDD}
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD} +--${execi 600 sh /home/rniamo/.weather.sh "FRXX0100" | grep Vent}${color #FFFFDD}${if_existing /home/rniamo/.exaile/music.db-journal}${endif}
${if_existing /home/rniamo/.exaile/music.db-journal} |$endif${color #FFFFDD}
+-- Exaile
|
+-- Artiste : ${color #5C9CD9}${execi 10 exaile --get-artist}${color #FFFFDD}
+-- Titre : ${color #5C9CD9}${execi 10 exaile --get-title}${color #FFFFDD}
+-- Album : ${color #5C9CD9}${execi 10 exaile --get-album}${color #FFFFDD}
+-- Lecture : ${color #5C9CD9}${execi 4 cd ~/ && ./.lecture_exaile $(exaile --current-position)} / ${exec exaile --get-length}${color #FFFFDD}
${color #5C9CD9}${execbar cd ~/ && ./.lecture_exaile $(exaile --current-position)}$endif${color #FFFFDD}
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#458 Le 30/09/2007, à 21:10
- rniamo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
PS : .net_ou_pas contient "ping -c 1 google.fr > /dev/null 2>&1 || echo KO" mais je n'ai jamais le ent avec ce script
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#459 Le 01/10/2007, à 08:38
- farnsworth
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
comment ca?
en fait cette ligne doit juste te renvoyer KO s'il ne ping pas google, et rien du tout s'il ping.
Hors ligne
#460 Le 01/10/2007, à 12:11
- rniamo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
la commande marche mais une fois intégrer à conky je n'ai jamais les lignes qui sont entre le if_empty et le endif
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#461 Le 01/10/2007, à 17:40
- dudumomo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour.
Je viens de passer a gusty avec une instal propre on dira
Je me remet au conky test^^ J'ai gardé mon ancien conky mais j'ai un probleme avec la fonction ${linkstatus eth1} %
Ça m'affiche la fonction....comme si elle n'existait pas.....Peut etre dois je installer quelques choses ?
Ou ça vient peut etre du faite que j'ai viré network manager pour mettre à la place WICD....(qui d'ailleur ne me va pas non plus ^)
Et second probleme que je vais tenté de voir, c'est le script XMMS. Ça ne marche pas...mais j'ai surement raté une étape.
Merci de votre aide
#462 Le 01/10/2007, à 18:21
- dudumomo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Pour XMMS ça marche c'est bon.
Il me reste maintenant le probleme du wifi (post précédent)
J'aimerai bien également affichier des "fortune" dans mon conky genre une toute les 30s...Comment faire ?
Et j'ai un probleme avec l'affichage de mon conky. Il se lance bien au démarrage mais il reste au dessus des fenetres....un peu génant...
Merci de vos lumieres.
#463 Le 01/10/2007, à 18:40
- Histero
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Et j'ai un probleme avec l'affichage de mon conky. Il se lance bien au démarrage mais il reste au dessus des fenetres....un peu génant...
Merci de vos lumieres.
Créé un fichier intitulé scriptconky.sh et dedans met
#!/bin/bash
sleep 40;
conky;
Tu peux changer le 40, j'ai mis 40seconde car ca convient mieux chez moi avec compiz.
Puis donne lui les permissions pour s'exécuter et dans Systeme-->Sessions tape
sh /chemin/du/script/scriptconky.sh
et ca devrait fonctionner
Hors ligne
#464 Le 01/10/2007, à 19:01
- desmogone
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour.
Je viens de passer a gusty avec une instal propre on diraJe me remet au conky test^^ J'ai gardé mon ancien conky mais j'ai un probleme avec la fonction ${linkstatus eth1} %
Ça m'affiche la fonction....comme si elle n'existait pas.....Peut etre dois je installer quelques choses ?
Ou ça vient peut etre du faite que j'ai viré network manager pour mettre à la place WICD....(qui d'ailleur ne me va pas non plus ^)Et second probleme que je vais tenté de voir, c'est le script XMMS. Ça ne marche pas...mais j'ai surement raté une étape.
Merci de votre aide
Salut !
Même problème avec ma brève expérience de Gusty pour la fonction linkstatus ...
Pour le moment, je repasse sous Feisty pour un autre problème ...
Desmogone, impatient d'être au 18/10 quand même ...
Phenom II X4 940 - RAM 4Go - 9600GT - HDD Sata 500Go - ubuntu 14.04 LTS 64 bits
Portable LDLC 13" - Pentium 2020M - RAM 4G - SSD Sata 120Go - xubuntu 15.04 64 bits
MSI Wind Atom N270 - RAM 2Go - i945 - SSD Sata 80Go - ubuntu 14.04 LTS 64 bits
Hors ligne
#465 Le 01/10/2007, à 19:35
- sirius10
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour
Je suis sur gnome et j ai installé superkaramba qui devrait marcher que sur kde mais la c esy cool ca marche sur gnome mais le pb c est que dans le terminal je tape superkaramba....p
Super.. se lance j arrive a mettre un theme sur le bureau mais des que je ferme le terminal tout s'en va...et je ne sais pas comment eviter cela
merci de l aide
"Pour ce qui est de l'Avenir, il ne s’agit pas de le prévoir, mais de le rendre possible."
Antoine de Saint-Exupéry
Hors ligne
#466 Le 01/10/2007, à 19:36
- Histero
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour
Je suis sur gnome et j ai installé superkaramba qui devrait marcher que sur kde mais la c esy cool ca marche sur gnome mais le pb c est que dans le terminal je tape superkaramba....p
Super.. se lance j arrive a mettre un theme sur le bureau mais des que je ferme le terminal tout s'en va...et je ne sais pas comment eviter cela
merci de l aide
ALT + F2 et tu tape superkaramba
Hors ligne
#467 Le 01/10/2007, à 20:17
- dudumomo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
pour mon histoire de conky qui chevauche les fenetres, c'est réglé. Je n'avais ptet pas mis assez de temps en sleep.
#468 Le 01/10/2007, à 22:29
- farnsworth
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
sirius10 a écrit :Bonjour
Je suis sur gnome et j ai installé superkaramba qui devrait marcher que sur kde mais la c esy cool ca marche sur gnome mais le pb c est que dans le terminal je tape superkaramba....p
Super.. se lance j arrive a mettre un theme sur le bureau mais des que je ferme le terminal tout s'en va...et je ne sais pas comment eviter cela
merci de l aide
ALT + F2 et tu tape superkaramba
vi, sinon tu tapes dans le terminal: "nohup superkaramba &" et tu peux quitter le terminal sans souci.
Hors ligne
#469 Le 01/10/2007, à 22:32
- farnsworth
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
la commande marche mais une fois intégrer à conky je n'ai jamais les lignes qui sont entre le if_empty et le endif
j'essaye de tester ca demain, en fait je n'ai pas eu l'occasion de tester ce que je t'avais donne...
Bon, finallement je viens de tester
ca fonctionne comme ca:
${if_empty ${exec ping -c 1 google.fr > /dev/null 2>&1 || echo KO}}tout ce que tu veux afficher blablablablablabla... et tu finis par ${endif}
tu peux laisser le ping dans un script, ca fait moins foutoir, en fait il manque juste "$" avant "{exec"
Dernière modification par farnsworth (Le 01/10/2007, à 22:42)
Hors ligne
#470 Le 01/10/2007, à 22:44
- sirius10
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
RE:
desolé la question as deja du etre posé : peux t on modifié les themes de surperkaramba, je trouve ca chouette mais certaune choses ne marchent pas et n ont pas les bons motsen vous remerciant
MErci histero pour le alt f2 .....autre question : peux t on creer une icone pour super karamba
Merci
"Pour ce qui est de l'Avenir, il ne s’agit pas de le prévoir, mais de le rendre possible."
Antoine de Saint-Exupéry
Hors ligne
#471 Le 01/10/2007, à 23:26
- jajaX
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
RE:
desolé la question as deja du etre posé : peux t on modifié les themes de surperkaramba, je trouve ca chouette mais certaune choses ne marchent pas et n ont pas les bons motsen vous remerciantMErci histero pour le alt f2 .....autre question : peux t on creer une icone pour super karamba
Merci
salut
oui tu peux éditer le fichier .theme avec un éditeur
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#472 Le 02/10/2007, à 12:15
- rniamo
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
merci
quelqu'un peut m'expliquer ce script ? : ping -c 1 google.fr > /dev/null 2>&1 || echo KO
Dernière modification par rniamo (Le 02/10/2007, à 15:10)
< Quelques un des mes programmes | Cuisine Facile (pour les gourmands) | Fast MVC for PHP >
\ ^__^
\ (o o)\_______
(___)\ )\
Hors ligne
#473 Le 03/10/2007, à 11:24
- Rixou
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
Bonjour,
J'ai un tout petit probleme, qui peut s'arranger en moins de 5 minutes je le pense du reste.
Voulant lancer conky au démarrage de ma session, j'ai fait ajouter la commande conky etc... Seulement sans le faire expret, j'ai supprimer une autre commande, dans le systeme/ preference/ session.
J'ai pensé qu'il n'était pas nécessaire d'ouvrir un post rien que pour cela.
Donc je me retrouve avec un ubuntu instable.
Pouvez-vous me dire quelle commande il manque ?
J'ai ubuntu feisty fawn et il me reste les commandes suivantes:
- Gestionnaire d'énergie
- Gestionnaire de pilotes propriétaires
- Gestionnaire de volumes
et Update notifier
Merci de m'aider, en espérant ne pas me faire jeter ...
Dernière modification par Rixou (Le 03/10/2007, à 11:25)
Les avis s'est comme les trous du cul, tout le monde en a ...
The Linux Counter - Compteur utilisateur Linux
Ubuntu User number #17873
Hors ligne
#474 Le 03/10/2007, à 11:59
- farnsworth
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
merci
quelqu'un peut m'expliquer ce script ? : ping -c 1 google.fr > /dev/null 2>&1 || echo KO
alors:
ping -c 1 google.fr -> on essaye de pinger google une seule fois
> /dev/null 2>&1 -> on renvoie toute sortie eventuelle de la commande precedente sur stdout (sortie standard) et stderr (sortie erreur) vers /dev/null (on les jette en fait dans le but que la commande n'affiche rien du tout)
|| echo KO -> si la commande precedent echoue on affiche KO (c'est un peu un if then else en plus rapide, ca marche comme ca: commande && traitement_si_resultat_de_la_commande_OK || traitement_si_resultat_de_la_commande_KO )
voili
Dernière modification par farnsworth (Le 03/10/2007, à 12:00)
Hors ligne
#475 Le 03/10/2007, à 12:03
- Sleipnir
Re : Conky : Postez vos conkyrc ou certaines parties intéressantes
@Rixou
chez moi;
Uptade Notifier →commande: "update-notifier"
Network Manager → nm-applet --sm-disable
Evolution Alarm Notifier → /usr/lib/evolution/2.10/evolution-alarm-notify
+ ceux que tu as cité
Hors ligne