From 53b7baf52f6a5e939b8916c02ea2de42be4b7473 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 24 Apr 2026 00:03:25 +0200 Subject: [PATCH] Noctalia: add Network and Bluetooth to systray --- .../templates/noctalia-settings.json.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/roles/profile_desktop_sway/templates/noctalia-settings.json.j2 b/ansible/roles/profile_desktop_sway/templates/noctalia-settings.json.j2 index b847cb4..3de70f1 100644 --- a/ansible/roles/profile_desktop_sway/templates/noctalia-settings.json.j2 +++ b/ansible/roles/profile_desktop_sway/templates/noctalia-settings.json.j2 @@ -203,6 +203,18 @@ "middleClickCommand": "pwvucontrol || pavucontrol", "textColor": "none" }, + { + "displayMode": "onhover", + "iconColor": "none", + "id": "Network", + "textColor": "none" + }, + { + "displayMode": "onhover", + "iconColor": "none", + "id": "Bluetooth", + "textColor": "none" + }, { "applyToAllMonitors": false, "displayMode": "onhover",