Page 2088 of 2348 FirstFirst ... 1088158819882038207820862087208820892090209821382188 ... LastLast
Results 20,871 to 20,880 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20871
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vasilub1 View Post
    Hi, everyone !
    Is there any way to make conky hide automatically or manually..?
    May be interactive conky method applied here..?
    If you need it to hide so it does not overlap some other window you could use mrpeachys interative conky code to minimize and un-minimize the conky window on mouse over/mouse off by using something like wmctrl to send the minimize command to the window.
    I don't know what result you would get using xdotool on a minimized window so this might require some changes to the interactive conky code for it to work.

    If you just want the window to go blank at a certain time mrpeachys suggestion is much easier to do.
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  2. #20872
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    see here
    http://crunchbanglinux.org/forums/post/245759/#p245759

    this is my button script and conkyrc
    Good stuff ... I have to bookmark that. Thanks.

  3. #20873
    Join Date
    Jul 2006
    Location
    Gujranwala, Pakistan
    Beans
    139
    Distro
    Ubuntu

    Re: Post you're .conkyrc files w/ screenshots

    Hi,
    Is there a way to align the entire output of a command in conky? I have a script which outputs 5 lines. ${alignr}{exec /path/to/script} only aligns the first line. The rest are printed aligned left.

  4. #20874
    Join Date
    Aug 2008
    Location
    Bucharest, ROMANIA
    Beans
    13
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Link to that conky please.
    Interactive ... probably has a touch of mrpeachy's interactive LUA script in there.


    You could always remove "undecorated" from:
    Code:
    own_window_hints
    putting conky in a window make an icon that starts it and click on the [x] to shut it down.

    Or the start-stop conky script (ssc.sh) assign that to an icon and it will open a closed conky (group of conkys) or shut them all down.

    Start/Stop Conky or another version Start/Stop Conky II
    Greetings to you, Sector11 and thanks so much for your kind advices..
    I placed already a SSC icon on Unity launcher... and that is workink pretty well...
    However, what I intend to do is to add more conkys / sections to this one (calendar, RSS, music players,vnstat etc) and to play with them alternativelly..
    On my small Sony Vaio laptop I would like to make a conky more "discrete" to have as much as possible free space of screen...
    Yes, I got your idea of using mrpeachy interactive LUA scripts.. I will try but I cannot guarantee you anything... ...still learning...
    Attached Images Attached Images
    Last edited by vasilub1; October 25th, 2012 at 10:09 AM. Reason: correction

  5. #20875
    Join Date
    Aug 2008
    Location
    Bucharest, ROMANIA
    Beans
    13
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    see here
    http://crunchbanglinux.org/forums/post/245759/#p245759

    this is my button script and conkyrc

    the conkyrc is like this currently
    Code:
    template1 ${lua rc_button {btype=1,bname="conkybutton1",blx_off=5,bly_off=50,bw_off=70,bh_off=30,draw=1,text=1,fcol_off={0x000000},txt_off={"BUTTON","OFF"},font_off={"Sans"},fs_off={12},fxadj_off={5},fyadj_off={-17,-2},txt_on={"BUTTON","ON"}}}
    TEXT
    ${cpu cpu0}
                            ${if_match ${template1}==0}the button is off${else}the button is on${endif}
    but could easily control an entire conky display
    Code:
    template1 ${lua rc_button  {btype=1,bname="conkybutton1",blx_off=5,bly_off=50,bw_off=70,bh_off=30,draw=1,text=1,fcol_off={0x000000},txt_off={"BUTTON","OFF"},font_off={"Sans"},fs_off={12},fxadj_off={5},fyadj_off={-17,-2},txt_on={"BUTTON","ON"}}}
    TEXT
    ${if_match ${template1}==0}${else}
    all your conky stuff
    ${endif}
    Hi, SIR mrpeachy ! THANK YOU !
    The Crunchbang forums are so far my favorite and lighting me every day..
    Be assured, I will try... and come back with results... if any...
    All the best !
    Last edited by vasilub1; October 25th, 2012 at 10:11 AM.

  6. #20876
    Join Date
    Aug 2008
    Location
    Bucharest, ROMANIA
    Beans
    13
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by arclance View Post
    If you need it to hide so it does not overlap some other window you could use mrpeachys interative conky code to minimize and un-minimize the conky window on mouse over/mouse off by using something like wmctrl to send the minimize command to the window.
    I don't know what result you would get using xdotool on a minimized window so this might require some changes to the interactive conky code for it to work.

    If you just want the window to go blank at a certain time mrpeachys suggestion is much easier to do.
    Yes, thank you arclance. I will split the conky in some sectorial parts and try to use mrpeachy interactive conky code... Hard work...

  7. #20877
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Hi folks,
    I recently dusted off an old conkyrc I'm using on (K)ubuntu 12.10 from around page 500 of this thread
    I have a small problem though with the system updates code,
    Code:
    ${execi 3600 aptitude search "~U" | wc -l | tail}
    Has something changed that this no longer works?
    cheers

  8. #20878
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bra|10n View Post
    Hi folks,
    I recently dusted off an old conkyrc I'm using on (K)ubuntu 12.10 from around page 500 of this thread
    I have a small problem though with the system updates code,
    Code:
    ${execi 3600 aptitude search "~U" | wc -l | tail}
    Has something changed that this no longer works?
    cheers
    What's your terminal output of...
    Code:
    aptitude search "~U" | wc -l | tail

    Still works here.
    May be this bug.
    http://ubuntuforums.org/showpost.php?p=12301334&postcount=2
    Last edited by stinkeye; October 25th, 2012 at 11:24 AM.

  9. #20879
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    stinkeye as requested,
    Code:
    bra10n@Aspire-5750:~$ aptitude search "~U" | wc -l | tail
    The program 'aptitude' is currently not installed. You can install it by typing:
    sudo apt-get install aptitude
    0
    I find it odd that it appears to show 0 updates. I'm using this with a KDE version of a SSC script so stop/start should have shown available updates IMO.

  10. #20880
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Why odd?
    Since you have no aptitude installed, then there is no output from it, so line count from 'aptitude' is '0'.

    The line
    Code:
    The program 'aptitude' is currently not installed. You can install it by typing:
    sudo apt-get install aptitude
    is not from 'aptitude' but from shell and is not from normal output (SDTOUT) but from error output (SDTERR), so it is not piped to 'wc' and is not counted by it.

    Everything is fine there and logic.
    If you want some data from 'aptitude' then install it as suggested by shell.
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

Page 2088 of 2348 FirstFirst ... 1088158819882038207820862087208820892090209821382188 ... 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
  •