Some variants, will work on some more a bit later
Some of us just use conky to place logos etc - saves on edition proliferation! (and no-logo version save incompetent edits from being necessary)…
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 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.
Nice, I don’t really use conky but I’ll check it out when I get home
Some logo free wallpapers, all other images are available from https://www.nasa.gov/multimedia/imagegallery/index.html
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…
Hahaha, worse things to be addicted to
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
1st my fav … think EOS logo need be make small ( lot )
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
I forgot to upload this one actually without a logo
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
i no insane like @freebird54 ( master of conky ) i no use conky , understand people do + find useful .
it still a nice wallpaper for share
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
One last one before I head of to bed
Very nice work! Thanks for sharing.