From 740586611ad67e9b6cb66fbbfb0b499f7489d80d Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Mon, 21 Sep 2026 02:10:29 +0000 Subject: [PATCH] Stop alerting when a theme ships no backgrounds --- bin/blob-theme-set | 1 - docs/themes.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/blob-theme-set b/bin/blob-theme-set index f53f933..ad18262 100755 --- a/bin/blob-theme-set +++ b/bin/blob-theme-set @@ -108,7 +108,6 @@ set_theme_background() { local new_background new_background_snapshot if ! choose_theme_background; then - blob-notify-send "No background was found for theme" -t 2000 shell_ipc shell applyTheme "$colors_payload" "$shell_payload" || true return fi diff --git a/docs/themes.md b/docs/themes.md index 9ebb831..d550103 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -9,7 +9,7 @@ retints the running desktop. | File | Used by | | --- | --- | | `colors.toml` | required; the palette everything else derives from | -| `backgrounds/` | the background switcher | +| `backgrounds/` | the background switcher; a theme without one keeps the current wallpaper | | `shell.lock.toml` | lock screen surface tokens | | `neovim.lua` | the editor colorscheme | | `icons.theme` | GTK icon theme name |