From 553a7b3ad4aa8dd6f6ea6047f96fd7a8ab79291b Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 7 Apr 2026 22:58:10 +0200 Subject: [PATCH] Add comment for nerd fonts cheat sheet --- quickshell/ui/BluetoothIcon.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/ui/BluetoothIcon.qml b/quickshell/ui/BluetoothIcon.qml index aa88e72..4b16389 100644 --- a/quickshell/ui/BluetoothIcon.qml +++ b/quickshell/ui/BluetoothIcon.qml @@ -8,6 +8,7 @@ Text { id: root // Nerd Font Bluetooth icon (nf-fa-bluetooth) + // cheat sheet: https://www.nerdfonts.com/cheat-sheet property string iconGlyph: "\udb80\udcaf" property string connectedIconGlyph: "\udb80\udcb1" property string disconnectedIconGlyph: "\udb80\udcaf"