diff --git a/debian/changelog b/debian/changelog index dec9300..d005e3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +nx-plasma-look-and-feel (2.3.3) nitrux; urgency=medium + + * Update KZones KWin script. + + -- Uri Herrera Fri, 25 Oct 2024 16:15:00 -0500 + nx-plasma-look-and-feel (2.3.2) nitrux; urgency=medium * Add KZones KWin script. - -- Uri Herrera Mon, 15 Jul 2024 16:15:00 -0500 + -- Uri Herrera Mon, 24 Oct 2024 16:15:00 -0500 nx-plasma-look-and-feel (2.3.1) nitrux; urgency=medium diff --git a/kwin/CMakeLists.txt b/kwin/CMakeLists.txt index 0ce148a..56a908b 100644 --- a/kwin/CMakeLists.txt +++ b/kwin/CMakeLists.txt @@ -1,3 +1,3 @@ install(DIRECTORY polonium DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kwin/scripts) install(DIRECTORY macsimize DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kwin/scripts) -install(DIRECTORY KZones DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kwin/scripts) +install(DIRECTORY kzones DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kwin/scripts) diff --git a/kwin/KZones/contents/config/Shadow.qml b/kwin/kzones/contents/config/Shadow.qml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/config/Shadow.qml rename to kwin/kzones/contents/config/Shadow.qml diff --git a/kwin/KZones/contents/config/main.xml b/kwin/kzones/contents/config/main.xml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/config/main.xml rename to kwin/kzones/contents/config/main.xml diff --git a/kwin/KZones/contents/ui/components/Indicator.qml b/kwin/kzones/contents/ui/components/Indicator.qml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/components/Indicator.qml rename to kwin/kzones/contents/ui/components/Indicator.qml diff --git a/kwin/KZones/contents/ui/components/Shadow.qml b/kwin/kzones/contents/ui/components/Shadow.qml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/components/Shadow.qml rename to kwin/kzones/contents/ui/components/Shadow.qml diff --git a/kwin/KZones/contents/ui/config.ui b/kwin/kzones/contents/ui/config.ui old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/config.ui rename to kwin/kzones/contents/ui/config.ui diff --git a/kwin/KZones/contents/ui/config/configGeneral.qml b/kwin/kzones/contents/ui/config/configGeneral.qml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/config/configGeneral.qml rename to kwin/kzones/contents/ui/config/configGeneral.qml diff --git a/kwin/KZones/contents/ui/config_ui.py b/kwin/kzones/contents/ui/config_ui.py old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/config_ui.py rename to kwin/kzones/contents/ui/config_ui.py diff --git a/kwin/KZones/contents/ui/main.qml b/kwin/kzones/contents/ui/main.qml old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/main.qml rename to kwin/kzones/contents/ui/main.qml diff --git a/kwin/KZones/contents/ui/menu.js b/kwin/kzones/contents/ui/menu.js old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/menu.js rename to kwin/kzones/contents/ui/menu.js diff --git a/kwin/KZones/contents/ui/ui_config.py b/kwin/kzones/contents/ui/ui_config.py old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/contents/ui/ui_config.py rename to kwin/kzones/contents/ui/ui_config.py diff --git a/kwin/KZones/metadata.desktop b/kwin/kzones/metadata.desktop old mode 100644 new mode 100755 similarity index 100% rename from kwin/KZones/metadata.desktop rename to kwin/kzones/metadata.desktop