mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
lock in lock screen
This commit is contained in:
parent
1745240a9c
commit
41339e3214
1 changed files with 25 additions and 16 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# Colors
|
||||
$white = rgba(255,255,255,1)
|
||||
$transparent = rgba(0,0,0,0.2)
|
||||
$black = rgba(0,0,0,1)
|
||||
|
||||
$error = rgba(255,0,0,1)
|
||||
$warning = rgba(255,193,7,1)
|
||||
|
||||
# BACGROUND
|
||||
background {
|
||||
monitor =
|
||||
|
|
@ -16,6 +24,19 @@ general {
|
|||
disable_loading_bar = true
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%-I:%M")"
|
||||
color = $white
|
||||
font_size = 95
|
||||
font_family = JetBrains Mono Extrabold
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# PASSWORD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 60
|
||||
|
|
@ -23,27 +44,15 @@ input-field {
|
|||
dots_size = 0.2
|
||||
dots_spacing = 0.35
|
||||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.2)
|
||||
font_color = "#FFFFFF"
|
||||
outer_color = $transparent
|
||||
inner_color = $transparent
|
||||
font_color = $white
|
||||
fade_on_empty = false
|
||||
rounding = -1
|
||||
check_color = rgb(204, 136, 34)
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
|
||||
placeholder_text = <span>Password for $USER:</span>
|
||||
hide_input = false
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%-I:%M")"
|
||||
color = rgba(242, 243, 244, 0.75)
|
||||
font_size = 95
|
||||
font_family = JetBrains Mono Extrabold
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue