Skip to content

Instantly share code, notes, and snippets.

View dietrichmax's full-sized avatar

Max Dietrich dietrichmax

View GitHub Profile
@dietrichmax
dietrichmax / windows-spotlight-wp.sh
Last active February 1, 2025 23:23 — forked from Aleksandr-ru/windows-spotlight-wp.sh
Windows spotlight wallpaper changer for Linux (Elementary OS) and macOS
#!/usr/bin/env bash
# Elementary OS specific:
# 1) edit file "/etc/lightdm/io.elementary.greeter.conf"
# uncomment line 3 "#default-wallpaper=/usr/share/backgrounds/elementaryos-default"
# 2) change symbolic link "/usr/share/backgrounds/elementaryos-default" to "~/windows-spotlight-wp/last.jpg"
function checkret
{
if [ $1 -ne 0 ]; then