-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslicksddm-customize.1
More file actions
147 lines (147 loc) · 3.73 KB
/
Copy pathslicksddm-customize.1
File metadata and controls
147 lines (147 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SLICKSDDM-CUSTOMIZE "1" "March 2026" "slicksddm-customize 1.0.0" "User Commands"
.SH NAME
slicksddm-customize \- manual page for slicksddm-customize 1.0.0
.SH SYNOPSIS
.B slicksddm-customize
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
Interactive customization tool for the slickSDDM theme.
Modify theme.conf settings without manual editing.
.SH OPTIONS
.TP
\fB\-i\fR, \fB\-\-interactive\fR
Launch interactive configuration wizard
.TP
\fB\-s\fR, \fB\-\-set\fR KEY=VALUE
Set a single configuration value
.TP
\fB\-g\fR, \fB\-\-get\fR KEY
Get current value for a key
.TP
\fB\-l\fR, \fB\-\-list\fR
List all current configuration settings
.TP
\fB\-r\fR, \fB\-\-reset\fR
Reset to default configuration
.TP
\fB\-\-reset\-section\fR SEC
Reset a specific section to defaults
.TP
\fB\-b\fR, \fB\-\-backup\fR
Create backup of current configuration
.TP
\fB\-\-restore\fR FILE
Restore configuration from backup
.TP
\fB\-t\fR, \fB\-\-theme\fR NAME
Specify theme name (default: ubuntu\-budgie\-login)
.TP
\fB\-d\fR, \fB\-\-theme\-dir\fR DIR
Specify theme directory
.TP
\fB\-\-dry\-run\fR
Show what would be changed without applying
.TP
\fB\-\-no\-backup\fR
Don't create automatic backup
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Enable verbose output
.TP
\fB\-h\fR, \fB\-\-help\fR
Display this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
Display version information and exit
.SS "Interactive Mode:"
.IP
The interactive mode (\fB\-i\fR) provides a menu\-driven interface to customize:
.IP
\- General settings (scale, animations)
\- Lock screen appearance
\- Login screen layout
\- Colors and fonts
\- Menu buttons and popups
\- Virtual keyboard
\- Tooltips
.SH FILES
.IP
\fI\,/usr/share/sddm/themes/ubuntu\-budgie\-login/theme.conf\/\fP
.IP
Main theme configuration file
.IP
~/.config/sddm\-theme\-backups/
.IP
Automatic backup storage location
.IP
\fI\,/usr/share/doc/sddm\-themes/CUSTOMIZATION.md\/\fP
.IP
Complete customization reference
.SH EXAMPLES
.IP
slicksddm\-customize \-i
.IP
Launch interactive configuration wizard
.IP
slicksddm\-customize \-\-set "LoginScreen.LoginArea.Avatar/active\-border\-color=#ff0000"
.IP
Set avatar border color to red
.IP
slicksddm\-customize \-\-set "General/use\-accounts\-service\-backgrounds=true"
.IP
Enable per\-user wallpapers from AccountsService
.IP
slicksddm\-customize \-\-get "LockScreen/background"
.IP
Display current lock screen background
.IP
slicksddm\-customize \-\-list | grep color
.IP
List all color\-related settings
.IP
slicksddm\-customize \-\-backup
.IP
Create timestamped backup of current configuration
.IP
slicksddm\-customize \-\-reset\-section "LockScreen.Clock"
.IP
Reset clock settings to defaults
.IP
slicksddm\-customize \-\-theme custom\-theme \-\-dry\-run \-\-set "General/scale=1.5"
.IP
Preview scale change for a different theme
.SS "Configuration Keys:"
.IP
Keys follow the format: Section/key or Section.Subsection/key
Examples:
.IP
General/scale
General/use\-accounts\-service\-backgrounds
LockScreen/background
LoginScreen.LoginArea.Avatar/shape
LoginScreen.MenuArea.Power/display
.IP
Use \-\-list to see all available keys.
.SH "REPORTING BUGS"
Report bugs to: https://github.com/ubuntubudgie/slickSDDM/issues
.br
Project home: https://ubuntubudgie.org
.SH COPYRIGHT
Copyright \(co 2026 Ubuntu Budgie Developers
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for
.B slicksddm-customize
is maintained as a Texinfo manual. If the
.B info
and
.B slicksddm-customize
programs are properly installed at your site, the command
.IP
.B info slicksddm-customize
.PP
should give you access to the complete manual.