feat: Add new configs
This commit is contained in:
@@ -9,9 +9,9 @@ general {
|
||||
# BACKGROUND
|
||||
background {
|
||||
# monitor =
|
||||
path = $HOME/.config/backgrounds/background.png
|
||||
path = $HOME/.config/backgrounds/rengoku2.png
|
||||
# path = $HOME/.config/hypr/fireplace.mp4
|
||||
blur_passes = 1
|
||||
blur_passes = 0
|
||||
# color = $base
|
||||
}
|
||||
|
||||
@@ -34,50 +34,53 @@ label {
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
position = -30, 0
|
||||
halign = right
|
||||
position = 75, 0
|
||||
halign = left
|
||||
valign = top
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
# monitor =
|
||||
text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = -30, -150
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
# label {
|
||||
# # monitor =
|
||||
# text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
# color = rgb(255, 255, 255)
|
||||
# font_size = 25
|
||||
# font_family = $font
|
||||
# position = 30, -150
|
||||
# halign = left
|
||||
# valign = top
|
||||
# }
|
||||
shape {
|
||||
monitor =
|
||||
size = 500, 100%
|
||||
color = rgba(255, 255, 255, 0.18)
|
||||
rounding = 25
|
||||
# border_size = 4
|
||||
# border_color = rgba(255, 255, 255, 1.0)
|
||||
|
||||
# FINGERPRINT
|
||||
{
|
||||
# monitor = "";
|
||||
text = $FPRINTPROMPT
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 14;
|
||||
font_family = $font;
|
||||
position = "0, -107";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
position = -25, 0
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# USER AVATAR
|
||||
image {
|
||||
# monitor =
|
||||
# monitor =
|
||||
path = $HOME/.face
|
||||
rounding = 25
|
||||
size = 100
|
||||
border_color = rgb(0, 0, 0)
|
||||
position = 0, 75
|
||||
halign = center
|
||||
# border_color = rgb(0, 0, 0)
|
||||
border_size = 0
|
||||
position = 200, 75
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
# monitor =
|
||||
size = 300, 60
|
||||
position = 100, -47
|
||||
outline_thickness = 4
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
@@ -92,7 +95,18 @@ input-field {
|
||||
fail_color = rgb(255, 0, 0)
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = rgb(255, 0, 0)
|
||||
position = 0, -47
|
||||
halign = center
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# FINGERPRINT
|
||||
{
|
||||
# monitor = "";
|
||||
text = $FPRINTPROMPT
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 14;
|
||||
font_family = $font;
|
||||
position = 0, -107;
|
||||
halign = center;
|
||||
valign = center;
|
||||
}
|
||||
Reference in New Issue
Block a user