Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flxzt/gnome-settings-power-cli
A simple cli to control gnome power settings through DBus
https://github.com/flxzt/gnome-settings-power-cli
Last synced: 21 days ago
JSON representation
A simple cli to control gnome power settings through DBus
- Host: GitHub
- URL: https://github.com/flxzt/gnome-settings-power-cli
- Owner: flxzt
- License: mit
- Created: 2023-09-24T14:12:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T20:21:41.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:02:28.432Z (7 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# gnome-settings-power-cli
A simple cli that exposes some of the gnome power settings.
It uses [zbus](https://crates.io/crates/zbus) to talk to `gnome-settings-daemon` through DBus.# Cli Usage
see [CLI_USAGE.txt](CLI_USAGE.txt) for an up-to-date documentation of the cli interface# License
Licensed under MIT license.