diff --git a/Assets/Fonts/tabler/tabler-icons.ttf b/Assets/Fonts/tabler/tabler-icons.ttf index 07ef73e..8626fa1 100644 Binary files a/Assets/Fonts/tabler/tabler-icons.ttf and b/Assets/Fonts/tabler/tabler-icons.ttf differ diff --git a/Commons/IconsSets/TablerIcons.qml b/Commons/IconsSets/TablerIcons.qml index fb783a8..3782dab 100644 --- a/Commons/IconsSets/TablerIcons.qml +++ b/Commons/IconsSets/TablerIcons.qml @@ -115,7 +115,8 @@ Singleton { "bt-device-phone": "device-mobile-filled", "bt-device-watch": "device-watch", "bt-device-speaker": "device-speaker", - "bt-device-tv": "device-tv" + "bt-device-tv": "device-tv", + "noctalia": "noctalia" } // Fonts Codepoints - do not change! @@ -4299,6 +4300,7 @@ Singleton { "news-off": "\u{f167}", "nfc": "\u{eeb7}", "nfc-off": "\u{f168}", + "noctalia": "\u{ec33}", "no-copyright": "\u{efb9}", "no-creative-commons": "\u{efba}", "no-derivatives": "\u{efbb}", diff --git a/Modules/Bar/Widgets/SidePanelToggle.qml b/Modules/Bar/Widgets/SidePanelToggle.qml index 2951376..66eaf01 100644 --- a/Modules/Bar/Widgets/SidePanelToggle.qml +++ b/Modules/Bar/Widgets/SidePanelToggle.qml @@ -33,7 +33,7 @@ NIconButton { readonly property bool useDistroLogo: (widgetSettings.useDistroLogo !== undefined) ? widgetSettings.useDistroLogo : widgetMetadata.useDistroLogo - icon: useDistroLogo ? "" : "apps" + icon: useDistroLogo ? "" : "noctalia" tooltipText: "Open side panel." sizeRatio: 0.8