Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Conky size bug?

  • 30-01-2010 6: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: 14,048 ✭✭✭✭Johnboy1951


    xftfont Eurostile LT Bold:size=20

    Did you try changing the font size to maybe 12 ?

    xftfont Eurostile LT Bold:size=12


Advertisement