Desktop-Foto

Started by reddark, 2010/09/12, 11:37:43

Previous topic - Next topic

hendrikL

Here you can find our old and new artwork.
Dort findet man unser Artwork bzw. unsere Hintergründe, alte und neue.

https://github.com/siduction/ancient-artwork

https://github.com/siduction/wallpapers <- schaut in die verschiedenen Branches / take a look into the branches.

postkutscher

Hallo unklarer,

Ich meinte das in grün gehaltene mit dem Elch.  ;)

MfG detlef

unklarer


postkutscher


unklarer

   

Ich habe in der Zwischenzeit 'trixi' verlassen und stattdessen 'unstable' auf dieser Wayfire-Installation eingerichtet. Insbesondere erhoffte ich mir damit weniger Grafikfehler, was auch eingetreten ist. Es betrift meistens noch das Schließen von maximierten Fenstern über das X oben rechts. Sonst kann ich nicht klagen, es dauert etwas, bis man die Tastenkombinationen sich gemerkt hat (oder, Spickzettel)   8)  Bluetooth, LAN, Wlan funktionieren perfekt. Das Gnome-Control-Center brauchte ich bisher nicht. Ich befolge den Rat meines Mentor's, @hhh, das jedoch vorerst zu belassen(!).   ;)
Umso wichtiger sind die elementaren Dateien wayfire.ini und die wf-shell.ini, die bei der Arbeit mit dem Wayfire-Config-Manager jedes mal neu geschrieben werden. Macht man einen Fehler, braucht es für beide Dateien eine Sicherung...

Geändert habe ich die Uhr mit einer Conky-LED Konfiguration von @Sector11.
Unten rechts ist ein Audacious-Conky, welcher mir mit Hilfe eines Script von @marens die Alben-Bilder der gespielten Musik aus dem Internet holt.

unklarer



Wayfire-Menü mit einem Conky-Startskript von @Sector11. Damit kann ich die Anzeige von ,,audacious-conky" (Albumcover) ein- und ausschalten und benötige zum Starten kein Terminal mehr.   8)

unklarer

#336
Nach einigen Jahren (letztmalig 2017) wurde das sich aktualisierende Hindergrundbild, mit Wolken, Tag und Nacht-Wechsel, der Erde von @marens im BL-Forum wiederentdeck.
Zwar funktionierte der betreffende Conky von damals mit seinen zwei Scripten nicht mehr, was sich jedoch mit wttr.in reparieren ließ. Nach mehreren Wochen (habe mir im Alter die Zeit genommen) konnte ich das gestern vollenden. Am schwierigsten war ein geeignetes 'Mittel' gegen das Verschieben der Städte-Konfiguration zu finden.   ;)
Der Aufruf von 18 Städten weltweit mit wttr.in dauert mindesdens 30 Sec. Also, nicht wundern, wenn der Conky nach Aufruf im Terminal nicht gleich erscheint.  ;)

   

der conkyconky.config = {
-- pkill -xf "conky -c /media/5/Conky/S11_WTD.conky" &
-- Idea stolen from: ragamatrix and Habitual
-- weather script by TeoBigusGeekus
-- tweaked 2017-09-02 - Sector11
-- 2025-10-20 @unklar
-- --------------------------------
-- Daylight map.
-- Written by John Jones / Habitual)
-- 09/10/2010 07:37:21 AM
-- Conky 1.8.0
-- Remote image(s) is/are updated twice an hour on http://static.die.net and there are only 4 available.
-- http://static.die.net/earth/mercator/640.jpg is 640x355
-- http://static.die.net/earth/mercator/800.jpg is 800x444
-- http://static.die.net/earth/mercator/1024.jpg is 1024x568
-- http://static.die.net/earth/mercator/1280 .jpg 1280px × 710px (scaled to 1148px × 637px)

-- Use ~/bin/daylight.sh to retrieve the remote image of your choice/size.

