Wallpaper for EOS by Smokey

Some variants, will work on some more a bit later
curiosity1366x768-v2
curiosity1366x768-v3
eoslockscreen

5 Likes

Some of us just use conky to place logos etc - saves on edition proliferation! (and no-logo version save incompetent edits from being necessary)…

1 Like

I can do some logo free ones later, might take me a bit though

No rush! Might be a thought for later though - some of these look really good! I wonder if I should leave a generic conky script here for logo display, though :grin: Then everyone will have an easy time of it if they want to add the logo on their wallpaper…

I couldn’t resist - here is a conky script for showing a copy of the EndeavourOS logo (with or without text) wherever you want on your wallpaper.

Logo conky
conky.config = {
	double_buffer    = true,
	no_buffers       = true,

	imlib_cache_size = 0,


-------------------------------------------------------------
-- change this if you are not getting any conky display
-- options are: normal, desktop, dock, panel or override (default: normal)
-------------------------------------------------------------
    own_window_type = 'normal',
-------------------------------------------------------------
-- uncomment below hints line if not using override
-------------------------------------------------------------
    own_window_hints = 'below,sticky,undecorated,skip_taskbar,skip_pager',

	own_window_class = 'Conky',
    own_window = true,
    own_window_transparent = true,
    own_window_argb_visual = true,
	own_window_argb_value = 255,

-- -- Graphics settings -- #
	draw_shades        = false,
	draw_outline       = false,
	draw_borders       = false,
	draw_graph_borders = false,

	use_xft = true,

    --# My colors (suit yourself)
	color0 = 'White',         --FFFFFF
	color1 = '668fe9',
	color2 = 'Ivory2',        --EEEEE0
	color3 = 'yellow',        --CDCDC1
	color4 = 'Tan1',          --FFA54F
	color5 = 'cyan',          --EE9A49
	color6 = 'Gray',          --7E7E7E
    color7 = 'Green',         --00FF45
	color8 = 'DimGray',       --696969
	color9 = 'Tomato',        --FF6347

	update_interval = 60,

	alignment        = 'top_middle',
--  set your positioning here
--  width and height of window (only needs to be big enough to show logo)
--  These values set on 4K screen

	minimum_width  = 600,
	maximum_width  = 600,
	minimum_height = 700,

--  set spacing WITHIN the above window with these gaps

    gap_x = 0,
	gap_y = 600,
-- end of setup section
};

conky.text = [[

# Image filepathtoimagefile -p x,y -s sizewidthXsizeheight

# image without text
#${image /usr/share/endeavouros/EndeavourOS-icon.png -p 20,1 -s 500x500}

#image WITH text
${image /usr/share/endeavouros/EndeavourOS-logo.png -p 20,1 -s 500x500}


]];

There you go - simplified and explicated(!). If any trouble found while implementing, I can do a step-by-step for you.

3 Likes

Nice, I don’t really use conky but I’ll check it out when I get home

astronaut-nologo-1366x768
curiosity-nologo-1366x768
curiosity2-nologo-1366x768
Some logo free wallpapers, all other images are available from https://www.nasa.gov/multimedia/imagegallery/index.html

4 Likes

Just gave it a little go, I’ll have to play around with it a little to teach myself how to use but looks pretty good, bit tired tonight but It’ll be fun to play around with

Just be careful - in the US the DEA have determined that addiction to conky can seriously impact your available time… :grin:

Hahaha, worse things to be addicted to

planet-logo-sharpened-1366x768
night-lights-1366x768-logo-bottom
night-lights-1366x768-logo-top
earthandmoon-nologo-1366x768

A few more, if anyone can think of a good spot for a logo on the last one I’ll add it or you can edit it yourself

4 Likes

1st my fav … think EOS logo need be make small ( lot )

1 Like

Can do, Would you like it in the same location or somewhere else?, I found it looked a little weird to me when it was smaller in that location

It no what i like , it what you like. I give my thought … it your wallpaper so your rule :+1:

1 Like

planet-nologo-1366x768
I forgot to upload this one actually without a logo

7 Likes

I’m happy to recreated them for others, the one with no logo I just added you could use the script freebird54 uploaded and add the logo where ever you like too

1 Like

i no insane like @freebird54 ( master of conky ) i no use conky , understand people do + find useful .

it still a nice wallpaper :pray: for share

3 Likes

I haven’t used conky much myself, am going to start teaching myself a bit more about it though, I like some of the cool things that it can do

space-transparent-logo-1366x768
One last one before I head of to bed

3 Likes

Very nice work! Thanks for sharing.