Page 2062 of 2348 FirstFirst ... 1062156219622012205220602061206220632064207221122162 ... LastLast
Results 20,611 to 20,620 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20611
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Thanks again.
    Everything is working great, except for one little problem: I have a 1024x768 screen. It doesn't quite fit. Here is a screen shot




    I think I'm going to have to do something with the Conky Lua as well to make everything fit. Might change to one I saw in the Conky Mega Thread you linked me to.
    Last edited by AndyOpie150; September 24th, 2012 at 03:22 AM.

  2. #20612
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    Thanks again.
    Everything is working great, except for one little problem: I have a 1024x768 screen. It doesn't quite fit. Here is a screen shot


    I think I'm going to have to do something with the Conky Lua as well to make everything fit. Might change to one I saw in the Conky Mega Thread you linked me to.
    There is not much you can do to resize it right now.
    The columns could be made less wide but I would have to make it possible to pick one temperature unit first otherwise the temperature line would get longer than the columns when the temperature is high (above 100 F) or low (below 0 F) enough.
    There are also a few things that have hardcoded postions I would need to work on to make the column width adjustable.

    I would need to make a alternate layout for the script to do any more complicated resizeing.

    Most of this is fairly complicated because of the buttons so I don't know when I will have time to work on it.

    You can make the radar images on the right side smaller fairly easily right now though.
    Do you want to try that?
    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

  3. #20613
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    The two conky's conflict so badly It won't make a difference in my first Conky Lua, which has been cut off pretty badly on the bottom. I would have to choose one over the other. I would like to have both, but if I had to make a choice it will have to be my first Conky Lua.

    I'll look around and see if any other conky will work with the area that's left (or can be made to work) that will display the system info I want and have a large analog clock as well. I think I'm probably going to have to give up a little here and there to get both a conky and your conkyWeather to play nice together.

    EDIT: Decided to keep everything installed until I can find a fix from someone (put too much time into this to give up on it), just deselected it in the Startup Applications menu. Will use the terminal when I need the info.

    I like this conkyWeather too much. I'm thinking of changing the color to one that would be more visible in all my changing backgrounds (all 20 something scenic landscapes with slidewall), something like a high visibility chartreuse green. Will have to read up on the color codes and where to find the script to change it.

    So close, if I could just re-size to 20%-30% smaller everything would work real nice together.
    Last edited by AndyOpie150; September 24th, 2012 at 04:34 PM.

  4. #20614
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    The two conky's conflict so badly It won't make a difference in my first Conky Lua, which has been cut off pretty badly on the bottom. I would have to choose one over the other. I would like to have both, but if I had to make a choice it will have to be my first Conky Lua.


    So close, if I could just re-size to 20%-30% smaller everything would work real nice together.
    Just an idea here...

    Now I'm by no means an expert programmer so I'm not sure how difficult (or possible) it would actually be, (or how much system resources it would eat up), but couldn't you set up your start up script in an infinite loop so that one Conky Lua is run, then the script sleeps for about 30 seconds, and then the script closes the first conky lua and opens the second, and the sleeps for about 30 seconds, then closes the second conky and reopens the first? That way you could set up one conky to run the weather info text and a separate conky to run just the weather map and they would alternate displays.

    Or something like that.
    Last edited by Petro Dawg; September 24th, 2012 at 06:32 PM.

  5. #20615
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    The weather Radar map has a button that brings it over in place of the weekly forecast (pretty cool idea on the part of arclance). The problem I'm having is the conkyweather takes up to much of the screen. It covers up half of my Conky Lua.

    I need to re-size the conkyWeather down 20%-30% (I thought it would be the same size as Jedcurtis's conkyWeather) to clear the area needed for the Conky Lua (It runs all the way to the bottom of my screen).

    EDIT: Having a hard time with color code for chartreuse green. Found FF1900/RED and FF08DE/(which is a pinkish purple).One of these might work in all nature backgrounds,but chartreuse is an elusive color. Just ain't crazy about purple.
    Last edited by AndyOpie150; September 24th, 2012 at 08:52 PM.

  6. #20616
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    EDIT: Having a hard time with color code for chartreuse green. Found FF1900/RED and FF08DE/(which is a pinkish purple).One of these might work in all nature backgrounds,but chartreuse is an elusive color. Just ain't crazy about purple.
    Here you go:
    Code:
    7FFF00 	127 255   0	Chartreuse
    You know you can use the name don't you?

    Code:
    ${color Chartreuse}makes text chartreuse${color}
    web-safe-colours.txt (good for conky)
    Code:
    Hex		Decimal		142 colours
    code		code			HTML name
    
    	Red colors
    CD5C5C 	205  92  92	IndianRed
    F08080 	240 128 128	LightCoral
    FA8072 	250 128 114	Salmon
    E9967A 	233 150 122	DarkSalmon
    FFA07A 	255 160 122	LightSalmon
    DC143C 	220  20  60	Crimson
    FF0000 	255   0   0	Red
    B22222 	178  34  34	FireBrick
    8B0000 	139   0   0	DarkRed
    
    	Pink colors
    FFC0CB 	255 192 203	Pink
    FFB6C1 	255 182 193	LightPink
    FF69B4 	255 105 180	HotPink
    FF1493 	255  20 147	DeepPink
    C71585 	199  21 133	MediumVioletRed
    DB7093 	219 112 147	PaleVioletRed
    
    	Orange colors
    FFA07A 	255 160 122	LightSalmon
    FF7F50 	255 127  80	Coral
    FF6347 	255  99  71	Tomato
    FF4500 	255  69   0	OrangeRed
    FF8C00 	255 140   0	DarkOrange
    FFA500 	255 165   0	Orange
    
    	Yellow colors
    FFD700 	255 215   0	Gold
    FFFF00 	255 255   0	Yellow
    FFFFE0 	255 255 224	LightYellow
    FFFACD 	255 250 205	LemonChiffon
    FAFAD2 	250 250 210	LightGoldenrodYellow
    FFEFD5 	255 239 213	PapayaWhip
    FFE4B5 	255 228 181	Moccasin
    FFDAB9 	255 218 185	PeachPuff
    EEE8AA 	238 232 170	PaleGoldenrod
    F0E68C 	240 230 140	Khaki
    BDB76B 	189 183 107	DarkKhaki
    
    	Purple colors
    E6E6FA 	230 230 250	Lavender
    D8BFD8 	216 191 216	Thistle
    DDA0DD 	221 160 221	Plum
    EE82EE 	238 130 238	Violet
    DA70D6 	218 112 214	Orchid
    FF00FF 	255   0 255	Fuchsia
    FF00FF 	255   0 255	Magenta
    BA55D3 	186  85 211	MediumOrchid
    9370DB 	147 112 219	MediumPurple
    8A2BE2 	138  43 226	BlueViolet
    9400D3 	148   0 211	DarkViolet
    9932CC 	153  50 204	DarkOrchid
    8B008B 	139   0 139	DarkMagenta
    800080 	128   0 128	Purple
    4B0082 	 75   0 130	Indigo
    6A5ACD 	106  90 205	SlateBlue
    483D8B 	 72  61 139	DarkSlateBlue
    7B68EE 	123 104 238	MediumSlateBlue
    
    	Green colors
    ADFF2F 	173 255  47	GreenYellow
    7FFF00 	127 255   0	Chartreuse
    7CFC00 	124 252   0	LawnGreen
    00FF00 	  0 255   0	Lime
    32CD32 	 50 205  50	LimeGreen
    98FB98 	152 251 152	PaleGreen
    90EE90 	144 238 144	LightGreen
    00FA9A 	  0 250 154	MediumSpringGreen
    00FF7F 	  0 255 127	SpringGreen
    3CB371     60 179 113	MediumSeaGreen
    2E8B57 	 46 139  87	SeaGreen
    228B22 	 34 139  34	ForestGreen
    008000 	  0 128   0	Green
    006400 	  0 100   0	DarkGreen
    9ACD32 	154 205  50	YellowGreen
    6B8E23 	107 142  35	OliveDrab
    808000 	128 128   0	Olive
    556B2F 	 85 107  47	DarkOliveGreen
    66CDAA 	102 205 170	MediumAquamarine
    8FBC8F 	143 188 143	DarkSeaGreen
    20B2AA 	 32 178 170	LightSeaGreen
    008B8B 	  0 139 139	DarkCyan
    008080 	  0 128 128	Teal
    
    	Blue/Cyan colors
    00FFFF 	  0 255 255	Aqua
    00FFFF 	  0 255 255	Cyan
    E0FFFF 	224 255 255	LightCyan
    AFEEEE 	175 238 238	PaleTurquoise
    7FFFD4 	127 255 212	Aquamarine
    40E0D0 	 64 224 208	Turquoise
    48D1CC 	 72 209 204	MediumTurquoise
    00CED1 	  0 206 209	DarkTurquoise
    5F9EA0 	 95 158 160	CadetBlue
    4682B4 	 70 130 180	SteelBlue
    B0C4DE 	176 196 222	LightSteelBlue
    B0E0E6 	176 224 230	PowderBlue
    ADD8E6 	173 216 230	LightBlue
    87CEEB 	135 206 235	SkyBlue
    87CEFA 	135 206 250	LightSkyBlue
    00BFFF 	  0 191 255	DeepSkyBlue
    1E90FF 	 30 144 255	DodgerBlue
    6495ED 	100 149 237	CornflowerBlue
    7B68EE 	123 104 238	MediumSlateBlue
    4169E1 	 65 105 225	RoyalBlue
    0000FF 	  0   0 255	Blue
    0000CD 	  0   0 205	MediumBlue
    00008B 	  0   0 139	DarkBlue
    000080 	  0   0 128	Navy
    191970 	 25  25 112	MidnightBlue
    
    	Brown colors
    FFF8DC 	255 248 220	Cornsilk
    FFEBCD 	255 235 205	BlanchedAlmond
    FFE4C4 	255 228 196	Bisque
    FFDEAD 	255 222 173	NavajoWhite
    F5DEB3 	245 222 179	Wheat
    DEB887 	222 184 135	BurlyWood
    D2B48C 	210 180 140	Tan
    BC8F8F 	188 143 143	RosyBrown
    F4A460 	244 164  96	SandyBrown
    DAA520 	218 165  32	Goldenrod
    B8860B 	184 134  11	DarkGoldenrod
    CD853F 	205 133  63	Peru
    D2691E 	210 105  30	Chocolate
    8B4513 	139  69  19	SaddleBrown
    A0522D 	160  82  45	Sienna
    A52A2A 	165  42  42	Brown
    800000 	128   0   0	Maroon
    
    	White colors
    FFFFFF 	255 255 255	White
    FFFAFA 	255 250 250	Snow
    F0FFF0 	240 255 240	Honeydew
    F5FFFA 	245 255 250	MintCream
    F0FFFF 	240 255 255	Azure
    F0F8FF 	240 248 255	AliceBlue
    F8F8FF 	248 248 255	GhostWhite
    F5F5F5 	245 245 245	WhiteSmoke
    FFF5EE 	255 245 238	Seashell
    F5F5DC 	245 245 220	Beige
    FDF5E6 	253 245 230	OldLace
    FFFAF0 	255 250 240	FloralWhite
    FFFFF0 	255 255 240	Ivory
    FAEBD7 	250 235 215	AntiqueWhite
    FAF0E6 	250 240 230	Linen
    FFF0F5 	255 240 245	LavenderBlush
    FFE4E1 	255 228 225	MistyRose
    
    	Gray colors
    DCDCDC 	220 220 220	Gainsboro
    D3D3D3 	211 211 211	LightGrey
    C0C0C0 	192 192 192	Silver
    A9A9A9 	169 169 169	DarkGray
    808080 	128 128 128	Gray
    696969 	105 105 105	DimGray
    778899 	119 136 153	LightSlateGray
    708090 	112 128 144	SlateGray
    2F4F4F 	 47  79  79	DarkSlateGray
    000000 	  0   0   0	Black

  7. #20617
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    You know you can use the name don't you?
    That does not work with lua scripts.
    Cairo (used for pretty much everything in a conky lua script) takes rgb triplets or rgba quartets not hexcolors.
    There is a little lua function out there to convert hexcolors to rgb triplets but my scripts don't use it.
    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

  8. #20618
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by arclance View Post
    That does not work with lua scripts.
    Cairo (used for pretty much everything in a conky lua script) takes rgb triplets or rgba quartets not hexcolors.
    There is a little lua function out there to convert hexcolors to rgb triplets but my scripts don't use it.
    Party Pooper!

    OH well, the list does come with the decimal code and that I know you can use in LUA I did with some of mrpeachy's codes.
    Last edited by Sector11; September 24th, 2012 at 11:03 PM.

  9. #20619
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    The weather Radar map has a button that brings it over in place of the weekly forecast (pretty cool idea on the part of arclance). The problem I'm having is the conkyweather takes up to much of the screen. It covers up half of my Conky Lua.

    I need to re-size the conkyWeather down 20%-30% (I thought it would be the same size as Jedcurtis's conkyWeather) to clear the area needed for the Conky Lua (It runs all the way to the bottom of my screen).

    EDIT: Having a hard time with color code for chartreuse green. Found FF1900/RED and FF08DE/(which is a pinkish purple).One of these might work in all nature backgrounds,but chartreuse is an elusive color. Just ain't crazy about purple.
    In order to resize it you are probably going to have to change font sizes to something smaller and edit everything all over again to make it the correct size. I know it sounds difficult but there is no real way to resize conkies yet. I think I remember seeing mrpeachy messing around with movable and resizeable conkies but I might be wrong.
    I'm a super power user

  10. #20620
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Lots of good info from everyone, thanks for all the help guys.
    I don't mind doing things the hard way, that's one of the best way to learn.
    I'm going to take it real slow on editing to re-size, making sure I have all the info in front of me before jumping in.
    Making mistakes is another way I learn, just hoping to keep it to a minimum.

    When I get this all accomplished I'll post a "This is what this newb had to do to get this to work on a little 1024x768 screen" and how to change the color of the script (proper credit going where it should of course). Screen shot of how everything turns out as well.

    Edit: Just put the chartreuse Green hex code into an rgb converter and came out with the same rgb triplet code as what Sector11 posted (thanks again Sector11)
    Last edited by AndyOpie150; September 25th, 2012 at 12:16 AM.

Page 2062 of 2348 FirstFirst ... 1062156219622012205220602061206220632064207221122162 ... 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
  •