added custom config file and example gif
10
README.md
@@ -57,9 +57,13 @@ usernameLeftMargin=15
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
## Using my custom theme.conf.user
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ License=CC-BY-SA
|
|||||||
Type=sddm-theme
|
Type=sddm-theme
|
||||||
Version=0.1
|
Version=0.1
|
||||||
Website=https://github.com/3ximus/aerial-sddm-theme
|
Website=https://github.com/3ximus/aerial-sddm-theme
|
||||||
Screenshot=screenshot.png
|
Screenshot=screens/screenshot.png
|
||||||
MainScript=Main.qml
|
MainScript=Main.qml
|
||||||
ConfigFile=theme.conf
|
ConfigFile=theme.conf
|
||||||
Email=fabio_r11@hotmail.com
|
Email=fabio_r11@hotmail.com
|
||||||
|
|||||||
BIN
screens/custom.gif
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
|
Before Width: | Height: | Size: 6.2 MiB After Width: | Height: | Size: 6.2 MiB |
|
Before Width: | Height: | Size: 7.6 MiB After Width: | Height: | Size: 7.6 MiB |
|
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
8
theme.conf.user
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[General]
|
||||||
|
displayFont="Misc Fixed"
|
||||||
|
passwordLeftMargin=15
|
||||||
|
relativePositionX=0.5
|
||||||
|
relativePositionY=0.75
|
||||||
|
showLoginButton=false
|
||||||
|
type=color
|
||||||
|
usernameLeftMargin=15
|
||||||