mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-04 14:20:37 -04:00
updates
This commit is contained in:
parent
b1061c59ea
commit
7198388d16
16 changed files with 134 additions and 88 deletions
|
@ -36,11 +36,11 @@ input-field {
|
|||
# Current time
|
||||
label {
|
||||
monitor = DP-1
|
||||
text = cmd[update:1300] echo "<b><big> $(date +"%H:%M") </big></b>"
|
||||
text = cmd[update:1300] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
|
||||
color = $color7
|
||||
font_size = 64
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 16
|
||||
position = 0, 50
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ label {
|
|||
color = $color7
|
||||
font_size = 16
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 30
|
||||
position = 0, 20
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
@ -79,77 +79,5 @@ label {
|
|||
font_family = Noto Sans
|
||||
position = 110, 70
|
||||
halign = center
|
||||
valign = centerinput-field {
|
||||
monitor = DP-1
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.64 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = $color1
|
||||
inner_color = $color0
|
||||
font_color = $color7
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
position = 0, 50
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
}
|
||||
|
||||
# Laptop
|
||||
input-field {
|
||||
monitor = eDP-1
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.64 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = $color1
|
||||
inner_color = $color0
|
||||
font_color = $color7
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
position = 0, 60
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
# Current time
|
||||
label {
|
||||
monitor = eDP-1
|
||||
text = cmd[update:1300] echo "<b><big> $(date +"%H:%M") </big></b>"
|
||||
color = $color7
|
||||
font_size = 64
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 16
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# User label
|
||||
label {
|
||||
monitor = eDP-1
|
||||
text = Hey <span text_transform="capitalize" size="larger">$USER</span>
|
||||
color = $color7
|
||||
font_size = 20
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
# Type to unlock
|
||||
label {
|
||||
monitor = eDP-1
|
||||
text = Type to unlock!
|
||||
color = $color7
|
||||
font_size = 16
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, 30
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue