Conky Uhr Problem

Alle Fragen und Antworten die Linux betreffen. Egal ob Styling oder zum System.
Antworten

Du kannst eine Option auswählen

 
 
Ergebnis anzeigen

Disposable Hero
Frischling
Frischling
Beiträge: 22
Registriert: 07.11.2009, 18:05

Conky Uhr Problem

Beitrag von Disposable Hero » 19.11.2009, 16:32

Hallo Leute! Ich hoffe ich kann hier Hilfe finden...
Also meine conky Uhr wird nicht aktualisiert, seit ~30 min wird nur 16:04 angezeigt und es ändert sich nichts, woran liegt es? Hier mein Conky, falls ihr den Fehler sieht...:

Code: Alles auswählen

Zu # conky configuration

# 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

# Text alpha when using Xft
xftalpha 0.8

# 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 no
own_window_colour 000000
own_window_class main_conky
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar 


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

# Minimum size of text area
minimum_size 50 44

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 1

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color 000000
default_shade_color BBBBBB
default_outline_color FFFFFF

# Text alignment, other possible values are commented
alignment bottom_right
#alignment bottom_right
#alignment bottom_right
#alignment bottom_right

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

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


# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes
#Note: doesn't work in conky 1.2 =(

TEXT
${color ffffff}${execi 7 conkyBanshee --datatype=TI} 
${color ffffff}${execibar 7 conkyBanshee --datatype=PP}
${voffset 0}${color ffffff}${font Vermana2000:bold:size=44}${time %H}${voffset 0}${color ffffff}${font Vermana2000:bold:size=55}${time %I}
Bild

Tante Google

Conky Uhr Problem

Beitrag von Tante Google » 19.11.2009, 16:32


Disposable Hero
Frischling
Frischling
Beiträge: 22
Registriert: 07.11.2009, 18:05

Re: Conky Uhr Problem

Beitrag von Disposable Hero » 19.11.2009, 20:08

Hab den Fehler, kann man löschen.
Bild

Benutzeravatar
moinmoin
★ Team Admin ★
Beiträge: 59960
Registriert: 14.11.2003, 11:12
Hat sich bedankt: 131 Mal
Danke erhalten: 599 Mal
Gender:

Re: Conky Uhr Problem

Beitrag von moinmoin » 20.11.2009, 08:28

:ditsch:

Was ist denn der Fehler? Vielleicht kann irgend jemand die Lösung gebrauchen. ;)

Disposable Hero
Frischling
Frischling
Beiträge: 22
Registriert: 07.11.2009, 18:05

Re: Conky Uhr Problem

Beitrag von Disposable Hero » 20.11.2009, 16:22

"%I" ist der Code für die "kleine Zahlen anzeige" also das Anstatt 16:00, 04:00 kommt. Das musste ich halt durch "%M" austauschen.
Bild

Benutzeravatar
moinmoin
★ Team Admin ★
Beiträge: 59960
Registriert: 14.11.2003, 11:12
Hat sich bedankt: 131 Mal
Danke erhalten: 599 Mal
Gender:

Re: Conky Uhr Problem

Beitrag von moinmoin » 20.11.2009, 16:25

Danke. ;)

Antworten