https://github.com/system64fumo/sysauth
Simple authentication popup
https://github.com/system64fumo/sysauth
polkit-agent
Last synced: 10 months ago
JSON representation
Simple authentication popup
- Host: GitHub
- URL: https://github.com/system64fumo/sysauth
- Owner: System64fumo
- License: gpl-3.0
- Created: 2025-08-03T17:48:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T21:05:24.000Z (11 months ago)
- Last Synced: 2025-08-08T15:07:25.561Z (11 months ago)
- Topics: polkit-agent
- Language: C++
- Homepage:
- Size: 2.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysauth
sysauth is a simple authentication popup

[](https://repology.org/project/sysauth/versions)
> [!NOTE]
> This is still W.I.P
### Features
* polkit integration
* keyring integration (coming soon)
# Configuration
sysauth can be configured in 2 ways
1: By changing config.hpp and recompiling (Suckless style)
2: Using a config file (~/.config/sys64/auth/config.conf)
3: Using launch arguments
```
arguments:
-v Prints version info
```