summaryrefslogtreecommitdiff
path: root/hypr/hyprlock.conf
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
commitb7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch)
tree366a68240fbc9da6b1d567bd6c46d1350ad814de /hypr/hyprlock.conf
Nixos
Diffstat (limited to 'hypr/hyprlock.conf')
-rwxr-xr-xhypr/hyprlock.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
new file mode 100755
index 0000000..a10c629
--- /dev/null
+++ b/hypr/hyprlock.conf
@@ -0,0 +1,50 @@
+background {
+ monitor=
+ path= $HOME/dots/walls/lock.jpeg
+}
+
+label {
+ monitor =
+ text = <span foreground='##000000'>Hi there, $USER</span>
+ color = rgba(0.0, 0.0, 0.0, 1.0)
+ font_size = 25
+ font_family = Iosevka NFM
+
+ position = 0, 80
+ halign = center
+ valign = center
+}
+
+label {
+ monitor =
+ text = cmd[update:1000] echo "<span foreground='##000000'>$(date)</span>"
+ color = rgba(0.0, 0.0, 0.0, 1.0)
+ font_size = 25
+ font_family = Iosevka NFM
+ position = 0,120
+ halign = center
+ valign = center
+}
+
+input-field {
+ monitor=
+ size=20%,5%
+ outine-thickness=1
+ dots_size=0.1
+ dots_spacing=0.5
+ fade_on_empty=true
+ hide_input=false
+ fade_timeout=1000
+}
+
+
+label {
+ monitor =
+ text = cmd[update:1000] echo "<span foreground='##000000'>$(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage;)</span>"
+ color = rgba(0.0, 0.0, 0.0, 1.0)
+ font_size = 25
+ font_family = Iosevka NFM
+ position = 0,-120
+ halign = center
+ valign = center
+}