Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Conky size bug?

  • 30-01-2010 07:24PM
    #1
    Closed Accounts Posts: 4,763 ✭✭✭


    I'm running conky under Openbox, with a very simple setup. When conky loads from autostart.sh, the font size is about twice what I want it to be. I have to manually kill conky and relaunch it for the program to work correctly. This problem isn't a show-stopper, but it certainly has me scratching my head.

    Examples:

    Conky when I login
    Conky after I kill it and relaunch

    My .conkyrc is exceedingly simple as my needs are few:

    http://img.bhalash.com/conky.conf
    # Fenster's (mark@bhalash.com) Conky configuration. Enjoy!
    #
    # playing script:
    #
    # #!/bin/sh
    # mocp -Q %song
    # exit 0
    #
    
    
    use_xft yes
    background yes
    xftfont Eurostile LT Bold:size=20
    update_interval 1 
    # own_window yes
    # own_window_type normal
    # own_window_transparent yes
    # own_window_hints undecorated,below,sticky
    double_buffer yes
    draw_shades no
    default_color white
    default_outline_color black
    draw_outline yes
    alignment bottom_left
    gap_y 0
    gap_x 10
    no_buffers no
    uppercase no
    
    TEXT
    
    ${color}${time %A %H%M} - ${color}${exec playing}
    


Comments

  • Registered Users, Registered Users 2 Posts: 13,947 ✭✭✭✭Johnboy1951


    xftfont Eurostile LT Bold:size=20

    Did you try changing the font size to maybe 12 ?

    xftfont Eurostile LT Bold:size=12


Advertisement