summaryrefslogtreecommitdiff
path: root/.sddm/themes/sugar-light/theme.conf
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-30 15:52:33 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-30 15:52:33 -0300
commit3259133a20921e14d7e6e1ebe6d2644d2987da8b (patch)
treed2a11266c4a41f59d4712779995592eb2f6cd38f /.sddm/themes/sugar-light/theme.conf
parent02bd638160122e2b987c00fbbf3b7071c692fff3 (diff)
Added sddm themes
Diffstat (limited to '.sddm/themes/sugar-light/theme.conf')
-rw-r--r--.sddm/themes/sugar-light/theme.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/.sddm/themes/sugar-light/theme.conf b/.sddm/themes/sugar-light/theme.conf
new file mode 100644
index 00000000..2dfd3a22
--- /dev/null
+++ b/.sddm/themes/sugar-light/theme.conf
@@ -0,0 +1,54 @@
+[General]
+Background="~/.wallpapers/c3uhsgo1vx541.jpg"
+; Must match the name of the image in the theme directory. Any standard image file format is allowed with transparency supported. (e.g. background.jpeg/illustration.GIF/Foto.png)
+ScaleImageCropped=true
+; Whether the image should be cropped when scaled proportionally. Setting this to false will fit the whole image when scaled, possibly leaving white space. This can be exploited beautifully with illustrations. (Try it with "Illustration.svg")
+ScreenWidth=3840
+ScreenHeight=2160
+; Adjust to your resolution to help SDDM speed up on calculations
+
+# [Design Customizations]
+ThemeColor="#424242"
+AccentColor="#75D85A"
+; Colors can be HEX or named (e.g. red/blue/blanchedalmond). See http://doc.qt.io/qt-5/qml-color.html#svg-color-reference
+RoundCorners=
+; Radius of the input fields and the login button. Empty for square. Can cause bad antialiasing of the fields.
+ScreenPadding=0
+; Increase or delete this to have a white padding all around your screen. This makes your image appear like a canvas. Cool!
+Font="Noto Sans"
+; 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=20
+; Only set a fixed value if fonts are way too small for your resolution. Preferrably kept empty.
+
+# [Locale Settings]
+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=
+; 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=
+; 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
+
+# [Interface Behavior]
+ForceRightToLeft=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.
+ForceLastUser=true
+; Have the last user appear automatically in the username field.
+ForcePasswordFocus=true
+; Give automatic focus to the password field. Together with ForceLastUser this makes for the fastest login experience.
+ForceHideCompletePassword=true
+; If you don't like to see any character at all not even while being entered set this to true.
+
+# [Translations]
+; SDDM may lack proper translation for every element. The keys beginning with Translate... default 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.
+HeaderText="rogs"
+; Header can be empty to not display any greeting at all. Keep it short.
+TranslateUsernamePlaceholder="Usuario"
+TranslatePasswordPlaceholder="Contraseña"
+TranslateShowPassword="Mostrar contraseña"
+TranslateLoginFailed="Login fallido"
+TranslateLogin=
+TranslateSession="Sesión"
+TranslateSuspend="Suspender"
+TranslateReboot="Reiniciar"
+TranslateShutdown="Apagar"
+; These don't necessarily need to translate anything. You can enter whatever you want here.