Nach Update Problem mit Conky-Darstellung [SOLVED]

Message
Author
loik
Posts: 1571
Joined: Wed Dec 12, 2018 3:01 pm

Re: Nach Update Problem mit Conky-Darstellung

#11 Post by loik »

killall -9 conky

Hat das Conky geschlossen.
Nach neuem Start mi Conky Toggel sieht es noch genau so falsch skaliert aus wie vorher.

Danke für den Versuch.


Muss mich jetzt abmelden.
Schaue Morgen oder Übermorgen wieder rein.

Vielleicht gibt es bis dahin ja eine Lösung.

Danke für die Bemühungen.

User avatar
fehlix
Developer
Posts: 10310
Joined: Wed Apr 11, 2018 5:09 pm

Re: Nach Update Problem mit Conky-Darstellung

#12 Post by fehlix »

loik wrote: Wed Dec 12, 2018 3:59 pm
Würde mich freuen, wenn jemand helfen kann, das Conky auf dem Desktop wieder ansehnlich erscheinen zu lassen.

Loik
Bitte poste doch keine screen-shots von text, kann sowieso keiner lesen.
Text bitte zwischen code-tags einfügen [code] hier rein [/code],
mit click auf das </> Icon kannst Du Dir die code tages in den editor zaubern.
An den bilder der Conky kann ich auch nichts erkennen, was vorher oder nacher , gut oder schlecht ist.
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

male

Re: Nach Update Problem mit Conky-Darstellung

#13 Post by male »

Natürlich bist du aufgeregt. Das sieht man an deinen Antworten, dass du gar nicht liest, was man dir schreibt. 9_9

Hier ist der von mir geänderte Code

Code: Select all

##############################################
# Settings
##############################################
# Use Xft?
use_xft yes
xftfont Droid Sans:size=7.2
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 5

# 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 fixes cairo-compmgr issue...
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,skip_taskbar,skip_pager  #sticky,

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 230 0
#maximum_width 200
#maximum_width 270

# Draw shades?
draw_shades no
#default_shade_color black

# Draw outlines?
draw_outline no
#default_outline_color grey

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border width
border_width 1

own_window_colour white

############Colors#########
default_color white   #use ${color} to revert to default
#time, date, mx version
color1 fdfdfd
#sections and horizonal lines, item descriptions
color2 F19E12
#readings
color3 26C7D1
###########################


# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 35

# 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 none

#own_window_type desktop

##############################################
#  Output
##############################################
TEXT
   ${alignc}${font Arial Black:size=28}${color1}${time %H:%M}${font}
   ${alignc}${time %A %d %B %Y}
${color2}SYSTEM ${hr 2}${color}


${image $HOME/.conky/MX-Asq/MX-GeekyTowerLogo/MXLogoStart.png -p 147,90 -s 50x50}
${alignc}${color1}${execi 1000 cat /etc/mx-version}
${voffset 2}${color3}   Kernel: ${alignr}${color}${kernel}
   ${color3}CPU: ${color}${cpu cpu0}% ${alignr}${color}${cpubar cpu0 8,60}
   ${color3}RAM: ${color}$memperc% ${alignr}${color}${membar 8,60}
   ${color3}SWAP: ${color}$swap/ $swapmax ${alignr}${color}${swapbar 8,60}
   ${color3}Uptime: ${alignr}${color}${uptime}
${color2}MEDIA ${hr 2}${color}
${execpi 10 $HOME/.conky/MX-Asq/MX-GeekyTowerLogo/conky-harddisks.sh}
${color2}ETHERNET (${addr eth0}) ${hr 2}${color}
   Down: ${downspeedf eth0}kB/s ${alignr}Up: ${upspeedf eth0}kB/s
   ${downspeedgraph eth0 30,120 000000 000000} ${alignr}${upspeedgraph eth0 30,120 000000 000000}
