Topic: Clock Make Script Move Left And Right
I'm not that great with Conky and I've been beating my head against a wall trying to figure out how to keep the clock from moving the sections below it left and right when the time changes.
Anyone that can fix this I'd greatly appreciate it and any other problems you see in the script.
THANKS
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont verdana:size=8
# Text alignment
alignment tr
# Set to yes if you want Conky to be forked in the background.
background yes
# Text alpha when using Xft
xftalpha 0.8
# Update interval in seconds (Causes Conky to shift left and right when starting)
#update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# own window options
own_window no
own_window_transparent yes
own_window_type desktop
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Minimum size of text area
#minimum_size 230 230
#maximum_width 900
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 10
# border width
border_width 1
default_shade_color grey
default_outline_color black
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 0
# My font names so I won't forget them.
# Asenine Wide
# Night Sky
# Radio Space
# Zegoe Light
# Stuff after 'TEXT' will be formatted on screen.
TEXT
${offset -5}${color cfc571}${font Night Sky:size=21}${time %A} * ${font Night Sky:size=21}${time %d %B %Y} * ${font Night Sky:size=21}${time %I:%M %P}
${offset 390}${color cfc571}${font Zegoe Light:size=15}BANDWIDTH
${offset 390}${color ffffff}${font PizzaDude Bullets:size=16}v${font} Up: ${upspeed wlan0} Kb/s
${offset 390}${color ffffff}${font PizzaDude Bullets:size=16}r${font} Down: ${downspeed wlan0} Kb/s
${offset 390}${font PizzaDude Bullets:size=16}M${font} Upload: ${totalup wlan0}
${offset 390}${font PizzaDude Bullets:size=16}S${font} Download: ${totaldown wlan0}
${offset 390}${color cfc571}${font Zegoe Light:size=15}SYSTEM
${offset 390}${color ffffff}${font StyleBats:size=16}A${font} CPU0: ${cpu cpu0}% ${acpitemp}C ${cpubar cpu0 6,30}
${offset 390}${color F8DF58}${font StyleBats:size=16}8${font} Battery: ${battery_percent BAT1}% ${battery_bar 6,30}
${offset 390}${color cfc571}${font Zegoe Light:size=15}RAM & UPTIME
${offset 390}${color C2E078}${font PizzaDude Bullets:size=16}J${font} $mem / $memmax
${offset 390}${font StyleBats:size=18}P${font} Work: ${uptime_short}

