feat: Update lockscreen
This commit is contained in:
@@ -44,6 +44,9 @@ label {
|
||||
position = -80, 290
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 3
|
||||
shadow_size = 3
|
||||
shadow_color = rgba(0, 0, 0, 1)
|
||||
}
|
||||
|
||||
# Time-Minute
|
||||
@@ -56,18 +59,24 @@ label {
|
||||
position = 0, 170
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 3
|
||||
shadow_size = 3
|
||||
shadow_color = rgba(0, 0, 0,1)
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%d %B")"
|
||||
color = rgba(255, 255, 255, 100)
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 22
|
||||
font_family = Suisse Int'l Mono
|
||||
position = 20, 92
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 3
|
||||
shadow_size = 5
|
||||
shadow_color = rgba(0, 0, 0, 1)
|
||||
}
|
||||
|
||||
# USER AVATAR
|
||||
@@ -126,3 +135,16 @@ label {
|
||||
halign = right
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
|
||||
# Stats
|
||||
label {
|
||||
monitor = eDP-1
|
||||
text = cmd[update:15000] /home/nathan/.config/hypr/scripts/stats.sh
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 10
|
||||
font_family = Symbols Nerd Font Mono
|
||||
position = 10, 10
|
||||
halign = left
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user