Page 1060 of 2348 FirstFirst ... 60560960101010501058105910601061106210701110116015602060 ... LastLast
Results 10,591 to 10,600 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #10591
    Join Date
    Nov 2009
    Location
    Lille - FRANCE
    Beans
    0
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by varsamakos View Post
    Hey,


    I just started with conky-colors in Karmic.
    After following the instructions and commands I can't find the .conkyrc file
    though after the last command I got the right message ("Congrats your conkyrc ...").
    It's definitely not in my home folder.

    Latest version of conky-colors & conky 1.7.2.

    Any help would be appreciated.
    The same for me "Congrats..." But where is the .conkyrc ??

  2. #10592
    Join Date
    Feb 2009
    Location
    Netherlands
    Beans
    784

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Boiz View Post
    The same for me "Congrats..." But where is the .conkyrc ??
    In these cases try to do 'appname --help' or 'man appname' in a terminal or find the homepage. Anyway, you can create the file yourself, or let conky create a default conkyrc to get you going:
    conky -C > ~/.conkyrc

    If you run just 'conky' it will first look for ~/.conkyrc, then the conkyrc that comes with the package. You can specify any other rc with:
    conky -c /path/to/config

  3. #10593
    Join Date
    Feb 2009
    Location
    Netherlands
    Beans
    784

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kartal View Post
    Hi thanks for the tip.

    My problem is that I do not want to show couple lines of text. I want to show whole page of texts on my desktop. I do not plan to use any other utility command in Conky at all, just plain text but full desktop size.

    All the commands I tried

    "$head", it does not update properly. Conky never udpates the display

    "$cat", it does update fine however my text is dipslayed at the bottom of the screen
    Code:
    -----------------|
    |                |
    |                |
    |                |
    |        Text is |
    |          here  |
    -----------------|
    "$tail", it seems to work better. I managed to move the text little higher with tail. Something like this
    Code:
    -----------------|
    |                |
    |        Text is |
    |           here |
    |        Text is |
    |          here  |
    -----------------|
    But I want to be able to use the whole desktop for showing text if I can
    Please post your config so we can have a look. At least you'll need a high number for text_buffer_size. Also I wonder why you don't create something like a terminal widget on your desktop. Gnome-terminal, roxterm, vte all support true transparancy, the latter two being very lightweight; configure the window manager to forget about the window decoration; configure the terminal settings to not show the menubar and that would be about it.

  4. #10594
    Join Date
    Mar 2008
    Location
    Normal, IL
    Beans
    505
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    is there a script i can use or a variable that will tell me how much charge time i have on my battery?
    -ASUS U46: Intel Core I5(Sandy Bridge) 8 gb Ram, Integrated Graphics card. Currently running Ubuntu 13.04(64bit)

  5. #10595
    Join Date
    Sep 2008
    Location
    Italy Varese..
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I have installed KK..
    Now this is conky:

    Code:
    deegan@deegan-karmic:~$ conky -Version
    Conky 1.7.2 compiled Fri Oct 23 15:55:48 UTC 2009 for Linux 2.6.24-23-server (i686)
    
    Compiled in features:
    
    System config file: /etc/conky/conky.conf
    Package library path: /usr/lib/conky
    
     X11:
      * Xdamage extension
      * XDBE (double buffer extension)
      * Xft
    
     Music detection:
      * MPD
      * MOC
    
     General:
      * math
      * hddtemp
      * portmon
      * Curl
      * RSS
      * Weather (METAR)
      * Weather (XOAP)
      * wireless
      * support for IBM/Lenovo notebooks
      * nvidia
      * eve-online
      * config-output
      * Imlib2
      * ALSA mixer support
      * apcupsd
      * iostats
      * Lua
    
      Lua bindings:
       * Cairo
       * Imlib2
    deegan@deegan-karmic:~$
    If I launch the conky in.lua with:
    cpu0 cpu1 battery_percent memperc fs_used_perc
    OK..
    But if:


    Code:
    {
    	name='wireless_link_qual_perc',
    	arg='wlan0',
    	max=100,
    	bg_colour=0x3399cc,
    	bg_alpha=0.2,
    	fg_colour=0x3399cc,
    	fg_alpha=0.6,
    	x=350, y=100,
    	radius=25,
    	thickness=5,
    	start_angle=-90,
    	end_angle=180
        },
        {
    	name='upspeedf',
    	arg='wlan0',
    	max=100,
    	bg_colour=0x3399cc,
    	bg_alpha=0.2,
    	fg_colour=0x3399cc,
    	fg_alpha=0.3,
    	x=350, y=100,
    	radius=15,
    	thickness=4,
    	start_angle=-90,
    	end_angle=180
        },
        {
    	name='downspeedf',
    	arg='wlan0',
    	max=100,
    	bg_colour=0x3399cc,
    	bg_alpha=0.2,
    	fg_colour=0x3399cc,
    	fg_alpha=0.3,
    	x=350, y=100,
    	radius=20,
    	thickness=4,
    	start_angle=-90,
    	end_angle=180
         },
         {
    	name='fs_used_perc',
    	arg='/media/Xp black',
    	max=100,
    	bg_colour=0x3399cc,
    	bg_alpha=0.2,
    	fg_colour=0x3399cc,
    	fg_alpha=0.3,
    	x=900, y=40,
    	radius=20,
    	thickness=4,
    	start_angle=-90,
    	end_angle=180
    	},
    	{
    	name='fs_used_perc',
    	arg='/media/Xp black',
    	max=100,
    	bg_colour=0x3399cc,
    	bg_alpha=0.2,
    	fg_colour=0x3399cc,
    	fg_alpha=0.2,
    	x=900, y=40,
    	radius=15,
    	thickness=4,
    	start_angle=-90,
    	end_angle=180
    	},
    Code:
    deegan@deegan-karmic:~$ conky -c .conkyrc3
    Conky: desktop window (20000bc) is subwindow of root window (109)
    Conky: window type - override
    Conky: drawing to created window (0x4e00001)
    Conky: drawing to double buffer
    Conky: llua_do_call: function conky_clock_rings execution failed: /home/deegan/Scrivania/clock_rings.lua:314: attempt to perform arithmetic on local 'value' (a nil value)
    Conky: llua_do_call: function conky_clock_rings execution failed: /home/deegan/Scrivania/clock_rings.lua:314: attempt to perform arithmetic on local 'value' (a nil value)
    ^CConky: received SIGINT or SIGTERM to terminate. bye!
    deegan@deegan-karmic:~$

  6. #10596
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PatrickMoore View Post
    is there a script i can use or a variable that will tell me how much charge time i have on my battery?
    You can use ${battery} or ${battery_percent} ${battery_time}, etc.

    Check out the conky objects page for the complete list of variables:

    http://conky.sourceforge.net/variables.html
    Registered Ubuntu User #29430

  7. #10597
    Join Date
    Feb 2009
    Location
    Hellas
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VCoolio View Post
    In these cases try to do 'appname --help' or 'man appname' in a terminal or find the homepage. Anyway, you can create the file yourself, or let conky create a default conkyrc to get you going:
    conky -C > ~/.conkyrc

    If you run just 'conky' it will first look for ~/.conkyrc, then the conkyrc that comes with the package. You can specify any other rc with:
    conky -c /path/to/config



    I know that I can make the file but the question is where's
    the output file after configuring conky-colors ? :/
    Last edited by varsamakos; November 22nd, 2009 at 03:07 PM.

  8. #10598
    Join Date
    Nov 2009
    Location
    Lille - FRANCE
    Beans
    0
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VCoolio View Post
    In these cases try to do 'appname --help' or 'man appname' in a terminal or find the homepage. Anyway, you can create the file yourself, or let conky create a default conkyrc to get you going:
    conky -C > ~/.conkyrc

    If you run just 'conky' it will first look for ~/.conkyrc, then the conkyrc that comes with the package. You can specify any other rc with:
    conky -c /path/to/config
    Thanks but it doesn't work. Now I have the .conkyrc but nothing comes after Alt+F2 "conky"..

    I just want to install that conky : http://www.cairo-dock.org/mc_element.php?a=3&e=140


    Does someone has this conkyrc please ??
    Attached Files Attached Files
    Last edited by Boiz; November 22nd, 2009 at 04:39 PM.

  9. #10599
    Join Date
    Nov 2008
    Beans
    109

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VCoolio View Post
    Please post your config so we can have a look. At least you'll need a high number for text_buffer_size. Also I wonder why you don't create something like a terminal widget on your desktop. Gnome-terminal, roxterm, vte all support true transparancy, the latter two being very lightweight; configure the window manager to forget about the window decoration; configure the terminal settings to not show the menubar and that would be about it.
    Hi

    That sounds like a nice tip. I did not about such features.


    thanks

  10. #10600
    Join Date
    Mar 2008
    Location
    Normal, IL
    Beans
    505
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    battery is on there... however is there another variable i need enter if i have a 12 cell battery? reason being is that my battery reading is still showing full even though it is indeed discharging... currently at 82.7 my time till dead line isn't working either
    -ASUS U46: Intel Core I5(Sandy Bridge) 8 gb Ram, Integrated Graphics card. Currently running Ubuntu 13.04(64bit)

Page 1060 of 2348 FirstFirst ... 60560960101010501058105910601061106210701110116015602060 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •