Add base of sddm theme
This commit is contained in:
266
sddm/silent/custom.conf
Normal file
266
sddm/silent/custom.conf
Normal file
@@ -0,0 +1,266 @@
|
||||
; https://github.com/uiriansan/SilentSDDM/wiki/Customizing
|
||||
; symlinked this file to /usr/share/sddm/themes/silent/configs/custom.conf
|
||||
|
||||
[General]
|
||||
scale = 1.0
|
||||
enable-animations = true
|
||||
animated-background-placeholder = "okarun-turbo-granny-form-and-momo-ayase-from-dandadan-wallpaper-2560x1440_51.jpg"
|
||||
background-fill-mode = "fill"
|
||||
|
||||
[LockScreen]
|
||||
display = true
|
||||
padding-top = 0
|
||||
padding-right = 0
|
||||
padding-bottom = 0
|
||||
padding-left = 0
|
||||
background = "okarun-turbo-granny-form-and-momo-ayase-from-dandadan-wallpaper-2560x1440_51.jpg"
|
||||
use-background-color = false
|
||||
background-color = "#000000"
|
||||
blur = 32
|
||||
brightness = 0.0
|
||||
saturation = 0.0
|
||||
|
||||
[LockScreen.Clock]
|
||||
display = true
|
||||
position = "center-left"
|
||||
align = "center"
|
||||
format = "hh:mm:ss"
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 120
|
||||
font-weight = 900
|
||||
color = "#cbcbcb"
|
||||
|
||||
[LockScreen.Date]
|
||||
display = true
|
||||
format = "dddd, MMMM dd, yyyy"
|
||||
locale = "en_US"
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 25
|
||||
font-weight = 600
|
||||
color = "#fbc3c3"
|
||||
margin-top = -15
|
||||
|
||||
[LockScreen.Message]
|
||||
display = false
|
||||
position = "bottom-center"
|
||||
align = "center"
|
||||
text = "Press da button"
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 12
|
||||
font-weight = 400
|
||||
display-icon = true
|
||||
icon = "enter.svg"
|
||||
icon-size = 16
|
||||
color = "#FFFFFF"
|
||||
paint-icon = true
|
||||
spacing = 0
|
||||
|
||||
[LoginScreen]
|
||||
background = "okarun-turbo-granny-form-and-momo-ayase-from-dandadan-wallpaper-2560x1440_51.jpg"
|
||||
use-background-color = false
|
||||
background-color = "#000000"
|
||||
blur = 0
|
||||
brightness = 0.0
|
||||
saturation = 0.0
|
||||
|
||||
[LoginScreen.LoginArea]
|
||||
position = "left"
|
||||
margin = 50
|
||||
|
||||
[LoginScreen.LoginArea.Avatar]
|
||||
shape = "circle"
|
||||
border-radius = 30
|
||||
active-size = 120
|
||||
inactive-size = 80
|
||||
inactive-opacity = 0.35
|
||||
active-border-size = 3
|
||||
inactive-border-size = 3
|
||||
active-border-color = "#fbc3c3"
|
||||
inactive-border-color = "#c6b3b3"
|
||||
|
||||
[LoginScreen.LoginArea.Username]
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 16
|
||||
font-weight = 700
|
||||
color = "#ff9e9e"
|
||||
margin = 10
|
||||
|
||||
[LoginScreen.LoginArea.PasswordInput]
|
||||
width = 200
|
||||
height = 30
|
||||
display-icon = true
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 12
|
||||
icon = "password.svg"
|
||||
icon-size = 16
|
||||
content-color = "#f78f8f"
|
||||
background-color = "#000000"
|
||||
background-opacity = 0.0
|
||||
border-size = 2
|
||||
border-color = "#ffb0b0"
|
||||
border-radius-left = 10
|
||||
border-radius-right = 10
|
||||
margin-top = 10
|
||||
masked-character = "●"
|
||||
|
||||
[LoginScreen.LoginArea.LoginButton]
|
||||
background-color = "#C3C6FB"
|
||||
background-opacity = 0.0
|
||||
active-background-color = "#C3C6FB"
|
||||
active-background-opacity = 1.0
|
||||
icon = "arrow-right.svg"
|
||||
icon-size = 18
|
||||
content-color = "#C3C6FB"
|
||||
active-content-color = "#000000"
|
||||
border-size = 2
|
||||
border-color = "#C3C6FB"
|
||||
border-radius-left = 10
|
||||
border-radius-right = 10
|
||||
margin-left = 5
|
||||
show-text-if-no-password = true
|
||||
hide-if-not-needed = true
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 12
|
||||
font-weight = 600
|
||||
|
||||
[LoginScreen.LoginArea.Spinner]
|
||||
display-text = true
|
||||
text = "Logging in"
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-weight = 600
|
||||
font-size = 14
|
||||
icon-size = 30
|
||||
icon = "spinner.svg"
|
||||
color = "#FFFFFF"
|
||||
spacing = 5
|
||||
|
||||
[LoginScreen.LoginArea.WarningMessage]
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 11
|
||||
font-weight = 400
|
||||
normal-color = "#FFFFFF"
|
||||
warning-color = "#FFFFFF"
|
||||
error-color = "#FFFFFF"
|
||||
margin-top = 10
|
||||
|
||||
[LoginScreen.MenuArea.Buttons]
|
||||
margin-top = 0
|
||||
margin-right = 0
|
||||
margin-bottom = 100
|
||||
margin-left = 100
|
||||
size = 30
|
||||
border-radius = 5
|
||||
spacing = 10
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
|
||||
[LoginScreen.MenuArea.Popups]
|
||||
max-height = 300
|
||||
item-height = 30
|
||||
item-spacing = 2
|
||||
padding = 5
|
||||
display-scrollbar = false
|
||||
margin = 5
|
||||
background-color = "#000000"
|
||||
background-opacity = 1.0
|
||||
active-option-background-color = "#c3c6fb"
|
||||
active-option-background-opacity = 1.0
|
||||
content-color = "#c3c6fb"
|
||||
active-content-color = "#000000"
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
border-size = 2
|
||||
border-color = "#c3c6fb"
|
||||
font-size = 11
|
||||
icon-size = 16
|
||||
|
||||
[LoginScreen.MenuArea.Session]
|
||||
display = true
|
||||
position = "bottom-left"
|
||||
index = 4
|
||||
popup-direction = "up"
|
||||
popup-align = "center"
|
||||
display-session-name = true
|
||||
button-width = 100
|
||||
popup-width = 200
|
||||
background-color = "#c3c6fb"
|
||||
background-opacity = 0.0
|
||||
active-background-opacity = 1.0
|
||||
content-color = "#C3C6FB"
|
||||
active-content-color = "#000000"
|
||||
border-size = 0
|
||||
font-size = 10
|
||||
icon-size = 16
|
||||
|
||||
[LoginScreen.MenuArea.Layout]
|
||||
display = true
|
||||
position = "bottom-left"
|
||||
index = 3
|
||||
popup-direction = "up"
|
||||
popup-align = "center"
|
||||
popup-width = 180
|
||||
display-layout-name = true
|
||||
background-color = "#C3C6FB"
|
||||
background-opacity = 0.0
|
||||
active-background-opacity = 1.0
|
||||
content-color = "#C3C6FB"
|
||||
active-content-color = "#000000"
|
||||
border-size = 0
|
||||
font-size = 10
|
||||
icon = "language.svg"
|
||||
icon-size = 16
|
||||
|
||||
[LoginScreen.MenuArea.Keyboard]
|
||||
display = true
|
||||
position = "bottom-left"
|
||||
index = 2
|
||||
background-color = "#C3C6FB"
|
||||
background-opacity = 0.0
|
||||
active-background-opacity = 1.0
|
||||
content-color = "#C3C6FB"
|
||||
active-content-color = "#000000"
|
||||
border-size = 0
|
||||
icon = "keyboard.svg"
|
||||
icon-size = 16
|
||||
|
||||
[LoginScreen.MenuArea.Power]
|
||||
display = true
|
||||
position = "bottom-left"
|
||||
index = 1
|
||||
popup-direction = "up"
|
||||
popup-align = "center"
|
||||
popup-width = 100
|
||||
background-color = "#C3C6FB"
|
||||
background-opacity = 0.0
|
||||
active-background-opacity = 1.0
|
||||
content-color = "#C3C6FB"
|
||||
active-content-color = "#000000"
|
||||
border-size = 0
|
||||
icon = "power.svg"
|
||||
icon-size = 16
|
||||
|
||||
[LoginScreen.VirtualKeyboard]
|
||||
scale = 1.0
|
||||
position = "login"
|
||||
start-hidden = true
|
||||
background-color = "#000000"
|
||||
background-opacity = 1.0
|
||||
key-content-color = "#C3C6FB"
|
||||
key-color = "#000000"
|
||||
key-opacity = 1.0
|
||||
key-active-background-color = "#000000"
|
||||
key-active-opacity = 0.0
|
||||
selection-background-color = "#303030"
|
||||
selection-content-color = "#C3C6FB"
|
||||
primary-color = "#8c90c2"
|
||||
border-size = 2
|
||||
border-color = "#C3C6FB"
|
||||
|
||||
[Tooltips]
|
||||
enable = true
|
||||
font-family = "JetBrains Mono Nerd Font"
|
||||
font-size = 11
|
||||
content-color = "#C3C6FB"
|
||||
background-color = "#000000"
|
||||
background-opacity = 1.0
|
||||
border-radius = 5
|
||||
disable-user = false
|
||||
disable-login-button = false
|
||||
Reference in New Issue
Block a user