diff --git a/Assets/Reboot.svg b/Assets/Reboot.svg index 7b21d73..93d6d80 100644 --- a/Assets/Reboot.svg +++ b/Assets/Reboot.svg @@ -1,36 +1,2 @@ - - - - - - - image/svg+xml - - - - - - - - - + +ionicons-v5-b \ No newline at end of file diff --git a/Assets/Shutdown.svg b/Assets/Shutdown.svg index a19a695..502440b 100644 --- a/Assets/Shutdown.svg +++ b/Assets/Shutdown.svg @@ -1,31 +1,6 @@ - - - - - - - image/svg+xml - - - - - - - + + + power-solid + + + \ No newline at end of file diff --git a/Assets/Suspend.svg b/Assets/Suspend.svg index ecd2961..05e3493 100644 --- a/Assets/Suspend.svg +++ b/Assets/Suspend.svg @@ -1,31 +1,13 @@ - - - - - - - image/svg+xml - - - - - - - + + + + pause-circle-solid + + + + + + + + + \ No newline at end of file diff --git a/Backgrounds/wave.png b/Backgrounds/wave.png new file mode 100644 index 0000000..90db85b Binary files /dev/null and b/Backgrounds/wave.png differ diff --git a/theme.conf b/theme.conf index e6c70b0..534153d 100644 --- a/theme.conf +++ b/theme.conf @@ -1,10 +1,10 @@ [General] ## Simple-SDDM2 -Background="Backgrounds/mountain.png" +Background="Backgrounds/wave.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" +DimBackgroundImage="0.2" ## Double between 0 and 1 used for the alpha channel of a darkening overlay. Use to darken your background image on the fly. ScaleImageCropped="true" @@ -16,11 +16,11 @@ ScaleImageCropped="true" ## [Blur Settings] -FullBlur="false" -PartialBlur="true" +FullBlur="true" +PartialBlur="false" ## 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="0" +BlurRadius="90" ## 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. @@ -30,44 +30,44 @@ BlurRadius="0" 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="left" +FormPosition="center" ## Position of the form which takes roughly 1/3 of screen estate. Can be left, center or right. -BackgroundImageHAlignment="center" +BackgroundImageHAlignment="right" ## Horizontal position of the background picture relative to its visible area. Applies when ScaleImageCropped is set to false or when HaveFormBackground is set to true and FormPosition is either left or right. Can be left, center or right; defaults to center if none is passed. -BackgroundImageVAlignment="center" +BackgroundImageVAlignment="bottom" ## As before but for the vertical position of the background picture relative to its visible area. -MainColor="#7287fd" +MainColor="#cdd6f4" ## 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="#7287fd" +AccentColor="#b4befe" ## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect. OverrideTextFieldColor="" ## The text color of the username & password when focused/pressed may become difficult to read depending on your color choices. Use this option to set it independently for legibility. -BackgroundColor="#030404" +BackgroundColor="#1e1e2e" ## 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" +placeholderColor="#a6adc8" ## Placholder text color. Example: username, password. -IconColor="#ffffff" +IconColor="#bac2de" ## System icon colors OverrideLoginButtonTextColor="" ## The text of the login button may become difficult to read depending on your color choices. Use this option to set it independently for legibility. -InterfaceShadowSize="6" +InterfaceShadowSize="5" ## Integer used as multiplier. Size of the shadow behind the user and session selection background. Decrease or increase if it looks bad on your background. Initial render can be slow no values above 5-7. -InterfaceShadowOpacity="0.6" +InterfaceShadowOpacity="0.2" ## Double between 0 and 1. Alpha channel of the shadow behind the user and session selection background. Decrease or increase if it looks bad on your background. -RoundCorners="20" +RoundCorners="10" ## Integer in pixels. Radius of the input fields and the login button. Empty for square. Can cause bad antialiasing of the fields. ScreenPadding="0" @@ -121,14 +121,14 @@ HourFormat="HH:mm" ## 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  MMM d" +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="WELCOME!" +HeaderText="" ## 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.