diff --git a/Assets/Hibernate.svgz b/Assets/Hibernate.svgz index c6aab4d..5e3f00a 100644 Binary files a/Assets/Hibernate.svgz and b/Assets/Hibernate.svgz differ diff --git a/Assets/Reboot.svgz b/Assets/Reboot.svgz index 1958f78..5e3f00a 100644 Binary files a/Assets/Reboot.svgz and b/Assets/Reboot.svgz differ diff --git a/Assets/Shutdown.svgz b/Assets/Shutdown.svgz index 4845675..5e3f00a 100644 Binary files a/Assets/Shutdown.svgz and b/Assets/Shutdown.svgz differ diff --git a/Assets/Suspend.svgz b/Assets/Suspend.svgz index dd230f7..5e3f00a 100644 Binary files a/Assets/Suspend.svgz and b/Assets/Suspend.svgz differ diff --git a/Components/Clock.qml b/Components/Clock.qml index e809efc..b0269f2 100644 --- a/Components/Clock.qml +++ b/Components/Clock.qml @@ -45,7 +45,7 @@ Column { color: root.palette.text renderType: Text.QtRendering function updateTime() { - text = new Date().toLocaleTimeString(Qt.locale(config.Locale), config.HourFormat == "long" ? Locale.LongFormat : config.HourFormat !== "" ? config.HourFormat : Locale.ShortFormat) + text = "" //new Date().toLocaleTimeString(Qt.locale(config.Locale), config.HourFormat == "long" ? Locale.LongFormat : config.HourFormat !== "" ? config.HourFormat : Locale.ShortFormat) } } @@ -55,7 +55,7 @@ Column { color: root.palette.text renderType: Text.QtRendering function updateTime() { - text = new Date().toLocaleDateString(Qt.locale(config.Locale), config.DateFormat == "short" ? Locale.ShortFormat : config.DateFormat !== "" ? config.DateFormat : Locale.LongFormat) + text = "" //new Date().toLocaleDateString(Qt.locale(config.Locale), config.DateFormat == "short" ? Locale.ShortFormat : config.DateFormat !== "" ? config.DateFormat : Locale.LongFormat) } } diff --git a/theme.conf b/theme.conf index 4416e4f..dfa88c6 100644 --- a/theme.conf +++ b/theme.conf @@ -3,7 +3,7 @@ Background="/home/penwing/nixos/wallpapers/main.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.6" ## 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" @@ -28,10 +28,10 @@ BlurRadius="0" ## [Design Customizations] -HaveFormBackground="true" +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="right" +FormPosition="center" ## Position of the form which takes roughly 1/3 of screen estate. Can be left, center or right. BackgroundImageHAlignment="right" @@ -106,17 +106,17 @@ AllowBadUsernames="false" 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" -## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "HH:mm". See http://doc.qt.io/qt-5/qml-qtqml-date.html +HourFormat="" +## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "hh:mm". See http://doc.qt.io/qt-5/qml-qtqml-date.html -DateFormat="dddd, d MMM" -## 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 +DateFormat="" +## Defaults to Locale.LongFormat - Accepts "short" or a custom string like "dddd, d MMM". See http://doc.qt.io/qt-5/qml-qtqml-date.html ## [Translations] -HeaderText="" +HeaderText="Kamaji" ## 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.