diff --git a/Backgrounds/house.png b/Backgrounds/house.png new file mode 100644 index 0000000..830948b Binary files /dev/null and b/Backgrounds/house.png differ diff --git a/Backgrounds/kitty_dark.jpg b/Backgrounds/kitty_dark.jpg new file mode 100644 index 0000000..185e5ce Binary files /dev/null and b/Backgrounds/kitty_dark.jpg differ diff --git a/Backgrounds/mountain.png b/Backgrounds/mountain.png new file mode 100644 index 0000000..a31ad92 Binary files /dev/null and b/Backgrounds/mountain.png differ diff --git a/Backgrounds/path.png b/Backgrounds/path.png new file mode 100644 index 0000000..95b295c Binary files /dev/null and b/Backgrounds/path.png differ diff --git a/Backgrounds/tokyocity.png b/Backgrounds/tokyocity.png new file mode 100644 index 0000000..4788da2 Binary files /dev/null and b/Backgrounds/tokyocity.png differ diff --git a/theme.conf b/theme.conf index ed88782..b994463 100644 --- a/theme.conf +++ b/theme.conf @@ -1,6 +1,7 @@ [General] -Background="background.png" +## Simple-SDDM2 +Background="Backgrounds/mountain.png" ## Path relative to the theme root directory. Most standard image file formats are allowed including support for transparency. (e.g. background.jpeg/illustration.GIF/Foto.png/undraw.svgz) DimBackgroundImage="0.0" @@ -9,19 +10,17 @@ DimBackgroundImage="0.0" ScaleImageCropped="true" ## Whether the image should be cropped when scaled proportionally. Setting this to false will fit the whole image instead, possibly leaving white space. This can be exploited beautifully with illustrations (try it with "undraw.svg" included in the theme). -ScreenWidth="1920" -ScreenHeight="1080" +#ScreenWidth="1920" +#ScreenHeight="1080" ## Adjust to your resolution to help SDDM speed up on calculations - - ## [Blur Settings] FullBlur="false" PartialBlur="true" ## Enable or disable the blur effect; if HaveFormBackground is set to true then PartialBlur will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur. -BlurRadius="80" +BlurRadius="0" ## Set the strength of the blur effect. Anything above 100 is pretty strong and might slow down the rendering time. 0 is like setting false for any blur. @@ -31,7 +30,7 @@ BlurRadius="80" HaveFormBackground="false" ## Have a full opacity background color behind the form that takes slightly more than 1/3 of screen estate; if PartialBlur is set to true then HaveFormBackground will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur. -FormPosition="center" +FormPosition="left" ## Position of the form which takes roughly 1/3 of screen estate. Can be left, center or right. BackgroundImageHAlignment="center" @@ -40,14 +39,14 @@ BackgroundImageHAlignment="center" BackgroundImageVAlignment="center" ## As before but for the vertical position of the background picture relative to its visible area. -MainColor="#F8F8F2" +MainColor="#7287fd" ## Used for all elements when not focused/hovered etc. Usually the best effect is achieved by having this be either white or a very dark grey like #444 (not black for smoother antialias) ## Colors can be HEX or Qt names (e.g. red/salmon/blanchedalmond). See https://doc.qt.io/qt-5/qml-color.html -AccentColor="#343746" +AccentColor="#7287fd" ## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect. -BackgroundColor="#21222C" +BackgroundColor="#030404" ## Used for the user and session selection background as well as for ScreenPadding and FormBackground when either is true. If PartialBlur and FormBackground are both enabled this color will blend with the blur effect. placeholderColor="#bbbbbb" @@ -71,7 +70,7 @@ RoundCorners="20" ScreenPadding="0" ## Integer in pixels. Increase or delete this to have a padding of color BackgroundColor all around your screen. This makes your login greeter appear as if it was a canvas. Cool! -Font="Open Sans" +Font="JetBrainsMono Nerd Font" ## If you want to choose a custom font it will have to be available to the X root user. See https://wiki.archlinux.org/index.php/fonts#Manual_installation FontSize="" @@ -115,16 +114,18 @@ Locale="" ## The time and date locale should usually be set in your system settings. Only hard set this if something is not working by default or you want a seperate locale setting in your login screen. HourFormat="HH:mm" +## for AM/PM +## HourFormat="hh:mm AP" ## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "hh:mm A". See http://doc.qt.io/qt-5/qml-qtqml-date.html -DateFormat="dddd d MMMM" +DateFormat="dddd  MMM d" ## Defaults to Locale.LongFormat - Accepts "short" or a custom string like "dddd, d 'of' MMMM". See http://doc.qt.io/qt-5/qml-qtqml-date.html ## [Translations] -HeaderText="" +HeaderText="WELCOME!" ## Header can be empty to not display any greeting at all. Keep it short. ## SDDM may lack proper translation for every element. Suger defaults to SDDM translations. Please help translate SDDM as much as possible for your language: https://github.com/sddm/sddm/wiki/Localization. These are in order as they appear on screen.