diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/defaults deleted file mode 100644 index 020e07b..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyDark - -[kdeglobals][Icons] -Theme=Melawy-blue-dark - -[plasmarc][Theme] -name=Melawy-round-dark - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-dark - -[KSplash] -Theme=com.github.Melawy.Melawy-round-dark.Fenek - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/preview.png deleted file mode 100644 index 9294b55..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/Splash.qml deleted file mode 100644 index 1d67272..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,273 +0,0 @@ -/* - * Copyright 2023 Valeria Fadeeva - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3, - * or (at your option) any later version, as published by the Free - * Software Foundation - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details - * - * You should have received a copy of the GNU Affero General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.11 -import QtQuick.Layouts 1.11 -import QtQuick.Controls 2.4 -import Qt5Compat.GraphicalEffects - -Pane { - id: root - - height: Screen.height - width: Screen.ScreenWidth - - LayoutMirroring.enabled: false - LayoutMirroring.childrenInherit: true - - padding: 0 - palette.button: "transparent" - palette.highlight: "#E03D3D" - palette.text: "#A03d40" - palette.buttonText: "#A03d40" - palette.window: "#1C1B20" - - font.family: "Noto Sans" - font.pointSize: parseInt(height / 80) - focus: true - - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - property int stage - - onStageChanged: { - if (stage == 1) { - inOpacityAnimationContent.running = true; - lineAnimation.running = true; - } - else if (stage == 4) { - outOpacityAnimationForm.running = true; - outOpacityAnimationContent.running = true; - } - } - - Item { - id: sizeHelper - - anchors.fill: parent - height: parent.height - width: parent.width - - Rectangle { - id: tintLayer - - anchors.fill: parent - width: parent.width - height: parent.height - color: "#000000" - opacity: 0.0 - z: 1 - } - - Rectangle { - id: form - - height: parent.height - width: parent.width / 3 - anchors.horizontalCenter: undefined - anchors.left: parent.left - anchors.right: undefined - opacity: 0.0 - z: 1 - } - - Image { - id: backgroundImage - - height: parent.height - width: parent.width - anchors.left: parent.left - anchors.right: parent.right - - horizontalAlignment: Image.AlignHCenter - verticalAlignment: Image.AlignVCenter - - source: "images/background.png" - fillMode: Image.PreserveAspectCrop - //fillMode: Image.PreserveAspectFit - asynchronous: true - cache: true - clip: true - mipmap: true - } - - ShaderEffectSource { - id: blurMask - - sourceItem: backgroundImage - width: form.width - height: parent.height - anchors.centerIn: form - sourceRect: Qt.rect(x,y,width,height) - visible: true - } - - GaussianBlur { - id: blur - - height: parent.height - width: form.width - source: blurMask - radius: 100 - samples: 201 - cached: true - anchors.centerIn: form - visible: true - } - } - - Item { - id: content - anchors.rightMargin: 0 - anchors.bottomMargin: 0 - anchors.leftMargin: 0 - anchors.topMargin: 0 - anchors.fill: form - opacity: 0 - - Text { - visible: true - height: 1470 - width: 1920 - Text { - id: text - font.pointSize: 48 - x: (form.width - width) / 2 - y: (form.height / 3) * 2 - anchors.centerIn: form - text: "Welcome!" - visible: true - color: "#A03d40" - } - } - - Image { - id: logo - property real size: units.gridUnit * 15 - anchors.centerIn: form - source: "images/logo.svg" - sourceSize.width: size - sourceSize.height: size - x: (form.width - width) / 2 - y: (form.height / 3) * 2.2 - } - - Image { - id: topRect - anchors.left: form.left - y: form.height - source: "images/rectangle.svg" - - Rectangle { - radius: 3 - color: "#1d212f" - height: 6 - width: form.width - anchors - { - bottom: parent.bottom - bottomMargin:0 - left: parent.left - } - - Rectangle - { - radius: 3 - color: "#FFFFFF" - width: (form.width / 6) * (stage - 0.00) - anchors - { - left: parent.left - top: parent.top - bottom: parent.bottom - } - Behavior on width { - PropertyAnimation { - duration: 200 - easing.type: Easing.InOutQuad - } - } - } - } - } - - SequentialAnimation { - id: lineAnimation - running: false - - ParallelAnimation { - PropertyAnimation { - property: "y" - target: topRect - to: (form.height / 3) * 2 - duration: 1500 - easing.type: Easing.InOutBack - easing.overshoot: 1.0 - } - } - } - - OpacityAnimator { - id: inOpacityAnimationContent - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationContent - running: false - target: content - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: inOpacityAnimationForm - running: false - target: blur - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationForm - running: false - target: blur - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/rectangle.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/rectangle.svg deleted file mode 100644 index ac3e795..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/contents/splash/images/rectangle.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/metadata.json deleted file mode 100644 index 51ac66e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek: dark", - "Description[ru]": "Оформление рабочей среды Melawy Fenek: dark", - "Description[x-test]": "xxMelawy Fenek: darkxx", - "Id": "com.github.Melawy.Melawy-round-dark.Fenek.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek: dark", - "Name[ru]": "Melawy round: Fenek: dark", - "Name[x-test]": "xxMelawy round: Fenek: darkxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/defaults deleted file mode 100644 index 06dee3e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyDark - -[kdeglobals][Icons] -Theme=Melawy-blue-dark - -[plasmarc][Theme] -name=Melawy-round-dark - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-dark - -[KSplash] -Theme=com.github.Melawy.Melawy-round-dark.Fenek.spinner - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/preview.png deleted file mode 100644 index 9294b55..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/Splash.qml deleted file mode 100644 index ee58862..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,70 +0,0 @@ -import QtQuick 2.5 - - -Image { - id: root - source: "images/background.png" - - property int stage - - onStageChanged: { - if (stage == 1) { - introAnimation.running = true - } - } - - - Item { - id: content - anchors.fill: parent - opacity: 0 - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - Image { - id: logo - //match SDDM/lockscreen avatar positioning - property real size: units.gridUnit * 8 - - anchors.centerIn: parent - - source: "images/logo.svg" - -// sourceSize.width: 503 -// sourceSize.height: 99 - } - - Image { - id: busyIndicator - //in the middle of the remaining space - y: parent.height - (parent.height - logo.y) / 2 - height/2 - anchors.horizontalCenter: parent.horizontalCenter - source: "images/loading-00.svg" - sourceSize.height: units.gridUnit * 1.5 - sourceSize.width: units.gridUnit * 1.5 - RotationAnimator on rotation { - id: rotationAnimator - from: 0 - to: 360 - duration: 800 - loops: Animation.Infinite - } - } - - } - - OpacityAnimator { - id: introAnimation - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-00.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-00.svg deleted file mode 100644 index f0aeca2..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-00.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-01.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-01.svg deleted file mode 100644 index 74b71be..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-01.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-02.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-02.svg deleted file mode 100644 index cedef78..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-02.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-03.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-03.svg deleted file mode 100644 index d0f5770..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-03.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-04.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-04.svg deleted file mode 100644 index 84eb5f6..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-04.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-05.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-05.svg deleted file mode 100644 index 6297c36..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-05.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-06.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-06.svg deleted file mode 100644 index 1a8fd92..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-06.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-07.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-07.svg deleted file mode 100644 index fa76bfc..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-07.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-08.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-08.svg deleted file mode 100644 index 4c0fc63..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-08.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-09.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-09.svg deleted file mode 100644 index 058e3de..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-09.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-10.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-10.svg deleted file mode 100644 index 7603d19..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-10.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-11.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-11.svg deleted file mode 100644 index d32827d..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/loading-11.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/metadata.json deleted file mode 100644 index 99e228b..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek.spinner: dark", - "Description[ru]": "Оформление рабочей среды Melawy Fenek.spinner: dark", - "Description[x-test]": "xxMelawy Fenek.spinner: darkxx", - "Id": "com.github.Melawy.Melawy-round-dark.Fenek.spinner.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek.spinner: dark", - "Name[ru]": "Melawy round: Fenek.spinner: dark", - "Name[x-test]": "xxMelawy round: Fenek.spinner: darkxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/defaults deleted file mode 100644 index dcdbb17..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyGray - -[kdeglobals][Icons] -Theme=Melawy-blue-dark - -[plasmarc][Theme] -name=Melawy-round-gray - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-gray - -[KSplash] -Theme=com.github.Melawy.Melawy-round-gray.Fenek - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/preview.png deleted file mode 100644 index 9056825..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/Splash.qml deleted file mode 100644 index 1d67272..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,273 +0,0 @@ -/* - * Copyright 2023 Valeria Fadeeva - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3, - * or (at your option) any later version, as published by the Free - * Software Foundation - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details - * - * You should have received a copy of the GNU Affero General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.11 -import QtQuick.Layouts 1.11 -import QtQuick.Controls 2.4 -import Qt5Compat.GraphicalEffects - -Pane { - id: root - - height: Screen.height - width: Screen.ScreenWidth - - LayoutMirroring.enabled: false - LayoutMirroring.childrenInherit: true - - padding: 0 - palette.button: "transparent" - palette.highlight: "#E03D3D" - palette.text: "#A03d40" - palette.buttonText: "#A03d40" - palette.window: "#1C1B20" - - font.family: "Noto Sans" - font.pointSize: parseInt(height / 80) - focus: true - - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - property int stage - - onStageChanged: { - if (stage == 1) { - inOpacityAnimationContent.running = true; - lineAnimation.running = true; - } - else if (stage == 4) { - outOpacityAnimationForm.running = true; - outOpacityAnimationContent.running = true; - } - } - - Item { - id: sizeHelper - - anchors.fill: parent - height: parent.height - width: parent.width - - Rectangle { - id: tintLayer - - anchors.fill: parent - width: parent.width - height: parent.height - color: "#000000" - opacity: 0.0 - z: 1 - } - - Rectangle { - id: form - - height: parent.height - width: parent.width / 3 - anchors.horizontalCenter: undefined - anchors.left: parent.left - anchors.right: undefined - opacity: 0.0 - z: 1 - } - - Image { - id: backgroundImage - - height: parent.height - width: parent.width - anchors.left: parent.left - anchors.right: parent.right - - horizontalAlignment: Image.AlignHCenter - verticalAlignment: Image.AlignVCenter - - source: "images/background.png" - fillMode: Image.PreserveAspectCrop - //fillMode: Image.PreserveAspectFit - asynchronous: true - cache: true - clip: true - mipmap: true - } - - ShaderEffectSource { - id: blurMask - - sourceItem: backgroundImage - width: form.width - height: parent.height - anchors.centerIn: form - sourceRect: Qt.rect(x,y,width,height) - visible: true - } - - GaussianBlur { - id: blur - - height: parent.height - width: form.width - source: blurMask - radius: 100 - samples: 201 - cached: true - anchors.centerIn: form - visible: true - } - } - - Item { - id: content - anchors.rightMargin: 0 - anchors.bottomMargin: 0 - anchors.leftMargin: 0 - anchors.topMargin: 0 - anchors.fill: form - opacity: 0 - - Text { - visible: true - height: 1470 - width: 1920 - Text { - id: text - font.pointSize: 48 - x: (form.width - width) / 2 - y: (form.height / 3) * 2 - anchors.centerIn: form - text: "Welcome!" - visible: true - color: "#A03d40" - } - } - - Image { - id: logo - property real size: units.gridUnit * 15 - anchors.centerIn: form - source: "images/logo.svg" - sourceSize.width: size - sourceSize.height: size - x: (form.width - width) / 2 - y: (form.height / 3) * 2.2 - } - - Image { - id: topRect - anchors.left: form.left - y: form.height - source: "images/rectangle.svg" - - Rectangle { - radius: 3 - color: "#1d212f" - height: 6 - width: form.width - anchors - { - bottom: parent.bottom - bottomMargin:0 - left: parent.left - } - - Rectangle - { - radius: 3 - color: "#FFFFFF" - width: (form.width / 6) * (stage - 0.00) - anchors - { - left: parent.left - top: parent.top - bottom: parent.bottom - } - Behavior on width { - PropertyAnimation { - duration: 200 - easing.type: Easing.InOutQuad - } - } - } - } - } - - SequentialAnimation { - id: lineAnimation - running: false - - ParallelAnimation { - PropertyAnimation { - property: "y" - target: topRect - to: (form.height / 3) * 2 - duration: 1500 - easing.type: Easing.InOutBack - easing.overshoot: 1.0 - } - } - } - - OpacityAnimator { - id: inOpacityAnimationContent - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationContent - running: false - target: content - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: inOpacityAnimationForm - running: false - target: blur - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationForm - running: false - target: blur - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/rectangle.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/rectangle.svg deleted file mode 100644 index ac3e795..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/contents/splash/images/rectangle.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/metadata.json deleted file mode 100644 index 083b466..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek: gray", - "Description[ru]": "Оформление рабочей среды Melawy Fenek: gray", - "Description[x-test]": "xxMelawy Fenek: grayxx", - "Id": "com.github.Melawy.Melawy-round-gray.Fenek.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek: gray", - "Name[ru]": "Melawy round: Fenek: gray", - "Name[x-test]": "xxMelawy round: Fenek: grayxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/defaults deleted file mode 100644 index b2b9d3e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyGray - -[kdeglobals][Icons] -Theme=Melawy-blue-dark - -[plasmarc][Theme] -name=Melawy-round-gray - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-gray - -[KSplash] -Theme=com.github.Melawy.Melawy-round-gray.Fenek.spinner - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/preview.png deleted file mode 100644 index 9056825..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/Splash.qml deleted file mode 100644 index ee58862..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,70 +0,0 @@ -import QtQuick 2.5 - - -Image { - id: root - source: "images/background.png" - - property int stage - - onStageChanged: { - if (stage == 1) { - introAnimation.running = true - } - } - - - Item { - id: content - anchors.fill: parent - opacity: 0 - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - Image { - id: logo - //match SDDM/lockscreen avatar positioning - property real size: units.gridUnit * 8 - - anchors.centerIn: parent - - source: "images/logo.svg" - -// sourceSize.width: 503 -// sourceSize.height: 99 - } - - Image { - id: busyIndicator - //in the middle of the remaining space - y: parent.height - (parent.height - logo.y) / 2 - height/2 - anchors.horizontalCenter: parent.horizontalCenter - source: "images/loading-00.svg" - sourceSize.height: units.gridUnit * 1.5 - sourceSize.width: units.gridUnit * 1.5 - RotationAnimator on rotation { - id: rotationAnimator - from: 0 - to: 360 - duration: 800 - loops: Animation.Infinite - } - } - - } - - OpacityAnimator { - id: introAnimation - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-00.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-00.svg deleted file mode 100644 index f0aeca2..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-00.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-01.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-01.svg deleted file mode 100644 index 74b71be..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-01.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-02.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-02.svg deleted file mode 100644 index cedef78..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-02.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-03.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-03.svg deleted file mode 100644 index d0f5770..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-03.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-04.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-04.svg deleted file mode 100644 index 84eb5f6..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-04.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-05.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-05.svg deleted file mode 100644 index 6297c36..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-05.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-06.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-06.svg deleted file mode 100644 index 1a8fd92..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-06.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-07.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-07.svg deleted file mode 100644 index fa76bfc..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-07.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-08.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-08.svg deleted file mode 100644 index 4c0fc63..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-08.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-09.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-09.svg deleted file mode 100644 index 058e3de..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-09.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-10.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-10.svg deleted file mode 100644 index 7603d19..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-10.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-11.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-11.svg deleted file mode 100644 index d32827d..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/loading-11.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/metadata.json deleted file mode 100644 index 9c32249..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek.spinner: gray", - "Description[ru]": "Оформление рабочей среды Melawy Fenek.spinner: gray", - "Description[x-test]": "xxMelawy Fenek.spinner: grayxx", - "Id": "com.github.Melawy.Melawy-round-gray.Fenek.spinner.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek.spinner: gray", - "Name[ru]": "Melawy round: Fenek.spinner: gray", - "Name[x-test]": "xxMelawy round: Fenek.spinner: grayxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/defaults deleted file mode 100644 index ecac1e3..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyLight - -[kdeglobals][Icons] -Theme=Melawy-blue-light - -[plasmarc][Theme] -name=Melawy-round-light - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-light - -[KSplash] -Theme=com.github.Melawy.Melawy-round-light.Fenek - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/preview.png deleted file mode 100644 index 14fb947..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/Splash.qml deleted file mode 100644 index 1d67272..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,273 +0,0 @@ -/* - * Copyright 2023 Valeria Fadeeva - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3, - * or (at your option) any later version, as published by the Free - * Software Foundation - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details - * - * You should have received a copy of the GNU Affero General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.11 -import QtQuick.Layouts 1.11 -import QtQuick.Controls 2.4 -import Qt5Compat.GraphicalEffects - -Pane { - id: root - - height: Screen.height - width: Screen.ScreenWidth - - LayoutMirroring.enabled: false - LayoutMirroring.childrenInherit: true - - padding: 0 - palette.button: "transparent" - palette.highlight: "#E03D3D" - palette.text: "#A03d40" - palette.buttonText: "#A03d40" - palette.window: "#1C1B20" - - font.family: "Noto Sans" - font.pointSize: parseInt(height / 80) - focus: true - - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - property int stage - - onStageChanged: { - if (stage == 1) { - inOpacityAnimationContent.running = true; - lineAnimation.running = true; - } - else if (stage == 4) { - outOpacityAnimationForm.running = true; - outOpacityAnimationContent.running = true; - } - } - - Item { - id: sizeHelper - - anchors.fill: parent - height: parent.height - width: parent.width - - Rectangle { - id: tintLayer - - anchors.fill: parent - width: parent.width - height: parent.height - color: "#000000" - opacity: 0.0 - z: 1 - } - - Rectangle { - id: form - - height: parent.height - width: parent.width / 3 - anchors.horizontalCenter: undefined - anchors.left: parent.left - anchors.right: undefined - opacity: 0.0 - z: 1 - } - - Image { - id: backgroundImage - - height: parent.height - width: parent.width - anchors.left: parent.left - anchors.right: parent.right - - horizontalAlignment: Image.AlignHCenter - verticalAlignment: Image.AlignVCenter - - source: "images/background.png" - fillMode: Image.PreserveAspectCrop - //fillMode: Image.PreserveAspectFit - asynchronous: true - cache: true - clip: true - mipmap: true - } - - ShaderEffectSource { - id: blurMask - - sourceItem: backgroundImage - width: form.width - height: parent.height - anchors.centerIn: form - sourceRect: Qt.rect(x,y,width,height) - visible: true - } - - GaussianBlur { - id: blur - - height: parent.height - width: form.width - source: blurMask - radius: 100 - samples: 201 - cached: true - anchors.centerIn: form - visible: true - } - } - - Item { - id: content - anchors.rightMargin: 0 - anchors.bottomMargin: 0 - anchors.leftMargin: 0 - anchors.topMargin: 0 - anchors.fill: form - opacity: 0 - - Text { - visible: true - height: 1470 - width: 1920 - Text { - id: text - font.pointSize: 48 - x: (form.width - width) / 2 - y: (form.height / 3) * 2 - anchors.centerIn: form - text: "Welcome!" - visible: true - color: "#A03d40" - } - } - - Image { - id: logo - property real size: units.gridUnit * 15 - anchors.centerIn: form - source: "images/logo.svg" - sourceSize.width: size - sourceSize.height: size - x: (form.width - width) / 2 - y: (form.height / 3) * 2.2 - } - - Image { - id: topRect - anchors.left: form.left - y: form.height - source: "images/rectangle.svg" - - Rectangle { - radius: 3 - color: "#1d212f" - height: 6 - width: form.width - anchors - { - bottom: parent.bottom - bottomMargin:0 - left: parent.left - } - - Rectangle - { - radius: 3 - color: "#FFFFFF" - width: (form.width / 6) * (stage - 0.00) - anchors - { - left: parent.left - top: parent.top - bottom: parent.bottom - } - Behavior on width { - PropertyAnimation { - duration: 200 - easing.type: Easing.InOutQuad - } - } - } - } - } - - SequentialAnimation { - id: lineAnimation - running: false - - ParallelAnimation { - PropertyAnimation { - property: "y" - target: topRect - to: (form.height / 3) * 2 - duration: 1500 - easing.type: Easing.InOutBack - easing.overshoot: 1.0 - } - } - } - - OpacityAnimator { - id: inOpacityAnimationContent - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationContent - running: false - target: content - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: inOpacityAnimationForm - running: false - target: blur - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } - - OpacityAnimator { - id: outOpacityAnimationForm - running: false - target: blur - from: 1 - to: 0 - duration: 5000 - easing.type: Easing.InOutQuad - } - - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/rectangle.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/rectangle.svg deleted file mode 100644 index ac3e795..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/contents/splash/images/rectangle.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/metadata.json deleted file mode 100644 index f127160..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek: light", - "Description[ru]": "Оформление рабочей среды Melawy Fenek: light", - "Description[x-test]": "xxMelawy Fenek: lightxx", - "Id": "com.github.Melawy.Melawy-round-light.Fenek.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek: light", - "Name[ru]": "Melawy round: Fenek: light", - "Name[x-test]": "xxMelawy round: Fenek: lightxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/defaults b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/defaults deleted file mode 100644 index 77d28cb..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/defaults +++ /dev/null @@ -1,37 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=Breeze - -[kdeglobals][General] -ColorScheme=MelawyLight - -[kdeglobals][Icons] -Theme=Melawy-blue-light - -[plasmarc][Theme] -name=Melawy-round-light - -[Wallpaper] -Image=Melawy Fenek - -[kcminputrc][Mouse] -cursorTheme=Melawy-red-light-default-cursors - -[kwinrc][WindowSwitcher] -LayoutName=coverswitch - -[kwinrc][DesktopSwitcher] -LayoutName=org.kde.breeze.desktop - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -ButtonsOnLeft= -ButtonsOnRight=IAX -theme=__aurorae__svg__Melawy-round-light - -[KSplash] -Theme=com.github.Melawy.Melawy-round-light.Fenek.spinner - -[kscreenlockerrc][Greeter][Wallpaper][org.kde.image][General] -Image=/usr/share/wallpapers/Melawy Fenek/ -PreviewImage=/usr/share/wallpapers/Melawy Fenek/ -SlidePaths=/usr/share/wallpapers/ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js deleted file mode 100644 index 4bfcd82..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +++ /dev/null @@ -1,6 +0,0 @@ -loadTemplate("org.github.Melawy.desktop.MelawyPanel") - -var desktopsArray = desktopsForActivity(currentActivity()); -for( var j = 0; j < desktopsArray.length; j++) { - desktopsArray[j].wallpaperPlugin = 'org.kde.image'; -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js deleted file mode 100644 index 7ea186e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/plasmoidsetupscripts/org.kde.plasma.icontasks.js +++ /dev/null @@ -1,49 +0,0 @@ -let baseApps = [ -"melawy-welcome.desktop", -"systemsettings.desktop", -"pamac.desktop", -"org.kde.dolphin.desktop", -"org.kde.konsole.desktop", -"org.kde.kcalc.desktop", -"org.kde.kate.desktop" -]; - -let addApps = [ -["code.desktop", "com.visualstudio.code.desktop"], -["org.telegram.desktop.desktop", "org.telegram.desktop.desktop"], -["discord.desktop", "com.discordapp.Discord.desktop"], -["Zoom.desktop", "us.zoom.Zoom.desktop"], -["firefoxdeveloperedition.desktop", "firefoxdeveloperedition.desktop"], -["firefox-developer-edition.desktop", "firefox-developer-edition.desktop"], -["firefox.desktop", "org.mozilla.firefox.desktop"], -["brave-browser.desktop", "com.brave.Browser.desktop"], -["google-chrome.desktop", "com.google.Chrome.desktop"] -]; - - -let applications = ''; - -baseApps.forEach((i) => { - if (applicationExists(i)) { - applications += 'applications:' + i + ','; - } -}); - -addApps.forEach((i) => { - if (applicationExists(i[0])) { - applications += 'applications:' + i[0] + ','; - } else if (applicationExists(i[1])) { - applications += 'applications:' + i[1] + ','; - } -}); - -applications = applications.substring(0, applications.length - 1).split(','); - - /*dock*/ -applet.currentConfigGroup = []; -applet.writeConfig("launchers", "") -applet.currentConfigGroup = ["General"]; -applet.writeConfig("indicateAudioStreams", "true") -applet.writeConfig("iconSpacing", "0") -applet.writeConfig("launchers", `${applications}`) -applet.writeConfig("maxStripes", "1") diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png deleted file mode 120000 index a3de5ef..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/fullscreenpreview.png +++ /dev/null @@ -1 +0,0 @@ -preview.png \ No newline at end of file diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/preview.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/preview.png deleted file mode 100644 index 14fb947..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/preview.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/splash.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/splash.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/previews/splash.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/Splash.qml b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/Splash.qml deleted file mode 100644 index ee58862..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/Splash.qml +++ /dev/null @@ -1,70 +0,0 @@ -import QtQuick 2.5 - - -Image { - id: root - source: "images/background.png" - - property int stage - - onStageChanged: { - if (stage == 1) { - introAnimation.running = true - } - } - - - Item { - id: content - anchors.fill: parent - opacity: 0 - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - Image { - id: logo - //match SDDM/lockscreen avatar positioning - property real size: units.gridUnit * 8 - - anchors.centerIn: parent - - source: "images/logo.svg" - -// sourceSize.width: 503 -// sourceSize.height: 99 - } - - Image { - id: busyIndicator - //in the middle of the remaining space - y: parent.height - (parent.height - logo.y) / 2 - height/2 - anchors.horizontalCenter: parent.horizontalCenter - source: "images/loading-00.svg" - sourceSize.height: units.gridUnit * 1.5 - sourceSize.width: units.gridUnit * 1.5 - RotationAnimator on rotation { - id: rotationAnimator - from: 0 - to: 360 - duration: 800 - loops: Animation.Infinite - } - } - - } - - OpacityAnimator { - id: introAnimation - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } -} diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/background.png b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/background.png deleted file mode 100644 index d501b9d..0000000 Binary files a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/background.png and /dev/null differ diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-00.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-00.svg deleted file mode 100644 index f0aeca2..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-00.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-01.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-01.svg deleted file mode 100644 index 74b71be..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-01.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-02.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-02.svg deleted file mode 100644 index cedef78..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-02.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-03.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-03.svg deleted file mode 100644 index d0f5770..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-03.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-04.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-04.svg deleted file mode 100644 index 84eb5f6..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-04.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-05.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-05.svg deleted file mode 100644 index 6297c36..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-05.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-06.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-06.svg deleted file mode 100644 index 1a8fd92..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-06.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-07.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-07.svg deleted file mode 100644 index fa76bfc..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-07.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-08.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-08.svg deleted file mode 100644 index 4c0fc63..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-08.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-09.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-09.svg deleted file mode 100644 index 058e3de..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-09.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-10.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-10.svg deleted file mode 100644 index 7603d19..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-10.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-11.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-11.svg deleted file mode 100644 index d32827d..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/loading-11.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/logo.svg b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/logo.svg deleted file mode 100644 index b12dad7..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/contents/splash/images/logo.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - diff --git a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/metadata.json b/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/metadata.json deleted file mode 100644 index ef04c0e..0000000 --- a/usr/share/123/com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop/metadata.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "KPackageStructure": "Plasma/LookAndFeel", - "KPlugin": { - "Authors": [ - { - "Email": "valeria@fadeeva.me", - "Name": "Valeria Fadeeva", - "Name[ru]": "Валерия Фадеева", - "Name[x-test]": "xxValeria Fadeevaxx" - } - ], - "Category": "", - "Description": "Melawy Fenek.spinner: light", - "Description[ru]": "Оформление рабочей среды Melawy Fenek.spinner: light", - "Description[x-test]": "xxMelawy Fenek.spinner: lightxx", - "Id": "com.github.Melawy.Melawy-round-light.Fenek.spinner.desktop", - "License": "AGPLv3", - "Name": "Melawy round: Fenek.spinner: light", - "Name[ru]": "Melawy round: Fenek.spinner: light", - "Name[x-test]": "xxMelawy round: Fenek.spinner: lightxx", - "Version": "2.0", - "Website": "https://Melawy.ru" - }, - "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", - "Keywords[ru]": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;рабочий стол;рабочая среда;внешний вид;визуальное представление;выход;завершение сеанса;блокировка;приостановка работы;завершение работы;выключение;спящий режим;ждущий режим;", - "Keywords[x-test]": "xxDesktopxx;xxWorkspacexx;xxAppearancexx;xxLook and Feelxx;xxLogoutxx;xxLockxx;xxSuspendxx;xxShutdownxx;xxHibernatexx;", - "X-Plasma-APIVersion": "2" -}