This commit is contained in:
Stephan Raabe
2023-12-25 14:45:11 +01:00
parent b269f9a12f
commit 8a506585b7
13 changed files with 84 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
name="Background"
name="Background Image"
desxription="Update the background wallpaper of sddm to the current wallpaper."
order=50
author="Stephan Raabe ML4W"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
if gum confirm "Do you want to update the SDDM background with the current wallpaper?" ;then
if gum confirm "Do you want to update the SDDM background image with the current wallpaper?" ;then
cache_file="$HOME/.cache/current_wallpaper"

View File

@@ -1,2 +1,2 @@
name="SDDM"
name="SDDM Display Manager"
order=40

View File

@@ -1,4 +1,3 @@
name="Enable Disable"
desxription="Update the background wallpaper of sddm to the current wallpaper."
name="Enable Disable DM"
order=50
author="Stephan Raabe ML4W"