-- Completely (re)written by John Jones on 09/01/2010
-- from other people's code, but it's MY layout, so there.
-- ---------------------------------
--##  Begin Window Settings  ##################################################

own_window = true,
double_buffer = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_hints = 'undecorated,skip_taskbar,skip_pager,below',
own_window_class = 'Conky',
--own_window_title World Time Date & Forecast - CCCC: S11, ragamatrix, Habitual & Teo
own_window_colour = 'gray',
-- own_window_argb_visual yes
-- own_window_argb_value 0 #255

minimum_width = 1600, minimum_height = 800,--887,--## w|h
-- maximum_width = 1601,--## w

gap_x = 0,-- l|r
gap_y = 0,-- u|d

alignment = 'middle_middle',

--##  ##############################################  End Window Settings  ###
--##  Font Settings  #########################################################

use_xft = true,
font = 'monofur:bold:size=11',--12
xftalpha = 1,
override_utf8_locale = true,

--#####################################################  End Font Settings  ###
--##  Color Settings  #########################################################

draw_shades = true,
default_shade_color = '#000000',

draw_outline = false,
default_outline_color = '#000000',

default_color = '#FFDEAD',--255 222 173 NavajoWhite --<==
color0 = '#8FBC8F',--143 188 143 DarkSeaGreen
color = '#778899',--119 136 153 LightSlateGray
color2 = '#D8BFD8',--216 191 216 Thistle
color3 = '#9ACD32',--154 205  50 YellowGreen
color4 = '#FFA07A',--255 160 122 LightSalmon --<===
color5 = '#FFDEAD',--255 222 173 NavajoWhite
color6 = '#00BFFF',--  0 191 255 DeepSkyBlue --<===
color7 = '#5F9EA0',-- 95 158 160 CadetBlue
color8 = '#BDB76B',--189 183 107 DarkKhaki
color9 = '#FFD700',--255 215   0    Gold        --<===

--####################################################  End Color Settings  ###
--##  Borders Section  ########################################################

draw_borders = true,--false,
stippled_borders = 0,
border_inner_margin = 0,
border_outer_margin = 0,
border_width = 10,
draw_graph_borders = false,
--default_graph_size 15 40

--####################################################  End Borders Secton  ###
--##  Miscellaneous Section  ##################################################

background = true,
use_spacer = 'none',
no_buffers = true,
imlib_cache_size = 0,

--#############################################  End Miscellaneous Section  ###
--##  LUA Settings  ###########################################################
--lua_load = os.getenv("HOME") .. '/.config/conky/LUA/draw-bg.lua',
-- lua_load = '$HOME/.config/conky/LUA/draw-bg.lua',
-- lua_draw_hook_pre = 'draw_bg 0 5 6 1601 888 0x000000 0.2',

update_interval = 1,


};

