mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Minor updates
This commit is contained in:
@@ -55,7 +55,7 @@ fn main() -> Result<()> {
|
||||
.filter_level(LevelFilter::Warn)
|
||||
.parse_default_env()
|
||||
.target(env_logger::Target::Stdout)
|
||||
.format(|buf, record| writeln!(buf, "{}: {}", record.level(), record.args()))
|
||||
.format_timestamp(None)
|
||||
.init();
|
||||
|
||||
// start tokio
|
||||
|
||||
@@ -27,13 +27,17 @@ export component PageAbout inherits VerticalLayout {
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "- [x] Add a fullscreen mode";
|
||||
text: "- [x] Add a fullscreen mode (cli arg)";
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "- [x] Disable aura items depending if mode supports or not";
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "- [x] Add fan curve graph controls";
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "- [ ] Add a cpu/gpu temp/fan speed info bar";
|
||||
}
|
||||
|
||||
@@ -351,6 +351,11 @@ export component PageAura inherits Rectangle {
|
||||
padding: 30px;
|
||||
padding-top: 10px;
|
||||
spacing: 10px;
|
||||
|
||||
Text {
|
||||
text: "WIP: this is not complete and won't change keyboard state";
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
border-radius: 20px;
|
||||
background: Palette.control-background;
|
||||
@@ -411,6 +416,11 @@ export component PageAura inherits Rectangle {
|
||||
padding: 30px;
|
||||
padding-top: 10px;
|
||||
spacing: 10px;
|
||||
|
||||
Text {
|
||||
text: "WIP: this is not complete and won't change keyboard state";
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
border-radius: 20px;
|
||||
background: Palette.control-background;
|
||||
|
||||
@@ -278,6 +278,7 @@ export component PageSystem inherits Rectangle {
|
||||
VerticalLayout {
|
||||
padding: 50px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 100px;
|
||||
spacing: 10px;
|
||||
GroupBox {
|
||||
VerticalBox {
|
||||
|
||||
Reference in New Issue
Block a user