Asus Control - #945
Closed
peachoff wants to merge 9 commits into
Closed
Conversation
Contributor
|
Plugin "asus-control" is missing some required files:
|
Contributor
Automatic Manifest CheckFile: registry.json
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
+ "official": false,
"id": "asus-um5606-fan-state",
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"id": "ds4-colors",
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"repository": "https://github.com/WerWolv/noctalia-kde-connect",
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"repository": "https://github.com/ido50/noctalia-mpd",
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false,
"official": false, |
Contributor
Automatic Code Quality ReviewFile: asus-control/BarWidget.qml
+ { "label": pluginApi?.tr("menu.settings") || "Settings", "action": "settings", "icon": "settings" },
+ { "label": pluginApi?.tr("menu.refresh") || "Refresh", "action": "refresh", "icon": "refresh" }File: asus-control/Panel.qml
+ spacing: 2
+ text: pluginApi?.tr("panel.title") || "ASUS Control"
+ text: pluginApi?.tr("panel.not-available") || "asusctl not found. Install asusctl to use this plugin."
+ anchors.margins: 2
+ spacing: 2
+ text: pluginApi?.tr("panel.not-available") || "asusctl not found"
+ text: pluginApi?.tr("panel.profile") || "Power Profile"
+ spacing: 4
+ text: "AC"
+ spacing: 4
+ text: "Battery"
+ text: pluginApi?.tr("panel.not-available") || "asusctl not found"
+ text: pluginApi?.tr("panel.led") || "Keyboard LED"
+ text: (pluginApi?.tr("led.brightness") || "Brightness") + ": " +
+ text: pluginApi?.tr("panel.aura") || "Aura Lighting"
+ text: pluginApi?.tr("aura.sync-active") || "Color is synced to Noctalia theme"
+ text: "Effect"
+ text: pluginApi?.tr("aura.static-color") || "Static color"
+ text: pluginApi?.tr("aura.scheme-colors") || "Quick colors"
+ text: "Zones"
+ text: "No aura zones detected"
+ spacing: 4
+ spacing: 4
+ text: pluginApi?.tr("panel.not-available") || "asusctl not found"
+ text: pluginApi?.tr("panel.battery") || "Battery"
+ text: pluginApi?.tr("battery.charge-limit") || "Charge Limit"
+ text: "20%"
+ text: "100%"
+ text: pluginApi?.tr("battery.oneshot") || "Charge to 100% Once"
+ text: pluginApi?.tr("panel.not-available") || "asusctl not found"
+ text: pluginApi?.tr("panel.fan") || "Fan Curves"
+ return state.enabled ? (pluginApi?.tr("fan.enabled") || "Enabled") : (pluginApi?.tr("fan.disabled") || "Disabled");
+ radius: 12
+ radius: 10
+ spacing: 4
+ text: pluginApi?.tr("fan.reset-default") || "Reset to Default"File: asus-control/Settings.qml
+ return pluginApi?.tr("settings.not-available") || "asusctl is not installed or not in PATH.";
+ return (pluginApi?.tr("settings.detected") || "Detected:") + " " +
+ label: pluginApi?.tr("settings.iconColor.label") || "Icon Color"
+ description: pluginApi?.tr("settings.iconColor.desc") || "Color of the bar widget icon."
+ label: pluginApi?.tr("settings.pollingEnabled.label") || "Polling"
+ description: pluginApi?.tr("settings.pollingEnabled.desc") || "Periodically poll asusctl for status updates."
+ spacing: 4
+ text: (pluginApi?.tr("settings.pollingInterval.label") || "Polling Interval") + ": " + root.editPollingIntervalMs + "ms"
+ label: pluginApi?.tr("settings.syncPowerProfiles.label") || "Sync Power Profiles"
+ description: pluginApi?.tr("settings.syncPowerProfiles.desc") || "When you change an ASUS profile, also switch the Noctalia power profile (and vice versa)."
+ label: pluginApi?.tr("settings.syncAuraColor.label") || "Sync Keyboard Color"
+ description: pluginApi?.tr("settings.syncAuraColor.desc") || "Automatically set the keyboard aura color from the current Noctalia theme."
+ label: pluginApi?.tr("settings.auraColorSource.label") || "Color Source"
+ description: pluginApi?.tr("settings.auraColorSource.desc") || "Which Noctalia theme color to apply to the keyboard." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ASUS laptop control plugin via asusctl. Features: