summaryrefslogtreecommitdiff
path: root/hypr/hyprlock.conf
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2026-03-06 21:50:46 +0530
committeranand <anand.panchdhari@gmail.com>2026-03-06 21:50:46 +0530
commit6c6eaccb86c882059b8c74bbf5840370b10f2886 (patch)
tree7b74a5a6170e6c729fec4709d9fd688c742e90d7 /hypr/hyprlock.conf
parent61ffaae6e2c9937dbff8b38d59bf844bab9009ca (diff)
De-hypr-ed my configs
Diffstat (limited to 'hypr/hyprlock.conf')
-rwxr-xr-xhypr/hyprlock.conf50
1 files changed, 0 insertions, 50 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
deleted file mode 100755
index 7d51a65..0000000
--- a/hypr/hyprlock.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-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 = monospace
-
- 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
-}