Page 2180 of 2348 FirstFirst ... 1180168020802130217021782179218021812182219022302280 ... LastLast
Results 21,791 to 21,800 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21791
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    How about Wallpapoz ?

    The idea of changing the background and having the cockpit image with transparent windscreen in place via conky makes more sense though.

    Code:
    minimum_size 1024 600
    maximum_width 1024
    
    ## '/media/5/conky/tatxen/cockpit-trans.png'
    ## '/media/5/conky/tatxen/green.png
    
    TEXT
    ${font Zekton:size=8}${image /media/5/conky/tatxen/cockpit-trans.png -p 0,0 -s 1024x600}
    ${goto 450}${color1}${top name 1}${goto 512}${top cpu 1}${goto 555}${top mem 1}
    ${goto 450}${color2}${top name 2}${goto 512}${top cpu 2}${goto 555}${top mem 2}
    ${goto 450}${color3}${top name 3}${goto 512}${top cpu 3}${goto 555}${top mem 3}
    ${goto 450}${color4}${top name 4}${goto 512}${top cpu 4}${goto 555}${top mem 4}
    ${goto 450}${color4}${top name 5}${goto 512}${top cpu 5}${goto 555}${top mem 5}
    ${goto 450}${color4}${top name 6}${goto 512}${top cpu 6}${goto 555}${top mem 6}
    ${goto 450}${color4}${top name 7}${goto 512}${top cpu 7}${goto 555}${top mem 7}
    ${goto 450}${color4}${top name 8}${goto 512}${top cpu 8}${goto 555}${top mem 8}
    manually changing wall:


    Looking at it like this it almost shows where the little plane is and a comment; "Damn! Where's the rest of my plane?"

    Almost needs a Roundel in there - I'd be inclined to use the Canuck one but that one with the kangaroo looks cute too.





    I have since merged cockpit-trans.png and green.png to one: cockpit-trans.png

  2. #21792
    Join Date
    Mar 2013
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    Hello, I'm trying to set up a conky and have the downloaded one on my screen now. However I can't paste any files into .conkyrc. I've tried the right click copy, right click paste that I'm used to but it will not copy them. Are things different in Ubuntu versis Windows? Thanks for any help. John

  3. #21793
    Join Date
    Mar 2013
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    Finally got it, files aren't right. I have read so much about this......

  4. #21794
    Join Date
    Sep 2007
    Location
    house
    Beans
    79
    Distro
    Lubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    cool
    I was working on one for a car with gauges
    Geek by nature, Linux by choice

  5. #21795
    Join Date
    Apr 2013
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    The last version


  6. #21796
    Join Date
    Apr 2013
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots


  7. #21797
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ tatxen

    That's neat ... I have found a way to change wallpapers with stinkeye's script and "nitrogen" that I use with Openbox ... I'm going to play with that more today

    Did you actually use that "original" image to make your cockpit? If yes, that is most impressive!

    For now I gave created some 1024x600 wallpapers out of a few of my 1920x1080 wallpapers as tests... I can have you flying over the Cataratas Iguazu, Argentina on a sunny day:



    or ... beside the Space Shuttle at Sunrise ... and any point in between:
    Attached Images Attached Images

  8. #21798
    Join Date
    Feb 2010
    Beans
    Hidden!

    Thumbs up Re: Post your .conkyrc files w/ screenshots

    @ stinkeye

    Your little script to change wallpapers according to the time of day, found here, for Ubuntu or Gnome works wonderful here with OpenBox and nitrogen as well. Just needs a small change:

    Code:
    # sunrise
    04|05|06|07)
    nitrogen --set-auto /path/to//wallpaper.png
    ;;
    @ stinkeye
    some tweaks possible:
    Code:
    	--set-auto
    		Sets the background to the given file (auto)
    	--set-centered
    		Sets the background to the given file (centered)
    	--set-color=[arg]
    		background color in hex, #000000 by default
    	--set-scaled
    		Sets the background to the given file (scaled)
    	--set-tiled
    		Sets the background to the given file (tiled)
    	--set-zoom
    		Sets the background to the given file (zoom)
    	--set-zoom-fill
    		Sets the background to the given file (zoom-fill)
    Don't even need to cron job it, just a small line in a conky that runs on start up conky:

    Code:
    TEXT
    ${execi 900 ~/bin/stinkeye.sh}\
    Thank you!

  9. #21799
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    @ stinkeye

    Your little script to change wallpapers according to the time of day, found here, for Ubuntu or Gnome works wonderful here with OpenBox and nitrogen as well. Just needs a small change:

    Code:
    # sunrise
    04|05|06|07)
    nitrogen --set-auto /path/to//wallpaper.png
    ;;
    @ stinkeye
    some tweaks possible:
    Code:
    	--set-auto
    		Sets the background to the given file (auto)
    	--set-centered
    		Sets the background to the given file (centered)
    	--set-color=[arg]
    		background color in hex, #000000 by default
    	--set-scaled
    		Sets the background to the given file (scaled)
    	--set-tiled
    		Sets the background to the given file (tiled)
    	--set-zoom
    		Sets the background to the given file (zoom)
    	--set-zoom-fill
    		Sets the background to the given file (zoom-fill)
    Don't even need to cron job it, just a small line in a conky that runs on start up conky:

    Code:
    TEXT
    ${execi 900 ~/bin/stinkeye.sh}\
    Thank you!
    Glad you found it useful.

  10. #21800
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Glad you found it useful.
    For someone that struggles with bash scripts it's awesome.

Page 2180 of 2348 FirstFirst ... 1180168020802130217021782179218021812182219022302280 ... 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
  •