summaryrefslogtreecommitdiff
path: root/utils/Icons.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-29 19:26:35 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-29 19:26:35 +1000
commit3e6d4381f3bff7c2a50423a50d8a507d6182ff80 (patch)
tree5349939cfa3348f4ecdfc2770f29aac0968f11bc /utils/Icons.qml
parentinternal: more explicit (diff)
downloadcaelestia-shell-3e6d4381f3bff7c2a50423a50d8a507d6182ff80.tar.gz
caelestia-shell-3e6d4381f3bff7c2a50423a50d8a507d6182ff80.tar.bz2
caelestia-shell-3e6d4381f3bff7c2a50423a50d8a507d6182ff80.zip
icons: add keyboard bluetooth device
Diffstat (limited to 'utils/Icons.qml')
-rw-r--r--utils/Icons.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Icons.qml b/utils/Icons.qml
index 96ad194..b308109 100644
--- a/utils/Icons.qml
+++ b/utils/Icons.qml
@@ -194,6 +194,8 @@ Singleton {
return "smartphone";
if (icon.includes("mouse"))
return "mouse";
+ if (icon.includes("keyboard"))
+ return "keyboard";
return "bluetooth";
}