hyprlock changes

This commit is contained in:
Joel Mathew Thomas
2024-05-25 18:21:25 +05:30
parent f2dd59913d
commit 86448dd704
5 changed files with 21 additions and 15 deletions
+13 -13
View File
@@ -4,7 +4,6 @@
# | | | | |_| | |_) | | | | (_) | (__| <
# |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\
# |___/|_|
#
background {
monitor =
@@ -43,26 +42,27 @@ input-field {
label {
monitor =
text = cmd[update:1000] echo "$TIME"
color = rgba(200, 200, 200, 1.0)
font_size = 55
text = cmd[update:1000] date +"%I:%M %p"
color = rgb(135, 206, 235)
font_size = 35
font_family = Fira Semibold
position = -100, -200
halign = right
valign = bottom
position = 0, -30
halign = center
valign = center
shadow_passes = 5
shadow_size = 10
}
label {
monitor =
text = $USER
color = rgba(200, 200, 200, 1.0)
font_size = 20
text = cmd[update:1000] echo "$(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
font_size = 75
color = rgb(135, 206, 235)
font_family = Fira Semibold
position = -100, 160
halign = right
valign = bottom
position = 0, 30
halign = center
valign = center
shadow_passes = 5
shadow_size = 10
}