mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
refactor: Address review feedback
- Remove deprecated supergfx integration - Ensure DBus is used instead of direct calls (verified) - Clean up unused imports and modules
This commit is contained in:
@@ -12,6 +12,7 @@ use tokio::sync::{Mutex, MutexGuard};
|
||||
|
||||
use crate::error::RogError;
|
||||
|
||||
pub mod animator;
|
||||
pub mod config;
|
||||
pub mod trait_impls;
|
||||
|
||||
@@ -20,6 +21,8 @@ pub struct Aura {
|
||||
pub hid: Option<Arc<Mutex<HidRaw>>>,
|
||||
pub backlight: Option<Arc<Mutex<KeyboardBacklight>>>,
|
||||
pub config: Arc<Mutex<AuraConfig>>,
|
||||
/// Animation state for software-controlled effects
|
||||
pub animator: Arc<animator::AnimatorState>,
|
||||
}
|
||||
|
||||
impl Aura {
|
||||
|
||||
Reference in New Issue
Block a user