wallpaper: fix when no wall

This commit is contained in:
2 * r + 2 * t
2025-06-13 14:50:25 +10:00
parent ec4bd7826a
commit 9da9d7bb1b
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ class Command:
elif self.args.random:
set_random(self.args)
else:
print(get_wallpaper())
print(get_wallpaper() or "No wallpaper set")