feat: add lock handling

This commit is contained in:
2025-07-31 23:23:33 +02:00
committed by Oscar Wallberg
parent 5a592ff1b2
commit 8c33707900
5 changed files with 137 additions and 1 deletions
+6
View File
@@ -13,6 +13,7 @@
"network",
"battery",
"tray",
"custom/lock"
],
"clock": {
"format": "{:%H:%M}",
@@ -76,5 +77,10 @@
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"custom/lock": {
"format": "",
"tooltip-format": "",
"on-click": "pidof hyprlock || uwsm app -- hyprlock"
}
}