Major Update: Added other themes and setup.sh.

This commit is contained in:
Keyitdev
2025-01-04 16:00:51 +01:00
parent d7fcb608b6
commit c9a8ab46ae
52 changed files with 1596 additions and 7 deletions

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 778 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 807 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 791 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 KiB

+22 -4
View File
@@ -7,7 +7,7 @@ ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2). # Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="Open Sans" Font="Open Sans"
FontSize="" FontSize="13"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf. # Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4" KeyboardSize="0.4"
@@ -27,10 +27,25 @@ HeaderText=""
#################### Background #################### #################### Background ####################
Background="Backgrounds/1.png" BackgroundPlaceholder=""
# Must be relative path. # Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/astronaut.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0" DimBackground="0.0"
# Options: 0.0-1.0. # Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true" CropBackground="true"
# Default false. # Default false.
# Crop or fit background. # Crop or fit background.
@@ -52,6 +67,7 @@ TimeTextColor="#ffffff"
FormBackgroundColor="#21222C" FormBackgroundColor="#21222C"
BackgroundColor="#21222C" BackgroundColor="#21222C"
DimBackgroundColor="#21222C"
LoginFieldBackgroundColor="#222222" LoginFieldBackgroundColor="#222222"
PasswordFieldBackgroundColor="#222222" PasswordFieldBackgroundColor="#222222"
@@ -124,6 +140,8 @@ AllowEmptyPassword="false"
# Enable login for users without a password. # Enable login for users without a password.
AllowUppercaseLettersInUsernames="false" AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard! # Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false" RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center). # Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
@@ -141,4 +159,4 @@ TranslateReboot=""
TranslateShutdown="" TranslateShutdown=""
TranslateSessionSelection="" TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn="" TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff="" TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding="5"
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="ESPACION"
FontSize="12"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/black_hole.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#5c729d"
DateTextColor="#5c729d"
TimeTextColor="#b7cef1"
FormBackgroundColor="#22162f"
BackgroundColor="#5c729d"
DimBackgroundColor="#5c729d"
LoginFieldBackgroundColor="#623461"
PasswordFieldBackgroundColor="#623461"
LoginFieldTextColor="#b7cef1"
PasswordFieldTextColor="#b7cef1"
UserIconColor="#b7cef1"
PasswordIconColor="#b7cef1"
PlaceholderTextColor="#bbbbbb"
WarningColor="#ffffff"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#5c729d"
SystemButtonsIconsColor="#b7cef1"
SessionButtonTextColor="#b7cef1"
VirtualKeyboardButtonTextColor="#b7cef1"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#5c729d"
DropdownBackgroundColor="#171426"
HighlightTextColor="#1e1f2f"
HighlightBackgroundColor="#b7cef1"
HighlightBorderColor="#5c729d"
HoverUserIconColor="#5c729d"
HoverPasswordIconColor="#5c729d"
HoverSystemButtonsIconsColor="#5c729d"
HoverSessionButtonTextColor="#5c729d"
HoverVirtualKeyboardButtonTextColor="#5c729d"
#################### Form ####################
PartialBlur="false"
# Default false.
FullBlur="false"
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax="32"
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur="1.0"
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="true"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="left"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="left"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"
HideSystemButtons="false"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding="0"
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="KogniGear"
FontSize="12"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="0"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="M/dd 2077"
# Default Locale.LongFormat.
HeaderText="Loading ..."
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/cyberpunk.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#ca0174"
DateTextColor="#FF003C"
TimeTextColor="#00F0FF"
FormBackgroundColor="#21222C"
BackgroundColor="#21222C"
DimBackgroundColor="#21222C"
LoginFieldBackgroundColor="#FF003C"
PasswordFieldBackgroundColor="#FF003C"
LoginFieldTextColor="#00F0FF"
PasswordFieldTextColor="#00F0FF"
UserIconColor="#00F0FF"
PasswordIconColor="#00F0FF"
PlaceholderTextColor="#ca0174"
WarningColor="#FF003C"
LoginButtonTextColor="#00F0FF"
LoginButtonBackgroundColor="#FF003C"
SystemButtonsIconsColor="#FF003C"
SessionButtonTextColor="#FF003C"
VirtualKeyboardButtonTextColor="#FF003C"
DropdownTextColor="#222222"
DropdownSelectedBackgroundColor="#ca0174"
DropdownBackgroundColor="#FF003C"
HighlightTextColor="#00F0FF"
HighlightBackgroundColor="#ca0174"
HighlightBorderColor="#ca0174"
HoverUserIconColor="#ca0174"
HoverPasswordIconColor="#ca0174"
HoverSystemButtonsIconsColor="#ca0174"
HoverSessionButtonTextColor="#ca0174"
HoverVirtualKeyboardButtonTextColor="#ca0174"
#################### Form ####################
PartialBlur="true"
# Default false.
FullBlur="false"
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax="10"
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur="0.5"
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="true"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="center"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="center"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="true"
HideSystemButtons="true"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="true"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="pixelon"
FontSize="12"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder="Backgrounds/hyprland_kath.png"
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/hyprland_kath.mp4"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed="1.0"
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#b4d8ff"
DateTextColor="#b4d8ff"
TimeTextColor="#b4d8ff"
FormBackgroundColor="#242455"
BackgroundColor="#242455"
DimBackgroundColor="#242455"
LoginFieldBackgroundColor="#111111"
PasswordFieldBackgroundColor="#111111"
LoginFieldTextColor="#b4d8ff"
PasswordFieldTextColor="#b4d8ff"
UserIconColor="#b4d8ff"
PasswordIconColor="#b4d8ff"
PlaceholderTextColor="#bbbbbb"
WarningColor="#b4d8ff"
LoginButtonTextColor="#000055"
LoginButtonBackgroundColor="#b4d8ff"
SystemButtonsIconsColor="#b4d8ff"
SessionButtonTextColor="#b4d8ff"
VirtualKeyboardButtonTextColor="#b4d8ff"
DropdownTextColor="#000055"
DropdownSelectedBackgroundColor="#b4d8ff"
DropdownBackgroundColor="#90b4ff"
HighlightTextColor="#000055"
HighlightBackgroundColor="#b4d8ff"
HighlightBorderColor="transparent"
HoverUserIconColor="#fcfcff"
HoverPasswordIconColor="#fcfcff"
HoverSystemButtonsIconsColor="#fcfcff"
HoverSessionButtonTextColor="#fcfcff"
HoverVirtualKeyboardButtonTextColor="#fcfcff"
#################### Form ####################
PartialBlur="true"
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax="8"
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur="2.0"
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="true"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="left"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="left"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"
HideSystemButtons="true"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="Thunderman"
FontSize="12"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder="Backgrounds/jake_the_dog.png"
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/jake_the_dog.mp4"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed="1.2"
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#d8d8ff"
DateTextColor="#d8d8ff"
TimeTextColor="#d8d8ff"
FormBackgroundColor="#242455"
BackgroundColor="#242455"
DimBackgroundColor="#242455"
LoginFieldBackgroundColor="#d8d8ff"
PasswordFieldBackgroundColor="#d8d8ff"
LoginFieldTextColor="#d8d8ff"
PasswordFieldTextColor="#d8d8ff"
UserIconColor="#d8d8ff"
PasswordIconColor="#d8d8ff"
PlaceholderTextColor="#6c6caa"
WarningColor="#d8d8ff"
LoginButtonTextColor="#6c6caa"
LoginButtonBackgroundColor="#d8d8ff"
SystemButtonsIconsColor="#d8d8ff"
SessionButtonTextColor="#d8d8ff"
VirtualKeyboardButtonTextColor="#d8d8ff"
DropdownTextColor="#6c6caa"
DropdownSelectedBackgroundColor="#f8f8ff"
DropdownBackgroundColor="#d8d8ff"
HighlightTextColor="#484855"
HighlightBackgroundColor="#d8d8ff"
HighlightBorderColor="transparent"
HoverUserIconColor="#6c6caa"
HoverPasswordIconColor="#6c6caa"
HoverSystemButtonsIconsColor="#6c6caa"
HoverSessionButtonTextColor="#6c6caa"
HoverVirtualKeyboardButtonTextColor="#6c6caa"
#################### Form ####################
PartialBlur="true"
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax="8"
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur="2.0"
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="true"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="right"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="right"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"
HideSystemButtons="false"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="Electroharmonix"
FontSize="12"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/japanese_aesthetic.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#32302f"
DateTextColor="#32302f"
TimeTextColor="#32302f"
FormBackgroundColor="#21222C"
BackgroundColor="#21222C"
DimBackgroundColor="#21222C"
LoginFieldBackgroundColor="#222222"
PasswordFieldBackgroundColor="#222222"
LoginFieldTextColor="#32302f"
PasswordFieldTextColor="#32302f"
UserIconColor="#32302f"
PasswordIconColor="#32302f"
PlaceholderTextColor="#7c6f64"
WarningColor="#32302f"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#32302f"
SystemButtonsIconsColor="#32302f"
SessionButtonTextColor="#32302f"
VirtualKeyboardButtonTextColor="#32302f"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#7c6f64"
DropdownBackgroundColor="#32302f"
HighlightTextColor="#7c6f64"
HighlightBackgroundColor="#32302f"
HighlightBorderColor="transparent"
HoverUserIconColor="#7c6f64"
HoverPasswordIconColor="#7c6f64"
HoverSystemButtonsIconsColor="#7c6f64"
HoverSessionButtonTextColor="#7c6f64"
HoverVirtualKeyboardButtonTextColor="#7c6f64"
#################### Form ####################
PartialBlur=""
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax=""
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur=""
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="false"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="left"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="left"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"
HideSystemButtons="false"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="arcadeclassic"
FontSize="11"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/pixel_sakura.gif"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#3d495b"
DateTextColor="#3d495b"
TimeTextColor="#3d495b"
FormBackgroundColor="#21222C"
BackgroundColor="#21222C"
DimBackgroundColor="#21222C"
LoginFieldBackgroundColor="#cccccc"
PasswordFieldBackgroundColor="#cccccc"
LoginFieldTextColor="#3d495b"
PasswordFieldTextColor="#3d495b"
UserIconColor="#3d495b"
PasswordIconColor="#3d495b"
PlaceholderTextColor="#bbbbbb"
WarningColor="#3d495b"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#3d495b"
SystemButtonsIconsColor="#3d495b"
SessionButtonTextColor="#3d495b"
VirtualKeyboardButtonTextColor="#3d495b"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#697f90"
DropdownBackgroundColor="#3d495b"
HighlightTextColor="#bbbbbb"
HighlightBackgroundColor="#3d495b"
HighlightBorderColor="transparent"
HoverUserIconColor="#697f90"
HoverPasswordIconColor="#697f90"
HoverSystemButtonsIconsColor="#697f90"
HoverSessionButtonTextColor="#697f90"
HoverVirtualKeyboardButtonTextColor="#697f90"
#################### Form ####################
PartialBlur=""
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax=""
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur=""
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="false"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="center"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="center"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="true"
HideSystemButtons="true"
HideLoginButton="true"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="arcadeclassic"
FontSize="11"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/pixel_sakura_static.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#3d495b"
DateTextColor="#3d495b"
TimeTextColor="#3d495b"
FormBackgroundColor="#21222C"
BackgroundColor="#21222C"
DimBackgroundColor="#21222C"
LoginFieldBackgroundColor="#cccccc"
PasswordFieldBackgroundColor="#cccccc"
LoginFieldTextColor="#3d495b"
PasswordFieldTextColor="#3d495b"
UserIconColor="#3d495b"
PasswordIconColor="#3d495b"
PlaceholderTextColor="#bbbbbb"
WarningColor="#3d495b"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#3d495b"
SystemButtonsIconsColor="#3d495b"
SessionButtonTextColor="#3d495b"
VirtualKeyboardButtonTextColor="#3d495b"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#697f90"
DropdownBackgroundColor="#3d495b"
HighlightTextColor="#bbbbbb"
HighlightBackgroundColor="#3d495b"
HighlightBorderColor="transparent"
HoverUserIconColor="#697f90"
HoverPasswordIconColor="#697f90"
HoverSystemButtonsIconsColor="#697f90"
HoverSessionButtonTextColor="#697f90"
HoverVirtualKeyboardButtonTextColor="#697f90"
#################### Form ####################
PartialBlur=""
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax=""
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur=""
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="false"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="center"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="center"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="true"
HideSystemButtons="true"
HideLoginButton="true"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="Fragile Bombers Attack"
FontSize="15"
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="0"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/post-apocalyptic_hacker.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#685841"
DateTextColor="#685841"
TimeTextColor="#685841"
FormBackgroundColor="#000000"
BackgroundColor="#000000"
DimBackgroundColor="#000000"
LoginFieldBackgroundColor="#33151f"
PasswordFieldBackgroundColor="#33151f"
LoginFieldTextColor="#685841"
PasswordFieldTextColor="#685841"
UserIconColor="#685841"
PasswordIconColor="#685841"
PlaceholderTextColor="#695841"
WarningColor="#fc2e64"
LoginButtonTextColor="#bfb098"
LoginButtonBackgroundColor="#685841"
SystemButtonsIconsColor="#685841"
SessionButtonTextColor="#685841"
VirtualKeyboardButtonTextColor="#685841"
DropdownTextColor="#bfb098"
DropdownSelectedBackgroundColor="#4d1927"
DropdownBackgroundColor="#32141f"
HighlightTextColor="#685841"
HighlightBackgroundColor="#4d1927"
HighlightBorderColor="#4d1927"
HoverUserIconColor="#fc2e64"
HoverPasswordIconColor="#fc2e64"
HoverSystemButtonsIconsColor="#fc2e64"
HoverSessionButtonTextColor="#fc2e64"
HoverVirtualKeyboardButtonTextColor="#fc2e64"
#################### Form ####################
PartialBlur=""
# Default false.
FullBlur=""
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax=""
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur=""
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="false"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="right"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="right"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="true"
HideSystemButtons="true"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+162
View File
@@ -0,0 +1,162 @@
[General]
#################### General ####################
ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
Font="Open Sans"
FontSize=""
# Default is screen height divided by 80 (1080/80=13.5), Options: 0-inf.
KeyboardSize="0.4"
# Default 0.4, Options 0.1-1.0
RoundCorners="20"
Locale=""
# Locale for data and time format. I suggest leaving it blank.
HourFormat="HH:mm"
# Default Locale.ShortFormat.
DateFormat="dddd d"
# Default Locale.LongFormat.
HeaderText=""
# You can put somehting fun.
#################### Background ####################
BackgroundPlaceholder=""
# Must be a relative path.
# Background displayed before the actual background is loaded.
# Use only if the background is a video, otherwise leave blank.
# Connected with: Background.
Background="Backgrounds/purple_leaves.png"
# Must be a relative path.
# Supports: png, jpg, jpeg, webp, gif, avi, mp4, mov, mkv, m4v, webm.
BackgroundSpeed=""
# Default 1.0. Options: 0.0-10.0 (can go higher).
# Speed of animated wallpaper.
# Connected with: Background.
PauseBackground=""
# Default false.
# If set to true, stops playback of gifs. Works only with gifs.
# Connected with: Background.
DimBackground="0.0"
# Options: 0.0-1.0.
# Connected with: DimBackgroundColor
CropBackground="true"
# Default false.
# Crop or fit background.
# Connected with: BackgroundHorizontalAlignment and BackgroundVerticalAlignment dosn't work when set to true.
BackgroundHorizontalAlignment="center"
# Default: center, Options: left, center, right.
# Horizontal position of the background picture.
# Connected with: CropBackground must be set to false.
BackgroundVerticalAlignment="center"
# Horizontal position of the background picture.
# Default: center, Options: bottom, center, top.
# Connected with: CropBackground must be set to false.
#################### Colors ####################
HeaderTextColor="#5c729d"
DateTextColor="#5c729d"
TimeTextColor="#b7cef1"
FormBackgroundColor="#5c729d"
BackgroundColor="#5c729d"
DimBackgroundColor="#5c729d"
LoginFieldBackgroundColor="#1f2031"
PasswordFieldBackgroundColor="#1f2031"
LoginFieldTextColor="#b7cef1"
PasswordFieldTextColor="#b7cef1"
UserIconColor="#b7cef1"
PasswordIconColor="#b7cef1"
PlaceholderTextColor="#bbbbbb"
WarningColor="#5c729d"
LoginButtonTextColor="#ffffff"
LoginButtonBackgroundColor="#5c729d"
SystemButtonsIconsColor="#b7cef1"
SessionButtonTextColor="#b7cef1"
VirtualKeyboardButtonTextColor="#b7cef1"
DropdownTextColor="#ffffff"
DropdownSelectedBackgroundColor="#5c729d"
DropdownBackgroundColor="#1e1f2f"
HighlightTextColor="#1e1f2f"
HighlightBackgroundColor="#b7cef1"
HighlightBorderColor="#5c729d"
HoverUserIconColor="#5c729d"
HoverPasswordIconColor="#5c729d"
HoverSystemButtonsIconsColor="#5c729d"
HoverSessionButtonTextColor="#5c729d"
HoverVirtualKeyboardButtonTextColor="#5c729d"
#################### Form ####################
PartialBlur="true"
# Default false.
FullBlur="false"
# Default false.
# If you use FullBlur I recommend setting BlurMax to 64 and Blur to 1.0.
BlurMax="170"
# Default 48, Options: 2-64 (can go higher because depends on Blur).
# Connected with: Blur.
Blur="0.8"
# Default 2.0, Options: 0.0-3.0 (without 3.0).
# Connected with: BlurMax.
HaveFormBackground="false"
# Form background is transparent if set to false.
# Connected with: PartialBlur and BackgroundColor.
FormPosition="center"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="center"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"
HideSystemButtons="false"
HideLoginButton="false"
ForceLastUser="true"
# If set to true last successfully logged in user appeares automatically in the username field.
PasswordFocus="true"
# Automaticaly focuses password field.
HideCompletePassword="true"
# Hides the password while typing.
AllowEmptyPassword="false"
# Enable login for users without a password.
AllowUppercaseLettersInUsernames="false"
# Do not change this! Uppercase letters are generally not allowed in usernames. This option is only for systems that differ from this standard!
BypassSystemButtonsChecks="false"
# Skips checking if sddm can perform shutdown, restart, suspend or hibernate, always displays all system buttons.
RightToLeftLayout="false"
# Revert the layout either because you would like the login to be on the right hand side or SDDM won't respect your language locale for some reason. This will reverse the current position of FormPosition if it is either left or right and in addition position some smaller elements on the right hand side of the form itself (also when FormPosition is set to center).
#################### Translation ####################
# These don't necessarily need to translate anything. You can enter whatever you want here.
TranslatePlaceholderUsername=""
TranslatePlaceholderPassword=""
TranslateLogin=""
TranslateLoginFailedWarning=""
TranslateCapslockWarning=""
TranslateSuspend=""
TranslateHibernate=""
TranslateReboot=""
TranslateShutdown=""
TranslateSessionSelection=""
TranslateVirtualKeyboardButtonOn=""
TranslateVirtualKeyboardButtonOff=""
+3 -3
View File
@@ -5,9 +5,9 @@ Author=keyitdev
Website=https://github.com/Keyitdev/sddm-astronaut-theme Website=https://github.com/Keyitdev/sddm-astronaut-theme
License=GPL-3.0-or-later License=GPL-3.0-or-later
Type=sddm-theme Type=sddm-theme
Version=1.2 Version=1.3
ConfigFile=Themes/theme1.conf ConfigFile=Themes/astronaut.conf
Screenshot=Previews/preview1.png Screenshot=Previews/astronaut.png
MainScript=Main.qml MainScript=Main.qml
TranslationsDirectory=translations TranslationsDirectory=translations
Theme-Id=sddm-astronaut-theme Theme-Id=sddm-astronaut-theme
Executable
+113
View File
@@ -0,0 +1,113 @@
#!/bin/sh
## Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme
## Copyright (C) 2022-2025 Keyitdev
## Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html
red='\033[0;31m'
green='\033[0;32m'
no_color='\033[0m'
date=$(date +%s)
path_to_git_clone="$HOME"
install_dependencies(){
if [ -x "$(command -v pacman)" ];
then
echo -e "${green}[*] Installing packages using pacman.${no_color}"
sudo pacman --noconfirm --needed -S sddm qt6-svg qt6-virtualkeyboard qt6-multimedia-ffmpeg
elif [ -x "$(command -v xbps-install)" ];
then
echo -e "${green}[*] Installing packages using xbps-install.${no_color}"
sudo xbps-install sddm qt6-svg qt6-virtualkeyboard qt6-multimedia
elif [ -x "$(command -v dnf)" ];
then
echo -e "${green}[*] Installing packages using dnf.${no_color}"
sudo dnf install sddm qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimedia
elif [ -x "$(command -v zypper)" ];
then
echo -e "${green}[*] Installing packages using zypper.${no_color}"
sudo zypper install sddm-qt6 qt6-svg qt6-virtualkeyboard qt6-multimedia
else
echo -e "${red}[*] FAILED TO INSTALL PACKAGE: Package manager not found. You must manually install dependencies.">&2;
fi
}
git_clone(){
echo -e "${green}[*] Cloning theme to $path_to_git_clone.${no_color}"
[ -d "$path_to_git_clone"/sddm-astronaut-theme ] && sudo mv "$path_to_git_clone"/sddm-astronaut-theme "$path_to_git_clone"/sddm-astronaut-theme_$date && echo -e "${green}[*] Old configs detected in $path_to_git_clone, backing up.${no_color}"
git clone -b master --depth 1 https://github.com/keyitdev/sddm-astronaut-theme.git "$path_to_git_clone"/sddm-astronaut-theme
}
copy_files(){
echo -e "${green}[*] Coping theme from $path_to_git_clone to /usr/share/sddm/themes/.${no_color}"
[ -d /usr/share/sddm/themes/sddm-astronaut-theme ] && sudo mv /usr/share/sddm/themes/sddm-astronaut-theme /usr/share/sddm/themes/sddm-astronaut-theme_$date && echo -e "${green}[*] Old configs detected in /usr/share/sddm/themes/sddm-astronaut-theme, backing up.${no_color}"
sudo mkdir -p /usr/share/sddm/themes/sddm-astronaut-theme
sudo cp -r "$path_to_git_clone"/sddm-astronaut-theme/* /usr/share/sddm/themes/sddm-astronaut-theme
sudo cp -r /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/
echo -e "${green}[*] Setting up theme.${no_color}"
echo "[Theme]
Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf
echo "[General]
InputMethod=qtvirtualkeyboard" | sudo tee /etc/sddm.conf.d/virtualkbd.conf
}
select_theme(){
path_to_metadata="/usr/share/sddm/themes/sddm-astronaut-theme/metadata.desktop"
text="ConfigFile=Themes/"
line=$(grep $text "$path_to_metadata")
themes="astronaut black_hole cyberpunk hyprland_kath jake_the_dog japanese_aesthetic pixel_sakura pixel_sakura_static post-apocalyptic_hacker purple_leaves"
echo -e "${green}[*] Select theme (enter number e.g. astronaut - 1).${no_color}"
echo -e "${green}[*] 0. Other (choose if you created your own theme)."
echo -e "${green}[*] 1. Astronaut 2. Black hole${no_color}"
echo -e "${green}[*] 3. Cyberpunk 4. Hyprland Kath (animated)${no_color}"
echo -e "${green}[*] 5. Jake the dog (animated) 6. Japanese aesthetic${no_color}"
echo -e "${green}[*] 7. Pixel sakura (animated) 8. Pixel sakura (static)${no_color}"
echo -e "${green}[*] 9. Post-apocalyptic hacker 10. Purple leaves${no_color}"
read -p "[*] Your choice: " new_number
if [ "$new_number" -eq 0 ] 2>/dev/null;then
echo -e "${green}[*] Enter name of the config file (without .conf).${no_color}"
read -p "[*] Theme name: " answer
selected_theme="$answer"
elif [ "$new_number" -ge 1 ] 2>/dev/null && [ "$new_number" -le 10 ] 2>/dev/null; then
set -- $themes
selected_theme=$(eval echo \$"$new_number")
echo -e "${green}[*] You selected: $selected_theme ${no_color}"
else
echo -e "${red}[*] Error: invalid number or input.${no_color}"
exit
fi
modified_line="$text$selected_theme.conf"
sudo sed -i "s|^$text.*|$modified_line|" $path_to_metadata
echo -e "${green}[*] Changed: $line -> $modified_line${no_color}"
}
while true; do
clear
echo -e "${green}sddm-astronaut-theme made by Keyitdev${no_color}"
echo -e "${green}[*] Choose option.${no_color}"
echo -e "1. All of the bellow."
echo -e "2. Install dependencies with package manager."
echo -e "3. Clone theme from github.com to $path_to_git_clone."
echo -e "4. Copy theme from $path_to_git_clone to /usr/share/sddm/themes/."
echo -e "5. Select theme (/usr/share/sddm/themes/)."
echo -e "6. Preview the set theme (/usr/share/sddm/themes/)."
echo -e "7. Exit."
read -p "[*] Your choice: " x
case $x in
[1]* ) install_dependencies; git_clone; copy_files; select_theme; exit;;
[2]* ) install_dependencies; exit;;
[3]* ) git_clone; exit;;
[4]* ) copy_files; exit;;
[5]* ) select_theme; exit;;
[6]* ) sddm-greeter-qt6 --test-mode --theme /usr/share/sddm/themes/sddm-astronaut-theme/; exit;;
[7]* ) exit;;
* ) echo -e "${red}[*] Error: invalid number or input.${no_color}";;
esac
done