mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
- Spawn tasks on individual threads - Don't force a default of fan-curve on reload - Add missing profile commands - Begin obsoleting the graphics switch command in favour of supergfxctl - Slim down the notification daemon to pure ASUS notifications Bad behaviour in fan-curve new function that was forcing a re-init to default on reload. Remove this and only save config again after loading the config file and writing a curve (hidden side effect of write is that a zeroed array is defaulted to read-from-system - this needs to be changed too). Closes #140, #139
20 lines
539 B
TOML
20 lines
539 B
TOML
[package]
|
|
name = "rog_dbus"
|
|
version = "4.0.2"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
description = "dbus interface methods for asusctl"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rog_anime = { path = "../rog-anime" }
|
|
rog_aura = { path = "../rog-aura" }
|
|
rog_profiles = { path = "../rog-profiles" }
|
|
rog_supported = { path = "../rog-supported" }
|
|
zbus = "^1.9"
|
|
zbus_macros = "^1.9"
|
|
zvariant = "^2.8"
|