Page 8 sur 14

Re: Nos bureaux 2019

Posté : mar. 18 juin 2019 09:51
par loutch

Dernier message de la page précédente :

Image




Tout neuf de hier

Tournicoti tournicota

Allez du conky encore du conky en version 1.10 :) :)


Image









Image

Re: Nos bureaux 2019

Posté : mar. 18 juin 2019 10:31
par zeb
Loutch 8-)
Tu me feras le plaisir d'enlever les spoilers :l :D c'est très/trop beau pour être caché ;)
C'est plutôt certains messages avant le tien qui devrait être spoiler car pas tout à fait dans le sujet :l :mrgreen:

Pour info, je rappelle qu'il y a dans le bandeau d'en haut, un onglet personnalisation qui contient des liens très intéressants concernant les conkys :l
Et aussi, il y a des sujets qui traitent de cette méthode de personnalisation ...
Donc les tutos existent déjà ;)

Re: Nos bureaux 2019

Posté : mar. 18 juin 2019 10:50
par loutch
Mes sincères Salutations matinales CHEF :D :D :D :D :D


Fait

Re: Nos bureaux 2019

Posté : mar. 18 juin 2019 10:57
par zeb
Merci ;)
C'est bien mieux comme ca 8-) :D

Re: Nos bureaux 2019

Posté : mer. 19 juin 2019 01:19
par david37
Vraiment tres beau loutch :D

Re: Nos bureaux 2019

Posté : mer. 19 juin 2019 01:46
par alain
Ha! on a retrouvé le Faucon Millenium, mais qu'est ce qu'il est parti faire a Sarreguemines! :shock: :lol:

Blague a part, Loutch, en conkys Image

Re: Nos bureaux 2019

Posté : sam. 22 juin 2019 11:02
par loutch
Image

Un peu de changement de ma xubuntu sur mon Strix


Image

Image

Re: Nos bureaux 2019

Posté : sam. 22 juin 2019 22:57
par david37
Encore une fois c'est hyper beau :-o :shock: :D

Re: Nos bureaux 2019

Posté : dim. 23 juin 2019 00:23
par hermes333
Ok je viens de faire ma part, il y a des messages d'erreurs, ça ne fonctionne pas. Laissez tomber pour l'aide, je vais rester avec mon bureau «conservateur». Je vais chercher de l'aide sur le forum Debian Facile pour ces problèmes de configuration conky. Merci quand même pour l'aide. Je ne publierais plus de bureau ici tant que je n'obtiendrai pas un décor complètement différent. À bientôt peut-être...

Ma tentative d'installation conky:

Code : Tout sélectionner

root@pc-domino:/home/hermes# cat /etc/conky/conky.conf
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
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-2012 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/>.
]]

conky.config = {
    alignment = 'top_left',
    background = false,
    border_width = 1,
    cpu_avg_samples = 2,
	default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'white',
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = false,
    use_xft = true,
    font = 'DejaVu Sans Mono:size=12',
    gap_x = 5,
    gap_y = 60,
    minimum_height = 5,
	minimum_width = 5,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = 'none',
    show_graph_scale = false,
    show_graph_range = false
}

conky.text = [[
${scroll 16 $nodename - $sysname $kernel on $machine | }
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
$hr
${color grey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}Networking:
Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
$hr
${color grey}Name              PID   CPU%   MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
]]
root@pc-domino:/home/hermes# cp /etc/conky/conky.conf /home/$USER/.conkyrc
cp: impossible de créer le fichier standard '/home/root/.conkyrc': Aucun fichier ou dossier de ce type
root@pc-domino:/home/hermes# conky ~/.conkyrc &
[1] 1955
root@pc-domino:/home/hermes# No protocol specified
conky: can't open display: :0
conky -v
conky 1.10.6 compiled Fri Dec  9 09:25:23 UTC 2016 for Linux 3.16.0-4-amd64 x86_64

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky


 General:
  * math
  * hddtemp
  * portmon
  * IPv6
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * builtin default configuration
  * old configuration syntax
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Internationalization support
  * PulseAudio

 Lua bindings:
  * Cairo
  * Imlib2
  * RSVG
 X11:
  * Xdamage extension
  * Xinerama extension (virtual display)
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual
  * Own window

 Music detection:
  * Audacious
  * MPD
  * MOC
  * XMMS2

 Default values:
  * Netdevice: eth0
  * Local configfile: $HOME/.conkyrc
  * Localedir: /usr/share/locale
  * Maximum netdevices: 64
  * Maximum text size: 16384
  * Size text buffer: 256
[1]+  Termine 1               conky ~/.conkyrc
root@pc-domino:/home/hermes# 

Re: Nos bureaux 2019

Posté : dim. 23 juin 2019 10:33
par loutch
Image

Dit pourquoi en root ????

Essaie celui-ci tu le lance avec cette commande @ mettre dans ton home

Code : Tout sélectionner

conky -c ~/conkyhermes
conkyhermes

Code : Tout sélectionner

conky.config = {
	background = true,
	use_xft = true,
	font = 'Liberation Sans:size=17',
	xftalpha = 1,
	update_interval = 0.2,                       --  1.0 pour un raffraichissement par seconde
	total_run_times = 0,
	own_window = true,
	own_window_transparent = true,
--own_window_color 000000
own_window_argb_visual = true,
--own_window_argb_value = 250,
	own_window_type = 'normal',
	own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
	double_buffer = true,
	minimum_width = 400, minimum_height = 470,
        maximum_width = 400,
	text_buffer_size = 2048,
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	default_color = 'white',
	default_outline_color = 'white',
	alignment = 'top_right',
	gap_x = 20,
	gap_y = 30,
	no_buffers = true,
	uppercase = false,
	cpu_avg_samples = 2,
	override_utf8_locale = true,
        imlib_cache_flush_interval = 60,
	imlib_cache_size = 10000,


-- Taille des pointillés
	stippled_borders = 5,

-- Couleurs
	default_color = '#ffffff',--ffd579
	default_shade_color = '#333333',
	default_outline_color = 'black',

 

};

conky.text = [[

${scroll 16 Bonjour Hermes Comment ça va ? Loutch }

]];


Image

Re: Nos bureaux 2019

Posté : dim. 23 juin 2019 10:43
par zeb
hermes333 a écrit :
dim. 23 juin 2019 00:23
Laissez tomber pour l'aide
Oui, d'autant plus que le sujet n'est pas vraiment un sujet d'aide ;)

@loutch, l’hébergeur du forum ne marche toujours pas ? :-o :mrgreen: :P
Me suis permis de modifier ton lien de ton tres beau bureau ;)