conky.text = [[

${texeci 3600 curl -s 'wttr.in/{Honululu,Vancouver,Winnipeg,Mexico_City,New_York,Santiago,Buenos_Aires,London,Kastoria,Cairo,Cape_Town,New_Delhi,Moscow,Beijing,Tokyo,Brisbane,Auckland,Kinshasa}?format=1' > $HOME/.config/conky/S11world/TEST/cities1}
${texeci 3600 curl -s -L "http://images.opentopia.com/sunlight/world_sunlight_map_rectangular.jpg" -o "$HOME/.config/conky/S11world/images/world_1600.png"}
${image $HOME/.config/conky/S11world/images/world_1600.png}
${alignc}${font monofur:size=18}${tztime Pacific/Honolulu %d. %B %Y} «--${color3}|${color4}--» ${tztime Pacific/Kiritimati %d. %B %Y}${font}${color}






${goto 900}${if_match ${tztime Europe/Moscow %d} == ${tztime Pacific/Kiritimati %d}}${color4}Moscow ${tztime Europe/Moscow %R}${color9}${else}Moscow ${tztime Europe/Moscow %R}${endif}
${goto 900}${font Symbola:size=12}${execpi 60 sed -n '13p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \
${goto 740}${if_match ${tztime Europe/London %d} == ${tztime Pacific/Kiritimati %d}}${color4}London ${tztime Europe/London %R}${color9}${else}London ${tztime Europe/London %R}${endif}
${goto 740}${font Symbola:size=12}${execpi 60 sed -n '8p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \
${goto 140}${if_match ${tztime Canada/Pacific %d} == ${tztime Pacific/Kiritimati %d}}${color4}Vancouver ${tztime Canada/Pacific %R}${color9}${else}Vancouver ${tztime Canada/Pacific %R}${endif} \
${goto 275}${if_match ${tztime America/Winnipeg %d} == ${tztime Pacific/Kiritimati %d}}${color4}Winnipeg ${tztime America/Winnipeg %R}${color9}${else}Winnipeg ${tztime America/Winnipeg %R}${endif}
${goto 140}${font Symbola:size=12}${execpi 60 sed -n '2p' $HOME/.config/conky/S11world/TEST/cities1} \
${goto 275}${font Symbola:size=12}${execpi 60 sed -n '3p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color}
${goto 830}${if_match ${tztime Europe/Athens %d} == ${tztime Pacific/Kiritimati %d}}${color4}Kastroria ${tztime Europe/Athens %R}${color9}${else}Kastoria ${tztime Europe/Athens %R}${endif} \
${goto 1235}${if_match ${tztime Asia/Shanghai %d} == ${tztime Pacific/Kiritimati %d}}${color4}Beijing ${tztime Asia/Shanghai %R}${color9}${else}Beijing ${tztime Asia/Shanghai %R}${endif}
${goto 830}${font Symbola:size=12}${execpi 60 sed -n '9p' $HOME/.config/conky/S11world/TEST/cities1} \
${goto 1235}${font Symbola:size=12}${execpi 60 sed -n '14p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color}
${goto 1350}${if_match ${tztime Asia/Tokyo %d} == ${tztime Pacific/Kiritimati %d}}${color4}Tokyo ${tztime Asia/Tokyo %R}${color9}${else}Tokyo ${tztime Asia/Tokyo %R}${endif}
${goto 1350}${font Symbola:size=12}${execpi 60 sed -n '15p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \
${goto 390}${voffset -50}${if_match ${tztime America/New_York %d} == ${tztime Pacific/Kiritimati %d}}${color4}New York ${tztime America/New_York %R}${color9}${else}New York ${tztime America/New_York %R}${endif}
${goto 390}${font Symbola:size=12}${execpi 60 sed -n '5p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 240}${voffset 60}${if_match ${tztime America/Mexico_City %d} == ${tztime Pacific/Kiritimati %d}}${color4} Mexico_City ${tztime America/Mexico_City %R}${color9}${else} Mexico_City ${tztime America/Mexico_City %R}${endif}
${goto 240}${font Symbola:size=12}${execpi 60 sed -n '4p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 870}${voffset -60}${if_match ${tztime Africa/Cairo %d} == ${tztime Pacific/Kiritimati %d}}${color4}Cairo ${tztime Africa/Cairo %R}${color9}${else}Cairo ${tztime Africa/Cairo %R}${endif}
${goto 870}${font Symbola:size=12}${execpi 60 sed -n '10p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 1070}${voffset -20}${if_match ${tztime GMT-5:30 %d} == ${tztime Pacific/Kiritimati %d}}${color4}New Delhi ${tztime GMT-5:30 %R}${color9}${else}New Delhi ${tztime GMT-5:30 %R}${endif}
${goto 1070}${font Symbola:size=12}${execpi 60 sed -n '12p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 25}${voffset -20}${if_match ${tztime Pacific/Honolulu %d} == ${tztime Pacific/Kiritimati %d}}${color4}Honolulu ${tztime Pacific/Honolulu %R}${color9}${else}Honolulu ${tztime Pacific/Honolulu %R}${endif}
${goto 25}${font Symbola:size=12}${execpi 60 sed -n '1p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 810}${voffset 100}${if_match ${tztime Africa/Kinshasa %d} == ${tztime Pacific/Kiritimati %d}}${color4} Kinshasa ${tztime Africa/Kinshasa %R}${color9}${else} Kinshasa ${tztime Africa/Kinshasa %R}${endif}
${goto 810}${font Symbola:size=12}${execpi 60 sed -n '18p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \





${goto 810}${voffset 10}${if_match ${tztime Africa/Johannesburg %d} == ${tztime Pacific/Kiritimati %d}}${color4} Cape_Town ${tztime Africa/Johannesburg %R}${color9}${else} Cape Town ${tztime Africa/Johannesburg %R}${endif}
${goto 810}${font Symbola:size=12}${execpi 60 sed -n '11p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 350}${voffset -40}${if_match ${tztime Chile/Continental %d} == ${tztime Pacific/Kiritimati %d}}${color4}Santiago ${tztime Chile/Continental %R}${color9}${else}Santiago ${tztime Chile/Continental %R}${endif}
${goto 350}${font Symbola:size=12}${execpi 60 sed -n '6p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 460}${voffset -10}${if_match ${tztime America/Argentina/Buenos_Aires %d} == ${tztime Pacific/Kiritimati %d}}${color4}Buenos Aires ${tztime America/Argentina/Buenos_Aires %R}${color9}${else}Buenos Aires ${tztime America/Argentina/Buenos_Aires %R}${endif}
${goto 460}${font Symbola:size=12}${execpi 60 sed -n '7p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color} \

${goto 1390}${voffset -40}${voffset -40}${if_match ${tztime Australia/Brisbane %d} == ${tztime Pacific/Kiritimati %d}}${color4}Brisbane ${tztime Australia/Brisbane %R}${color9}${else}Brisbane ${tztime Australia/Brisbane %R}${endif}
${goto 1390}${font Symbola:size=12}${execpi 60 sed -n '16p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color}  \

${goto 1500}${if_match ${tztime Pacific/Auckland %d} == ${tztime Pacific/Kiritimati %d}}${color4}Auckland ${tztime Pacific/Auckland %R}${color9}${else}Auckland ${tztime Pacific/Auckland %R}${endif}
${goto 1500}${font Symbola:size=12}${execpi 60 sed -n '17p' $HOME/.config/conky/S11world/TEST/cities1}${font}${color}

]];



Edit 22.10.2025 : bessere Darstellung des Tag/Nacht-Wechsel im rechten Bild. Code entsprechend angepasst.

unklarer

     

BL-carbon in der aktuellen alpha Version.
Links das xfce-panel; wayland soll erst nach der Veröffentlichung der ISO hinzugefügt werden; Ausgeliefert wird es mit diesen zwei Hintergründen; die Conky's werden von Conky-Manager verwaltet; ich mache aber gern meinen eigenen Conky.    ;D   Die Uhr ist von @olgmen und ich habe lediglich das Zifferblatt entsprechend der Tapete farblich angepasst.


darknetmatrix

After much deliberation, finally on siduction.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

darknetmatrix

A few hours on siduction and it is real fire on my hardware.
Ein paar Stunden mit siduction und es läuft wie geschmiert auf meiner Hardware.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

alexsid

My desktop: Goes-19 satellite real-time (close-to) image of Earth, AstroNerd conky (left): sun, asteroids activity, system parameters conky (right), photo frame to the right.
May the happiness be with you!

dibl

Very nice -- I like your system conky (because it is nicer than mine ....).   ;D
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

unklarer

Hintergrundwallpaper auch bei 'OneStepBeyond' gefunden.   ;)

 

darknetmatrix

Quote from: unklarer on 2025/12/10, 19:20:16
Hintergrundwallpaper auch bei 'OneStepBeyond' gefunden.   ;)

 
would you mind to share the wallpaper?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