SidePanelToggle: use Noctalia logo by default
This commit is contained in:
parent
720c17258b
commit
004d92a85d
3 changed files with 4 additions and 2 deletions
Binary file not shown.
|
|
@ -115,7 +115,8 @@ Singleton {
|
||||||
"bt-device-phone": "device-mobile-filled",
|
"bt-device-phone": "device-mobile-filled",
|
||||||
"bt-device-watch": "device-watch",
|
"bt-device-watch": "device-watch",
|
||||||
"bt-device-speaker": "device-speaker",
|
"bt-device-speaker": "device-speaker",
|
||||||
"bt-device-tv": "device-tv"
|
"bt-device-tv": "device-tv",
|
||||||
|
"noctalia": "noctalia"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fonts Codepoints - do not change!
|
// Fonts Codepoints - do not change!
|
||||||
|
|
@ -4299,6 +4300,7 @@ Singleton {
|
||||||
"news-off": "\u{f167}",
|
"news-off": "\u{f167}",
|
||||||
"nfc": "\u{eeb7}",
|
"nfc": "\u{eeb7}",
|
||||||
"nfc-off": "\u{f168}",
|
"nfc-off": "\u{f168}",
|
||||||
|
"noctalia": "\u{ec33}",
|
||||||
"no-copyright": "\u{efb9}",
|
"no-copyright": "\u{efb9}",
|
||||||
"no-creative-commons": "\u{efba}",
|
"no-creative-commons": "\u{efba}",
|
||||||
"no-derivatives": "\u{efbb}",
|
"no-derivatives": "\u{efbb}",
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ NIconButton {
|
||||||
readonly property bool useDistroLogo: (widgetSettings.useDistroLogo
|
readonly property bool useDistroLogo: (widgetSettings.useDistroLogo
|
||||||
!== undefined) ? widgetSettings.useDistroLogo : widgetMetadata.useDistroLogo
|
!== undefined) ? widgetSettings.useDistroLogo : widgetMetadata.useDistroLogo
|
||||||
|
|
||||||
icon: useDistroLogo ? "" : "apps"
|
icon: useDistroLogo ? "" : "noctalia"
|
||||||
tooltipText: "Open side panel."
|
tooltipText: "Open side panel."
|
||||||
sizeRatio: 0.8
|
sizeRatio: 0.8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue