Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/System64fumo/syspower
Simple power menu/shutdown screen written in gtkmm4
https://github.com/System64fumo/syspower
gtk4 hyprland powermenu wayland
Last synced: 6 days ago
JSON representation
Simple power menu/shutdown screen written in gtkmm4
- Host: GitHub
- URL: https://github.com/System64fumo/syspower
- Owner: System64fumo
- Created: 2024-05-15T16:50:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:45:51.000Z (6 months ago)
- Last Synced: 2024-05-22T16:35:23.808Z (6 months ago)
- Topics: gtk4, hyprland, powermenu, wayland
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hyprland - syspower
README
# Syspower
syspower is a basic power menu and shutdown screen written in gtkmm4
![preview](https://github.com/System64fumo/syspower/blob/main/preview.gif "preview")For now this only supports Hyprland.
# Configuration
syspower can be configured in 2 ways
1: By changing config.hpp and recompiling (Suckless style)
2: Using a config file (~/.config/sys64/power/config.conf)
3: Using launch arguments
```
arguments:
-p Set position (0 = top | 1 = right | 2 = bottom | 3 = left | 4 = center)
-m Set primary monitor (If you have multiple monitors)
-v Prints version info
-t Set revealer transition duration (0 = disabled)
```