mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
feat: update ags
This commit is contained in:
7
home/desktops/hyprland/ags/js/lockscreen/auth.py
Executable file
7
home/desktops/hyprland/ags/js/lockscreen/auth.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
import pam
|
||||
import sys
|
||||
import getpass
|
||||
|
||||
print(pam.authenticate(getpass.getuser(), sys.argv[1]));
|
||||
Reference in New Issue
Block a user