mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-23 05:56:05 -08:00
Reworked uninstallation process
- Support uninstalling all themes and specified colors/modes only; - For reinstallation should be specified -ri argument; - Fixed theme removal in /root directory; - Fixed --help; - Closes #36.
This commit is contained in:
@@ -9,7 +9,7 @@ def define_arguments(parser: ArgumentParser):
|
||||
gdm_args = parser.add_argument_group("GDM tweaks")
|
||||
gdm_args.add_argument("--gdm-image", type=str, nargs="?", help="Set GDM background image")
|
||||
gdm_args.add_argument("--gdm-blur", type=int, nargs="?", help="Blur GDM background image (px)")
|
||||
gdm_args.add_argument("--gdm-darken", type=int, choices=range(0, 100), help="Darken GDM background image (%)", metavar="(0 - 100)")
|
||||
gdm_args.add_argument("--gdm-darken", type=int, choices=range(0, 100), help="Darken GDM background image (%%)", metavar="(0 - 100)")
|
||||
gdm_args.add_argument("--gdm-lighten", type=int, choices=range(0, 100), help="Lighten GDM background image", metavar="(0 - 100)")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user