overhaul
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 526 B |
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
16
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.
|
||||
|
|