${color2}WIRELESS (${addr wlan0}) [${wireless_link_qual_perc wlan0}%] ${hr 2}${color}
   Down: ${downspeedf wlan0}kB/s ${alignr}Up: ${upspeedf wlan0}kB/s
   ${downspeedgraph wlan0 30,120 000000 000000} $alignr${upspeedgraph wlan0 30,120 000000 000000}   
${color2}MONITOR ${hr 2}${color}
   NAME $alignr PID CPU
   ${color3}${top name 1} $alignr${color} ${top pid 1} ${top cpu 1}
   ${color3}${top name 2} $alignr${color} ${top pid 2} ${top cpu 2}
   ${color3}${top name 3} $alignr${color} ${top pid 3} ${top cpu 3}
   ${color3}${top name 4} $alignr${color} ${top pid 4} ${top cpu 4}
   ${color3}${top name 5} $alignr${color} ${top pid 5} ${top cpu 5}
   ${color3}${top name 6} $alignr${color} ${top pid 6} ${top cpu 6}
   ${color3}${top name 7} $alignr${color} ${top pid 7} ${top cpu 7}
   ${color3}${top name 8} $alignr${color} ${top pid 8} ${top cpu 8}
Kopiere den in die betreffende conkyrc (ich denke, du weißt wie ;) ) und starte den Conky anschließend neu. Wenn der bei dir oben sein soll, mußt du
alignment top_right wieder einkommentieren.

https://i.imgur.com/to6pppq.png

User avatar
Eadwine Rose
Administrator
Posts: 11896
Joined: Wed Jul 12, 2006 2:10 am

Re: Nach Update Problem mit Conky-Darstellung

#14 Post by Eadwine Rose »

Wenn ich mir die Screenshots ansehe, sieht es so aus, als ob alles ausgerichtet wurde. (aligned to right side)

Vielleicht auch .. weil das Upgrade damit zusammenhängt .. ein Schriftproblem? Während der Upgrades wurden an anderer Stelle Probleme mit der Schriftart gemeldet.
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

male

Re: Nach Update Problem mit Conky-Darstellung

#15 Post by male »

Ich weiß nicht, was du meinst Eadwine.

User avatar
Eadwine Rose
Administrator
Posts: 11896
Joined: Wed Jul 12, 2006 2:10 am

Re: Nach Update Problem mit Conky-Darstellung

#16 Post by Eadwine Rose »

Der gesamte Text im Screenshot des Conky-Objekts ist auf der rechten Seite ausgerichtet.
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

male

Re: Nach Update Problem mit Conky-Darstellung

#17 Post by male »

Ja, meinst du da jetzt seine Bilder, die sind oben rechts. Mein Screen ist unten rechts. :happy:

User avatar
Eadwine Rose
Administrator
Posts: 11896
Joined: Wed Jul 12, 2006 2:10 am

Re: Nach Update Problem mit Conky-Darstellung

#18 Post by Eadwine Rose »

Nein, das meine ich nicht. Ich meine, der Text INNERHALB des conky ist nach rechts ausgerichtet
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

male

Re: Nach Update Problem mit Conky-Darstellung

#19 Post by male »

Das ist das, was wahrscheinlich fehlix gemeint hat.

Ich denke auf seinem "richtigen" Screen und meinem, besteht bei genauerem hinsehen, kein Unterschied.

Das entscheidende Problem war oberhalb TEXT

Code: Select all

#minimum_size 230 0
#maximum_width 200
maximum_width 270
was Quatsch ist.
Unterhalb von TEXT waren jeweils immer Leerzeilen zwischen den an zu zeigenden Werten und dadurch "passte" alles nicht mehr auf den Desk.

Ja und, ich hatte auch erst das Update und dann den Conky mir angeschaut. Vorher kannte ich den gar nicht. :bagoverhead:

User avatar
Eadwine Rose
Administrator
Posts: 11896
Joined: Wed Jul 12, 2006 2:10 am

Re: Nach Update Problem mit Conky-Darstellung

#20 Post by Eadwine Rose »

Naja .. sollte mit dem neuen Inhalt gelöst werden :)
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

Post Reply

Return to “Deutsches Forum”