From 413997d06f192e67d7657c87f4a1e4219349f341 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 18 Apr 2026 01:14:08 +0200 Subject: [PATCH] feat(noctalia-shell): add bluethoot icon --- .config/noctalia/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index b5f0f72..23db1e7 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -164,6 +164,12 @@ "id": "Network", "textColor": "none" }, + { + "displayMode": "onhover", + "iconColor": "none", + "id": "Bluetooth", + "textColor": "none" + }, { "hideWhenZero": false, "hideWhenZeroUnread": false,