same wallpaper as env
This commit is contained in:
parent
f21b847fc1
commit
c2f07a5f6a
Binary file not shown.
Before Width: | Height: | Size: 2.6 MiB |
8
Main.qml
8
Main.qml
|
@ -45,7 +45,7 @@ Pane {
|
||||||
palette.window: config.BackgroundColor
|
palette.window: config.BackgroundColor
|
||||||
|
|
||||||
font.family: config.Font
|
font.family: config.Font
|
||||||
font.pointSize: config.FontSize !== "" ? config.FontSize : parseInt(height / 80)
|
font.pointSize: config.FontSize !== "" ? config.FontSize : parseInt(height / 70)
|
||||||
focus: true
|
focus: true
|
||||||
|
|
||||||
property bool leftleft: config.HaveFormBackground == "true" &&
|
property bool leftleft: config.HaveFormBackground == "true" &&
|
||||||
|
@ -89,9 +89,9 @@ Pane {
|
||||||
id: formBackground
|
id: formBackground
|
||||||
anchors.fill: form
|
anchors.fill: form
|
||||||
anchors.centerIn: form
|
anchors.centerIn: form
|
||||||
color: root.palette.window
|
color: "#222222"
|
||||||
visible: config.HaveFormBackground == "true" ? true : false
|
visible: config.HaveFormBackground == "true" ? true : false
|
||||||
opacity: config.PartialBlur == "true" ? 0.3 : 1
|
opacity: 0.6
|
||||||
z: 1
|
z: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ Pane {
|
||||||
id: form
|
id: form
|
||||||
|
|
||||||
height: virtualKeyboard.state == "visible" ? parent.height - virtualKeyboard.implicitHeight : parent.height
|
height: virtualKeyboard.state == "visible" ? parent.height - virtualKeyboard.implicitHeight : parent.height
|
||||||
width: parent.width / 2.5
|
width: parent.width / 3
|
||||||
anchors.horizontalCenter: config.FormPosition == "center" ? parent.horizontalCenter : undefined
|
anchors.horizontalCenter: config.FormPosition == "center" ? parent.horizontalCenter : undefined
|
||||||
anchors.left: config.FormPosition == "left" ? parent.left : undefined
|
anchors.left: config.FormPosition == "left" ? parent.left : undefined
|
||||||
anchors.right: config.FormPosition == "right" ? parent.right : undefined
|
anchors.right: config.FormPosition == "right" ? parent.right : undefined
|
||||||
|
|
12
theme.conf
12
theme.conf
|
@ -1,6 +1,6 @@
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
Background="Backgrounds/lock.png"
|
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)
|
## 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.0"
|
||||||
|
@ -47,10 +47,10 @@ MainColor="#ffffff"
|
||||||
AccentColor="#3fb36d"
|
AccentColor="#3fb36d"
|
||||||
## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect.
|
## Used for elements in focus/hover/pressed. Should be contrasting to the background and the MainColor to achieve the best effect.
|
||||||
|
|
||||||
BackgroundColor="#000000"
|
BackgroundColor="#22222"
|
||||||
## 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.
|
## 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.
|
||||||
|
|
||||||
OverrideLoginButtonTextColor="#ffffff"
|
OverrideLoginButtonTextColor="#eeeeee"
|
||||||
## 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.
|
## 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="6"
|
||||||
|
@ -59,13 +59,13 @@ InterfaceShadowSize="6"
|
||||||
InterfaceShadowOpacity="0.6"
|
InterfaceShadowOpacity="0.6"
|
||||||
## 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.
|
## 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.
|
## Integer in pixels. Radius of the input fields and the login button. Empty for square. Can cause bad antialiasing of the fields.
|
||||||
|
|
||||||
ScreenPadding="0"
|
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!
|
## 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="JetBrainsMono Nerd Font"
|
Font="Mononoki 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
|
## 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=""
|
FontSize=""
|
||||||
|
@ -116,7 +116,7 @@ DateFormat="dddd, d MMM"
|
||||||
|
|
||||||
## [Translations]
|
## [Translations]
|
||||||
|
|
||||||
HeaderText="Tea ?"
|
HeaderText=""
|
||||||
## Header can be empty to not display any greeting at all. Keep it short.
|
## 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.
|
## 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.
|
||||||
|
|
Loading…
Reference in a new issue