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: 7 days ago
JSON representation

Simple power menu/shutdown screen written in gtkmm4

Lists

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 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)
```