mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(credits) and comments
This commit is contained in:
@@ -52,7 +52,6 @@ Bundled in `third_party/` and built from source:
|
|||||||
|
|
||||||
External tools Noctalia integrates with at runtime when present:
|
External tools Noctalia integrates with at runtime when present:
|
||||||
|
|
||||||
- **[wlsunset](https://sr.ht/~kennylevinsen/wlsunset/)** — Night light and blue light filter
|
|
||||||
- **[ddcutil](https://www.ddcutil.com/)** — External display brightness control
|
- **[ddcutil](https://www.ddcutil.com/)** — External display brightness control
|
||||||
- **[gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)** — Hardware-accelerated screen recording
|
- **[gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)** — Hardware-accelerated screen recording
|
||||||
|
|
||||||
|
|||||||
@@ -421,7 +421,7 @@ bool TrayService::fetchMenuSubtree(const std::string& itemId, std::int32_t paren
|
|||||||
std::uint32_t revision = 0;
|
std::uint32_t revision = 0;
|
||||||
DbusMenuLayout layout{};
|
DbusMenuLayout layout{};
|
||||||
// depth=-1 asks for the full subtree in one call so we don't round-trip
|
// depth=-1 asks for the full subtree in one call so we don't round-trip
|
||||||
// per submenu. Matches quickshell's behavior; dbusmenu spec allows it.
|
// per submenu, dbusmenu spec allows it.
|
||||||
cache.proxy->callMethod("GetLayout")
|
cache.proxy->callMethod("GetLayout")
|
||||||
.onInterface(k_menu_interface)
|
.onInterface(k_menu_interface)
|
||||||
.withTimeout(std::chrono::milliseconds(2000))
|
.withTimeout(std::chrono::milliseconds(2000))
|
||||||
|
|||||||
Reference in New Issue
Block a user