Навела порядок в гитигнор
|
@ -0,0 +1,4 @@
|
|||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
/calamares-configs
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.pkg.tar.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
||||
|
||||
for i in *.pkg.tar.xz;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -0,0 +1,39 @@
|
|||
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
|
||||
|
||||
_gitname="$(basename $(pwd))"
|
||||
pkgname=("melawy-$_gitname")
|
||||
pkgver=3.3.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="$(head -n 2 README.md | tail -n 1)"
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/Melawy/$_gitname"
|
||||
license=("AGPL")
|
||||
|
||||
depends=()
|
||||
|
||||
makedepends=('git')
|
||||
|
||||
optdepends=()
|
||||
|
||||
backup=()
|
||||
provides=("${pkgname}")
|
||||
conflicts=("calamares" "${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("git+$url.git")
|
||||
sha256sums=("SKIP")
|
||||
validpgpkeys=("95F48000540A4DB146583A47C49B5E77FD80302D")
|
||||
|
||||
# pkgver() {
|
||||
# cd "$srcdir/$_gitname"
|
||||
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
# }
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_gitname}"
|
||||
printf "3.3.0.%s" "$(git rev-list --count HEAD)"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -dm 755 "${pkgdir}/etc/calamares"
|
||||
cp -rp "${srcdir}/${_gitname}/configs" "${pkgdir}/etc/calamares/"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
# calamares
|
||||
Installer for Melawy Linux
|
||||
|
||||
### Donate
|
||||
[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066)
|
||||
|
||||
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||
|
||||
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
||||
|
||||
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
|
@ -0,0 +1,4 @@
|
|||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
/calamares-configs
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.pkg.tar.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
||||
|
||||
for i in *.pkg.tar.xz;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -0,0 +1,39 @@
|
|||
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
|
||||
|
||||
_gitname="$(basename $(pwd))"
|
||||
pkgname=("melawy-$_gitname")
|
||||
pkgver=3.3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="$(head -n 2 README.md | tail -n 1)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/Melawy/$_gitname"
|
||||
license=('AGPL')
|
||||
|
||||
depends=()
|
||||
|
||||
makedepends=('git')
|
||||
|
||||
optdepends=()
|
||||
|
||||
backup=()
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("file:///disk/github/active/Melawy/Melawy-Dev/CORE/calamares-config_local/configs.tar.xz")
|
||||
sha256sums=("SKIP")
|
||||
validpgpkeys=('95F48000540A4DB146583A47C49B5E77FD80302D')
|
||||
|
||||
# pkgver() {
|
||||
# cd "${srcdir}/$_gitname"
|
||||
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
# }
|
||||
|
||||
# pkgver() {
|
||||
# cd "${srcdir}/$_gitname"
|
||||
# printf "3.3.0.%s" "$(git rev-list --count HEAD)"
|
||||
# }
|
||||
|
||||
package() {
|
||||
install -dm 755 "${pkgdir}/etc/calamares"
|
||||
cp -rp "${srcdir}/configs" "${pkgdir}/etc/calamares/"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
# calamares
|
||||
Installer for Melawy Linux
|
||||
|
||||
### Donate
|
||||
[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066)
|
||||
|
||||
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||
|
||||
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
||||
|
||||
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
|
@ -1,8 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
/calamares
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_gitname="$(basename $(pwd))"
|
||||
pkgname=("melawy-$_gitname")
|
||||
pkgver=3.3.0.6
|
||||
pkgver=3.3.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="$(head -n 2 README.md | tail -n 1)"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -36,41 +36,40 @@ pkgver() {
|
|||
prepare() {
|
||||
# cp -rv ../modules/* ${srcdir}/$_pkgname-${pkgver}/src/modules/
|
||||
|
||||
sed -i -e 's/"Install configuration files" OFF/"Install configuration files" ON/' "${srcdir}/${_gitname}/calamares_eos/CMakeLists.txt"
|
||||
sed -i -e 's/# DEBUG_FILESYSTEMS/DEBUG_FILESYSTEMS/' "${srcdir}/${_gitname}/calamares_eos/CMakeLists.txt"
|
||||
sed -i -e "s/desired_size = 512 \* 1024 \* 1024 \# 512MiB/desired_size = 512 \* 1024 \* 1024 \* 4 \# 2048MiB/" "${srcdir}/${_gitname}/calamares_eos/src/modules/fstab/main.py"
|
||||
sed -i -e "s|CALAMARES_VERSION 3.3.0-alpha3|CALAMARES_VERSION $pkgver|g" "${srcdir}/${_gitname}/calamares_eos/CMakeLists.txt"
|
||||
sed -i -e 's/"Install configuration files" OFF/"Install configuration files" ON/' "${srcdir}/${_gitname}/calamares/CMakeLists.txt"
|
||||
sed -i -e 's/# DEBUG_FILESYSTEMS/DEBUG_FILESYSTEMS/' "${srcdir}/${_gitname}/calamares/CMakeLists.txt"
|
||||
sed -i -e "s/desired_size = 512 \* 1024 \* 1024 \# 512MiB/desired_size = 512 \* 1024 \* 1024 \* 4 \# 2048MiB/" "${srcdir}/${_gitname}/calamares/src/modules/fstab/main.py"
|
||||
sed -i -e "s|CALAMARES_VERSION 3.3.0-alpha3|CALAMARES_VERSION $pkgver|g" "${srcdir}/${_gitname}/calamares/CMakeLists.txt"
|
||||
}
|
||||
|
||||
build() {
|
||||
mkdir -p "${_gitname}/calamares/build"
|
||||
rm -rf "${_gitname}/build/*"
|
||||
|
||||
cmake -B "${_gitname}/calamares/build" -S "${_gitname}/calamares_eos" \
|
||||
mkdir -p "${_gitname}/build"
|
||||
|
||||
cmake -B "${_gitname}/build" -S "${_gitname}/calamares" \
|
||||
-DWEBVIEW_FORCE_WEBKIT=OFF \
|
||||
-DWITH_PYTHONQT=ON \
|
||||
-DWITH_KF5DBus=ON \
|
||||
-DWITH_APPSTREAM=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DBoost_NO_BOOST_CMAKE=ON \
|
||||
-DSKIP_MODULES="dummyprocess dummypython dummycpp dummypythonqt \
|
||||
dracut dracutlukscfg initramfs initramfscfg initcpio \
|
||||
webview tracking services-openrc \
|
||||
keyboardq localeq welcomeq finishedq \
|
||||
license notesqml oemid \
|
||||
openrcdmcryptcfg plymouthcfg plasmalnf \
|
||||
summaryq usersq"
|
||||
-DSKIP_MODULES="dummyprocess dummypython dummycpp dummypythonqt"
|
||||
|
||||
export DESTDIR="${_gitname}/calamares/build"
|
||||
make -j $(nproc) -C "${_gitname}/calamares/build"
|
||||
# -DBoost_NO_BOOST_CMAKE=ON \
|
||||
|
||||
export DESTDIR="${_gitname}/build"
|
||||
make -j $(nproc) -C "${_gitname}/build"
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C "${srcdir}/${_gitname}/calamares/build" DESTDIR="${pkgdir}" install
|
||||
make -C "${srcdir}/${_gitname}/build" DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "${srcdir}/${_gitname}/calamares/melawy-linux.desktop" "${pkgdir}/usr/share/applications/melawy-linux.desktop"
|
||||
install -Dm644 "${srcdir}/${_gitname}/calamares/melawy-linux-debugging.desktop" "${pkgdir}/usr/share/applications/melawy-linux-debugging.desktop"
|
||||
install -Dm755 "${srcdir}/${_gitname}/calamares/calamares_polkit" "${pkgdir}/usr/bin/calamares_polkit"
|
||||
#rm "${pkgdir}/usr/share/applications/calamares.desktop"
|
||||
install -dm 755 "${pkgdir}/etc"
|
||||
cp -rp "${srcdir}/${_gitname}/calamares/configs/melawy-linux" "${pkgdir}/etc/calamares"
|
||||
# rm "${pkgdir}/usr/share/applications/calamares.desktop"
|
||||
# install -dm 755 "${pkgdir}/etc"
|
||||
# cp -rp "${srcdir}/${_gitname}/calamares/configs" "${pkgdir}/etc/calamares"
|
||||
# cp -rp "${srcdir}/${_gitname}/calamares/configs/melawy-linux" "${pkgdir}/etc/calamares"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
calamares_local
|
||||
/calamares
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.pkg.tar.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
||||
|
||||
for i in *.pkg.tar.xz;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -38,7 +38,7 @@ package() {
|
|||
install -Dm644 "${srcdir}/calamares/melawy-linux.desktop" "${pkgdir}/usr/share/applications/melawy-linux.desktop"
|
||||
install -Dm644 "${srcdir}/calamares/melawy-linux-debugging.desktop" "${pkgdir}/usr/share/applications/melawy-linux-debugging.desktop"
|
||||
install -Dm755 "${srcdir}/calamares/calamares_polkit" "${pkgdir}/usr/bin/calamares_polkit"
|
||||
rm "${pkgdir}/usr/share/applications/calamares.desktop"
|
||||
#rm "${pkgdir}/usr/share/applications/calamares.desktop"
|
||||
install -dm 755 "${pkgdir}/etc"
|
||||
cp -rp "${srcdir}/calamares/configs/melawy" "${pkgdir}/etc/calamares"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
/calamares
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.pkg.tar.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
||||
|
||||
for i in *.pkg.tar.xz;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -0,0 +1,44 @@
|
|||
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
|
||||
|
||||
_gitname="$(basename $(pwd))"
|
||||
pkgname=("melawy-$_gitname")
|
||||
pkgver=3.3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="$(head -n 2 README.md | tail -n 1)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/Melawy/$_gitname"
|
||||
license=('AGPL')
|
||||
|
||||
depends=('appstream-qt' 'boost' 'boost-libs' 'ckbcomp' 'cmake' 'cryptsetup' 'dmidecode' 'doxygen' 'efibootmgr' 'extra-cmake-modules' 'git' 'gptfdisk' 'gtk-update-icon-cache' 'hwinfo' 'icu' 'kconfig' 'kcoreaddons' 'kdbusaddons' 'ki18n' 'kiconthemes' 'kio' 'kparts' 'kpmcore' 'kservice' 'kwidgetsaddons' 'libpwquality' 'mkinitcpio-openswap' 'networkmanager' 'plasma-framework' 'polkit-qt5' 'python' 'python-jsonschema' 'python-pyaml' 'python-unidecode' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools' 'qt5-translations' 'qt5-webengine' 'qt5-xmlpatterns' 'rsync' 'solid' 'squashfs-tools' 'upower' 'yaml-cpp')
|
||||
|
||||
makedepends=('appstream-qt' 'boost' 'boost-libs' 'ckbcomp' 'cmake' 'cryptsetup' 'dmidecode' 'doxygen' 'efibootmgr' 'extra-cmake-modules' 'git' 'gptfdisk' 'gtk-update-icon-cache' 'hwinfo' 'icu' 'kconfig' 'kcoreaddons' 'kdbusaddons' 'ki18n' 'kiconthemes' 'kio' 'kparts' 'kpmcore' 'kservice' 'kwidgetsaddons' 'libpwquality' 'mkinitcpio-openswap' 'networkmanager' 'plasma-framework' 'polkit-qt5' 'python' 'python-jsonschema' 'python-pyaml' 'python-unidecode' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-tools' 'qt5-translations' 'qt5-webengine' 'qt5-xmlpatterns' 'rsync' 'solid' 'squashfs-tools' 'upower' 'yaml-cpp')
|
||||
|
||||
optdepends=()
|
||||
|
||||
backup=()
|
||||
provides=("${pkgname}")
|
||||
conflicts=("calamares" "${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("file:///disk/github/active/Melawy/Melawy-Dev/CORE/calamares_test/calamares.tar.gz")
|
||||
sha256sums=("SKIP")
|
||||
validpgpkeys=('95F48000540A4DB146583A47C49B5E77FD80302D')
|
||||
|
||||
# pkgver() {
|
||||
# cd "${srcdir}/$_gitname"
|
||||
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
# }
|
||||
|
||||
# pkgver() {
|
||||
# cd "${srcdir}/$_gitname"
|
||||
# printf "3.3.0.%s" "$(git rev-list --count HEAD)"
|
||||
# }
|
||||
|
||||
package() {
|
||||
make -C ${srcdir}/calamares/build DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "${srcdir}/calamares/melawy-linux.desktop" "${pkgdir}/usr/share/applications/melawy-linux.desktop"
|
||||
install -Dm644 "${srcdir}/calamares/melawy-linux-debugging.desktop" "${pkgdir}/usr/share/applications/melawy-linux-debugging.desktop"
|
||||
install -Dm755 "${srcdir}/calamares/calamares_polkit" "${pkgdir}/usr/bin/calamares_polkit"
|
||||
#rm "${pkgdir}/usr/share/applications/calamares.desktop"
|
||||
install -dm 755 "${pkgdir}/etc"
|
||||
cp -rp "${srcdir}/calamares/configs/melawy" "${pkgdir}/etc/calamares"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
# calamares
|
||||
Installer for Melawy Linux
|
||||
|
||||
### Donate
|
||||
[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066)
|
||||
|
||||
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||
|
||||
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
||||
|
||||
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
|
@ -1,8 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
dracut-initramfs
|
||||
/dracut-initramfs
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
dracut-ukify
|
||||
/dracut-ukify
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
/etc-skel
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.pkg.tar.zst;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
||||
|
||||
for i in *.pkg.tar.xz;
|
||||
do
|
||||
echo "Удаление подписи $i.sig"
|
||||
rm -f $i.sig
|
||||
echo "Добавление подписи $i.sig"
|
||||
gpg --detach-sign --local-user 95F48000540A4DB146583A47C49B5E77FD80302D --output "$i.sig" "$i"
|
||||
done
|
|
@ -0,0 +1,49 @@
|
|||
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
|
||||
|
||||
_gitname="$(basename $(pwd))"
|
||||
pkgname=("melawy-$_gitname")
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
pkgdesc="$(head -n 2 README.md | tail -n 1)"
|
||||
arch=('any')
|
||||
url="https://github.com/Melawy/$_gitname"
|
||||
license=('AGPL3')
|
||||
|
||||
depends=()
|
||||
|
||||
makedepends=('git')
|
||||
|
||||
optdepends=()
|
||||
|
||||
backup=()
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("git+$url.git")
|
||||
sha256sums=("SKIP")
|
||||
validpgpkeys=("95F48000540A4DB146583A47C49B5E77FD80302D")
|
||||
|
||||
# pkgver() {
|
||||
# cd "$srcdir/$_gitname"
|
||||
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
# }
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_gitname}"
|
||||
printf "1.%s" "$(git rev-list --count HEAD)"
|
||||
}
|
||||
|
||||
package() {
|
||||
# Clone file structure
|
||||
install -d "${pkgdir}/etc/skel/"
|
||||
cp -r --no-preserve=ownership "${srcdir}/${_gitname}/skel" "${pkgdir}/etc/"
|
||||
|
||||
# Find all scripts
|
||||
readarray -d '' scripts < <(find "${pkgdir}/etc/skel" -type f \( -iname "*.sh" -o -iname "*.bash" \) -print0)
|
||||
|
||||
# Make scripts executable
|
||||
for script in "${scripts[@]}";
|
||||
do
|
||||
[[ -f ${script} ]] && chmod +x "${script}"
|
||||
done
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
# ets skel
|
||||
etc skel for Melawy Linux
|
||||
|
||||
### Donate
|
||||
[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066)
|
||||
|
||||
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||
|
||||
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
||||
|
||||
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
|
@ -1,15 +0,0 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
|
||||
#patreon: # Replace with a single Patreon username
|
||||
#open_collective: # Replace with a single Open Collective username
|
||||
#ko_fi: # Replace with a single Ko-fi username
|
||||
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
#liberapay: # Replace with a single Liberapay username
|
||||
#issuehunt: # Replace with a single IssueHunt username
|
||||
#otechie: # Replace with a single Otechie username
|
||||
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
#github: [Valeria-Fadeeva]
|
||||
custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"]
|
|
@ -1,8 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
linux-keyring
|
||||
/linux-keyring
|
||||
|
|
|
@ -28,7 +28,7 @@ pkgver() {
|
|||
printf "1.%s" "$(git rev-list --count HEAD)"
|
||||
}
|
||||
|
||||
install=$pkgname.install
|
||||
install=ins.install
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/pacman/keyrings/"
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
|
||||
#patreon: # Replace with a single Patreon username
|
||||
#open_collective: # Replace with a single Open Collective username
|
||||
#ko_fi: # Replace with a single Ko-fi username
|
||||
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
#liberapay: # Replace with a single Liberapay username
|
||||
#issuehunt: # Replace with a single IssueHunt username
|
||||
#otechie: # Replace with a single Otechie username
|
||||
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
#github: [Valeria-Fadeeva]
|
||||
custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"]
|
|
@ -1,8 +1,4 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
*.tar.*
|
||||
pkg/
|
||||
src/
|
||||
.idea/
|
||||
linux-mirrorlist
|
||||
/linux-mirrorlist
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
*.pkg.tar
|
||||
*.pkg.tar.*
|
||||
*.zst
|
||||
*.zst.*
|
||||
pkg/
|
||||
.idea/
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Xcursor.theme: Qogir
|
||||
Xcursor.size: 16
|
|
@ -1,3 +0,0 @@
|
|||
#
|
||||
# ~/.bash_logout
|
||||
#
|
|
@ -1,5 +0,0 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
@ -1,86 +0,0 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
if ! shopt -oq posix; then
|
||||
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
elif [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
# Advanced command-not-found hook
|
||||
source /usr/share/doc/find-the-command/ftc.bash
|
||||
|
||||
|
||||
xhost +local:root > /dev/null 2>&1
|
||||
|
||||
complete -cf sudo
|
||||
|
||||
shopt -s cdspell
|
||||
shopt -s checkwinsize
|
||||
shopt -s cmdhist
|
||||
shopt -s dotglob
|
||||
shopt -s expand_aliases
|
||||
shopt -s extglob
|
||||
shopt -s histappend
|
||||
shopt -s hostcomplete
|
||||
shopt -s nocaseglob
|
||||
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=${HISTSIZE}
|
||||
export HISTCONTROL=ignoreboth
|
||||
|
||||
alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
|
||||
alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
|
||||
alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
|
||||
alias grep='grep --color=tty -d skip'
|
||||
alias cp="cp -i" # confirm before overwriting something
|
||||
alias df='df -h' # human-readable sizes
|
||||
alias vp='vim PKGBUILD'
|
||||
alias vs='vim SPLITBUILD'
|
||||
alias upd='mirror-check --fast && sudo pacman -Syu'
|
||||
alias dvdburn='growisofs -Z /dev/sr0 -R -J'
|
||||
alias :pf='pkgfile -vri'
|
||||
|
||||
# ex - archive extractor
|
||||
# usage: ex <file>
|
||||
ex ()
|
||||
{
|
||||
if [ -f $1 ] ; then
|
||||
case $1 in
|
||||
*.tar.bz2) tar xjf $1 ;;
|
||||
*.tar.gz) tar xzf $1 ;;
|
||||
*.bz2) bunzip2 $1 ;;
|
||||
*.rar) unrar x $1 ;;
|
||||
*.gz) gunzip $1 ;;
|
||||
*.tar) tar xf $1 ;;
|
||||
*.tbz2) tar xjf $1 ;;
|
||||
*.tgz) tar xzf $1 ;;
|
||||
*.zip) unzip $1 ;;
|
||||
*.Z) uncompress $1;;
|
||||
*.7z) 7z x $1 ;;
|
||||
*) echo "'$1' cannot be extracted via ex()" ;;
|
||||
esac
|
||||
else
|
||||
echo "'$1' is not a valid file"
|
||||
fi
|
||||
}
|
||||
|
||||
# default editor
|
||||
export EDITOR=micro
|
||||
export VISUAL=micro
|
||||
alias vi=vim
|
||||
|
||||
|
||||
# prompt
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
powerline-daemon -q
|
||||
POWERLINE_BASH_CONTINUATION=1
|
||||
POWERLINE_BASH_SELECT=1
|
||||
. /usr/share/powerline/bindings/bash/powerline.sh
|
|
@ -1,17 +0,0 @@
|
|||
[qt]
|
||||
GUIEffects=none
|
||||
KDE\contrast=4
|
||||
KWinPalette\activeBackground=#3d3d3e
|
||||
KWinPalette\activeBlend=#3e3e3e
|
||||
KWinPalette\activeForeground=#969696
|
||||
KWinPalette\activeTitleBtnBg=#414141
|
||||
KWinPalette\frame=#414141
|
||||
KWinPalette\inactiveBackground=#3d3d3e
|
||||
KWinPalette\inactiveBlend=#3e3e3e
|
||||
KWinPalette\inactiveForeground=#9b9b9b
|
||||
KWinPalette\inactiveFrame=#424242
|
||||
KWinPalette\inactiveTitleBtnBg=#424242
|
||||
Palette\active=#aaaaaa, #505050, #565656, #4c4c4c, #262626, #393939, #aaaaaa, #ffffff, #50b4ce, #464646, #414141, #1b1b1b, #a75d8e, #ffffff, #d168ad, #ce80ff, #4b4b4b, #000000, #1d6c8b, #c8c8c8, #aaaaaa
|
||||
Palette\disabled=#616161, #4c4c4c, #535353, #494949, #242424, #363636, #646464, #ffffff, #4c6e76, #434343, #3e3e3e, #1a1a1a, #3e3e3e, #616161, #714e65, #705680, #474747, #000000, #1d6c8b, #c8c8c8, #aaaaaa
|
||||
Palette\inactive=#a8a8a8, #515151, #575757, #4d4d4d, #272727, #3a3a3a, #a8a8a8, #ffffff, #5fb1c6, #474747, #424242, #1c1c1c, #67415a, #aea6ab, #c271a6, #b691d0, #4c4c4c, #000000, #1d6c8b, #c8c8c8, #aaaaaa
|
||||
font="Noto Sans,10,-1,0,50,0,0,0,0,0"
|
|
@ -1,2 +0,0 @@
|
|||
[$Version]
|
||||
update_info=fonts_akregator.upd:Plasma_Fonts_Akregator
|
|
@ -1,245 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Install System
|
||||
GenericName=System Installer
|
||||
Comment=Calamares — System Installer
|
||||
Keywords=calamares;system;installer;
|
||||
TryExec=calamares
|
||||
Exec=sh -c "pkexec calamares"
|
||||
|
||||
Categories=Qt;System;
|
||||
Icon=calamares
|
||||
Terminal=false
|
||||
SingleMainWindow=true
|
||||
StartupNotify=true
|
||||
X-AppStream-Ignore=true
|
||||
|
||||
Name[ar]=تثبيت النظام
|
||||
Icon[ar]=كالامارس
|
||||
GenericName[ar]=مثبت النظام
|
||||
Comment[ar]=كالامارس - مثبت النظام
|
||||
Name[as]=চিছটেম ইনস্তল কৰক
|
||||
Icon[as]=কেলামাৰেচ
|
||||
GenericName[as]=চিছটেম ইনস্তলাৰ
|
||||
Comment[as]=কেলামাৰেচ — চিছটেম ইনস্তলাৰ
|
||||
Name[ast]=Instalar el sistema
|
||||
Icon[ast]=calamares
|
||||
GenericName[ast]=Instalador del sistema
|
||||
Comment[ast]=Calamares — Instalador del sistema
|
||||
Name[az]=Sistemi Quraşdırmaq
|
||||
Icon[az]=calamares
|
||||
GenericName[az]=Sistem Quraşdırıcısı
|
||||
Comment[az]=Calamares Sistem Quraşdırıcısı
|
||||
Name[az_AZ]=Sistemi quraşdırmaq
|
||||
Icon[az_AZ]=calamares
|
||||
GenericName[az_AZ]=Sistem quraşdırcısı
|
||||
Comment[az_AZ]=Calamares — Sistem Quraşdırıcısı
|
||||
Name[be]=Усталяваць сістэму
|
||||
Icon[be]=calamares
|
||||
GenericName[be]=Усталёўшчык сістэмы
|
||||
Comment[be]=Calamares — усталёўшчык сістэмы
|
||||
Name[bg]=Инсталирай системата
|
||||
Icon[bg]=calamares
|
||||
GenericName[bg]=Системен инсталатор
|
||||
Comment[bg]=„Calamares“ – Системен инсталатор
|
||||
Name[bn]=সিস্টেম ইনস্টল করুন
|
||||
Icon[bn]=ক্যালামারেস
|
||||
GenericName[bn]=সিস্টেম ইনস্টলার
|
||||
Comment[bn]=ক্যালামারেস - সিস্টেম ইনস্টলার
|
||||
Name[ca]=Instal·la el sistema
|
||||
Icon[ca]=calamares
|
||||
GenericName[ca]=Instal·lador de sistema
|
||||
Comment[ca]=Calamares — Instal·lador de sistema
|
||||
Name[cs_CZ]=Nainstalovat systém
|
||||
Icon[cs_CZ]=calamares
|
||||
GenericName[cs_CZ]=Instalátor systému
|
||||
Comment[cs_CZ]=Calamares – instalátor operačních systémů
|
||||
Name[da]=Installér system
|
||||
Icon[da]=calamares
|
||||
GenericName[da]=Systeminstallationsprogram
|
||||
Comment[da]=Calamares — Systeminstallationsprogram
|
||||
Name[de]=System installieren
|
||||
Icon[de]=calamares
|
||||
GenericName[de]=Installation des Betriebssystems
|
||||
Comment[de]=Calamares - Installation des Betriebssystems
|
||||
Name[el]=Εγκατάσταση συστήματος
|
||||
Icon[el]=calamares
|
||||
GenericName[el]=Εγκατάσταση συστήματος
|
||||
Comment[el]=Calamares — Εγκατάσταση συστήματος
|
||||
Name[en_GB]=Install System
|
||||
Icon[en_GB]=calamares
|
||||
GenericName[en_GB]=System Installer
|
||||
Comment[en_GB]=Calamares — System Installer
|
||||
Name[eo]=Instali Sistemo
|
||||
Icon[eo]=calamares
|
||||
GenericName[eo]=Sistema Instalilo
|
||||
Comment[eo]=Calamares — Sistema Instalilo
|
||||
Name[es]=Instalar el sistema
|
||||
Icon[es]=calamares
|
||||
GenericName[es]=Instalador del sistema
|
||||
Comment[es]=Calamares — Instalador del sistema
|
||||
Name[es_MX]=Instalar el Sistema
|
||||
Icon[es_MX]=calamares
|
||||
GenericName[es_MX]=Instalador del sistema
|
||||
Comment[es_MX]=Calamares - Instalador del sistema
|
||||
Name[es_PR]=Instalar el sistema
|
||||
Name[et]=Paigalda süsteem
|
||||
Icon[et]=calamares
|
||||
GenericName[et]=Süsteemipaigaldaja
|
||||
Comment[et]=Calamares — süsteemipaigaldaja
|
||||
Name[eu]=Sistema instalatu
|
||||
Icon[eu]=calamares
|
||||
GenericName[eu]=Sistema instalatzailea
|
||||
Comment[eu]=Calamares - sistema instalatzailea
|
||||
Name[fa]=نصب سامانه
|
||||
Icon[fa]=کالامارس
|
||||
GenericName[fa]=نصبکننده سامانه
|
||||
Comment[fa]=کالامارس — نصبکننده سامانه
|
||||
Name[fi_FI]=Asenna järjestelmä
|
||||
Icon[fi_FI]=calamares
|
||||
GenericName[fi_FI]=Järjestelmän asennusohjelma
|
||||
Comment[fi_FI]=Calamares — Järjestelmän asentaja
|
||||
Name[fr]=Installer le système
|
||||
Icon[fr]=calamares
|
||||
GenericName[fr]=Installateur système
|
||||
Comment[fr]=Calamares - Installateur système
|
||||
Name[fur]=Instale il sisteme
|
||||
Icon[fur]=calamares
|
||||
GenericName[fur]=Program di instalazion dal sisteme
|
||||
Comment[fur]=Calamares — Program di instalazion dal sisteme
|
||||
Name[gl]=Instalación do Sistema
|
||||
Icon[gl]=calamares
|
||||
GenericName[gl]=Instalador de sistemas
|
||||
Comment[gl]=Calamares — Instalador de sistemas
|
||||
Name[he]=התקנת מערכת
|
||||
Icon[he]=calamares
|
||||
GenericName[he]=אשף התקנה
|
||||
Comment[he]=Calamares - אשף התקנה
|
||||
Name[hi]=सिस्टम इंस्टॉल करें
|
||||
Icon[hi]=calamares
|
||||
GenericName[hi]=सिस्टम इंस्टॉलर
|
||||
Comment[hi]=Calamares — सिस्टम इंस्टॉलर
|
||||
Name[hr]=Instaliraj sustav
|
||||
Icon[hr]=calamares
|
||||
GenericName[hr]=Instalacija sustava
|
||||
Comment[hr]=Calamares — Instalacija sustava
|
||||
Name[hu]=Rendszer telepítése
|
||||
Icon[hu]=calamares
|
||||
GenericName[hu]=Rendszertelepítő
|
||||
Comment[hu]=Calamares – Rendszertelepítő
|
||||
Name[id]=Instal Sistem
|
||||
Icon[id]=calamares
|
||||
GenericName[id]=Pemasang
|
||||
Comment[id]=Calamares — Pemasang Sistem
|
||||
Name[ie]=Installar li sistema
|
||||
Icon[ie]=calamares
|
||||
GenericName[ie]=Installator del sistema
|
||||
Comment[ie]=Calamares — Installator del sistema
|
||||
Name[is]=Setja upp kerfið
|
||||
Icon[is]=calamares
|
||||
GenericName[is]=Kerfis uppsetning
|
||||
Comment[is]=Calamares — Kerfis uppsetning
|
||||
Name[it_IT]=Installa il sistema
|
||||
Icon[it_IT]=calamares
|
||||
GenericName[it_IT]=Programma d'installazione del sistema
|
||||
Comment[it_IT]=Calamares — Programma d'installazione del sistema
|
||||
Name[ja]=システムをインストール
|
||||
Icon[ja]=calamares
|
||||
GenericName[ja]=システムインストーラー
|
||||
Comment[ja]=Calamares — システムインストーラー
|
||||
Name[ko]=시스템 설치
|
||||
Icon[ko]=깔라마레스
|
||||
GenericName[ko]=시스템 설치 관리자
|
||||
Comment[ko]=깔라마레스 — 시스템 설치 관리자
|
||||
Name[lt]=Įdiegti Sistemą
|
||||
Icon[lt]=calamares
|
||||
GenericName[lt]=Sistemos diegimas į kompiuterį
|
||||
Comment[lt]=Calamares — Sistemos diegimo programa
|
||||
Name[mk]=Инсталирај го системот
|
||||
Icon[mk]=calamares
|
||||
GenericName[mk]=Системен Инсталер
|
||||
Comment[mk]=Calamares - Системен Инсталер
|
||||
Name[ml]=സിസ്റ്റം ഇൻസ്റ്റാൾ ചെയ്യുക
|
||||
Icon[ml]=കലാമാരേസ്
|
||||
GenericName[ml]=സിസ്റ്റം ഇൻസ്റ്റാളർ
|
||||
Comment[ml]=കലാമാരേസ് - സിസ്റ്റം ഇൻസ്റ്റാളർ
|
||||
Name[nb]=Installer System
|
||||
Icon[nb]=calamares
|
||||
GenericName[nb]=Systeminstallatør
|
||||
Comment[nb]=Calamares-systeminstallatør
|
||||
Name[ne_NP]= सिस्टम इन्स्टल गर्नुहोस्
|
||||
Icon[ne_NP]=Calamares
|
||||
GenericName[ne_NP]=सिस्टम इन्स्टलर
|
||||
Comment[ne_NP]=Calamares - सिस्टम इन्स्टलर
|
||||
Name[nl]=Installeer systeem
|
||||
Icon[nl]=calamares
|
||||
GenericName[nl]=Installatieprogramma
|
||||
Comment[nl]=Calamares — Installatieprogramma
|
||||
Name[pl]=Zainstaluj system
|
||||
Icon[pl]=calamares
|
||||
GenericName[pl]=Instalator systemu
|
||||
Comment[pl]=Calamares — Instalator systemu
|
||||
Name[pt_BR]=Sistema de Instalação
|
||||
Icon[pt_BR]=calamares
|
||||
GenericName[pt_BR]=Instalador de Sistema
|
||||
Comment[pt_BR]=Calamares — Instalador de Sistema
|
||||
Name[pt_PT]=Instalar Sistema
|
||||
Icon[pt_PT]=calamares
|
||||
GenericName[pt_PT]=Instalador de Sistema
|
||||
Comment[pt_PT]=Instalador de Sistema - Calamares
|
||||
Name[ro]=Instalează sistemul
|
||||
Icon[ro]=calamares
|
||||
GenericName[ro]=Instalator de sistem
|
||||
Comment[ro]=Calamares — Instalator de sistem
|
||||
Name[ru]=Установить систему
|
||||
Icon[ru]=calamares
|
||||
GenericName[ru]=Установщик системы
|
||||
Comment[ru]=Calamares - Установщик системы
|
||||
Name[si]=පද්ධතිය ස්ථාපනය කරන්න
|
||||
Icon[si]=කැලමරේස්
|
||||
GenericName[si]=පද්ධති ස්ථාපකය
|
||||
Comment[si]=Calamares - පද්ධති ස්ථාපකය
|
||||
Name[sk]=Inštalovať systém
|
||||
Icon[sk]=calamares
|
||||
GenericName[sk]=Inštalátor systému
|
||||
Comment[sk]=Calamares — Inštalátor systému
|
||||
Name[sl]=Namesti sistem
|
||||
Name[sq]=Instalo Sistemin
|
||||
Icon[sq]=calamares
|
||||
GenericName[sq]=Instalues Sistemi
|
||||
Comment[sq]=Calamares — Instalues Sistemi
|
||||
Name[sr]=Инсталирај систем
|
||||
Icon[sr]=calamares
|
||||
GenericName[sr]=Инсталатер система
|
||||
Comment[sr]=Каламарес — инсталатер система
|
||||
Name[sr@latin]=Instaliraj sistem
|
||||
Name[sv]=Installera system
|
||||
Icon[sv]=calamares
|
||||
GenericName[sv]=Systeminstallerare
|
||||
Comment[sv]=Calamares — Systeminstallerare
|
||||
Name[tg]=Насбкунии низом
|
||||
Icon[tg]=calamares
|
||||
GenericName[tg]=Насбкунандаи низомӣ
|
||||
Comment[tg]=Calamares — Насбкунандаи низомӣ
|
||||
Name[th]=ติดตั้งระบบ
|
||||
Name[tr_TR]=Sistemi Yükle
|
||||
Icon[tr_TR]=calamares
|
||||
GenericName[tr_TR]=Sistem Yükleyici
|
||||
Comment[tr_TR]=Calamares — Sistem Yükleyici
|
||||
Name[uk]=Встановити Систему
|
||||
Icon[uk]=calamares
|
||||
GenericName[uk]=Встановлювач системи
|
||||
Comment[uk]=Calamares - Встановлювач системи
|
||||
Name[vi]=Cài đặt hệ thống
|
||||
Icon[vi]=calamares
|
||||
GenericName[vi]=Bộ cài đặt hệ thống
|
||||
Comment[vi]=Calamares — Bộ cài đặt hệ thống
|
||||
Name[zh_CN]=安装系统
|
||||
Icon[zh_CN]=calamares
|
||||
GenericName[zh_CN]=系统安装程序
|
||||
Comment[zh_CN]=Calamares — 系统安装程序
|
||||
Name[zh_TW]=安裝系統
|
||||
Icon[zh_TW]=calamares
|
||||
GenericName[zh_TW]=系統安裝程式
|
||||
Comment[zh_TW]=Calamares ── 系統安裝程式
|
|
@ -1,34 +0,0 @@
|
|||
[Misc]
|
||||
version=13
|
||||
|
||||
[Show]
|
||||
channels=false
|
||||
comment=false
|
||||
contentCreated=false
|
||||
contentSize=false
|
||||
created=false
|
||||
depends=false
|
||||
embeddedRating=false
|
||||
fileName=false
|
||||
fileSize=false
|
||||
height=false
|
||||
kfileitem#group=false
|
||||
kfileitem#owner=false
|
||||
kfileitem#permissions=false
|
||||
lastModified=false
|
||||
lyrics=false
|
||||
mimeType=false
|
||||
photoGpsLatitude=false
|
||||
photoGpsLongitude=false
|
||||
photoMeteringMode=false
|
||||
photoPixelXDimension=false
|
||||
photoPixelYDimension=false
|
||||
photoSaturation=false
|
||||
photoSharpness=false
|
||||
photoWhiteBalance=false
|
||||
replayGainAlbumGain=false
|
||||
replayGainAlbumPeak=false
|
||||
replayGainTrackGain=false
|
||||
replayGainTrackPeak=false
|
||||
url=false
|
||||
width=false
|
|
@ -1,4 +0,0 @@
|
|||
[General]
|
||||
dbVersion=2
|
||||
exclude filters=*~,*.part,*.o,*.la,*.lo,*.loT,*.moc,moc_*.cpp,qrc_*.cpp,ui_*.h,cmake_install.cmake,CMakeCache.txt,CTestTestfile.cmake,libtool,config.status,confdefs.h,autom4te,conftest,confstat,Makefile.am,*.gcode,.ninja_deps,.ninja_log,build.ninja,*.csproj,*.m4,*.rej,*.gmo,*.pc,*.omf,*.aux,*.tmp,*.po,*.vm*,*.nvram,*.rcore,*.swp,*.swap,lzo,litmain.sh,*.orig,.histfile.*,.xsession-errors*,*.map,*.so,*.a,*.db,*.qrc,*.ini,*.init,*.img,*.vdi,*.vbox*,vbox.log,*.qcow2,*.vmdk,*.vhd,*.vhdx,*.sql,*.sql.gz,*.ytdl,*.class,*.pyc,*.pyo,*.elc,*.qmlc,*.jsc,*.fastq,*.fq,*.gb,*.fasta,*.fna,*.gbff,*.faa,po,CVS,.svn,.git,_darcs,.bzr,.hg,CMakeFiles,CMakeTmp,CMakeTmpQmake,.moc,.obj,.pch,.uic,.npm,.yarn,.yarn-cache,__pycache__,node_modules,node_packages,nbproject,.venv,venv,core-dumps,lost+found
|
||||
exclude filters version=8
|
|
@ -1,2 +0,0 @@
|
|||
[Devices]
|
||||
connectedDevices=
|
|
@ -1,14 +0,0 @@
|
|||
[$Version]
|
||||
update_info=dolphin_detailsmodesettings.upd:rename-leading-padding
|
||||
|
||||
[General]
|
||||
Version=202
|
||||
ViewPropsTimestamp=2023,4,19,14,56,4.151
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
Places Icons Static Size=22
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
ToolBarsMovable=Disabled
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#6d2229" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#6d2229" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#da4453" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#a1a9b1" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#ff98a2" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#fcfcfc" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#6e7175" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#4e5358" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#a1a9b1" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#a1a9b1" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 971 B |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#fcfcfc" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#fcfcfc" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 971 B |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#6e7175" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#4e5358" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#a1a9b1" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#a1a9b1" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 958 B |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#fcfcfc" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#fcfcfc" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 958 B |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#6e7175" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#4e5358" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#a1a9b1" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#2a2e32" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#a1a9b1" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 970 B |
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#fcfcfc" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#31363b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#fcfcfc" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 970 B |
|
@ -1,84 +0,0 @@
|
|||
@define-color borders_breeze #5b5b5b;
|
||||
@define-color content_view_bg_breeze #464646;
|
||||
@define-color error_color_backdrop_breeze #cb505d;
|
||||
@define-color error_color_breeze #da4453;
|
||||
@define-color error_color_insensitive_backdrop_breeze #744247;
|
||||
@define-color error_color_insensitive_breeze #744247;
|
||||
@define-color insensitive_base_color_breeze #434343;
|
||||
@define-color insensitive_base_fg_color_breeze #646464;
|
||||
@define-color insensitive_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_borders_breeze #474747;
|
||||
@define-color insensitive_fg_color_breeze #616161;
|
||||
@define-color insensitive_selected_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_selected_fg_color_breeze #616161;
|
||||
@define-color insensitive_unfocused_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_unfocused_fg_color_breeze #616161;
|
||||
@define-color insensitive_unfocused_selected_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_unfocused_selected_fg_color_breeze #616161;
|
||||
@define-color link_color_breeze #d168ad;
|
||||
@define-color link_visited_color_breeze #ce80ff;
|
||||
@define-color success_color_backdrop_breeze #318654;
|
||||
@define-color success_color_breeze #1e884a;
|
||||
@define-color success_color_insensitive_backdrop_breeze #355944;
|
||||
@define-color success_color_insensitive_breeze #355944;
|
||||
@define-color theme_base_color_breeze #464646;
|
||||
@define-color theme_bg_color_breeze #414141;
|
||||
@define-color theme_button_background_backdrop_breeze #515151;
|
||||
@define-color theme_button_background_backdrop_insensitive_breeze #4c4c4c;
|
||||
@define-color theme_button_background_insensitive_breeze #4c4c4c;
|
||||
@define-color theme_button_background_normal_breeze #505050;
|
||||
@define-color theme_button_decoration_focus_backdrop_breeze #c171a5;
|
||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_focus_breeze #d168ad;
|
||||
@define-color theme_button_decoration_focus_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_hover_backdrop_breeze #c171a5;
|
||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_hover_breeze #d168ad;
|
||||
@define-color theme_button_decoration_hover_insensitive_breeze #77546b;
|
||||
@define-color theme_button_foreground_active_backdrop_breeze #aea6ab;
|
||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #616161;
|
||||
@define-color theme_button_foreground_active_breeze #ffffff;
|
||||
@define-color theme_button_foreground_active_insensitive_breeze #616161;
|
||||
@define-color theme_button_foreground_backdrop_breeze #5fb1c6;
|
||||
@define-color theme_button_foreground_backdrop_insensitive_breeze #4c6e76;
|
||||
@define-color theme_button_foreground_insensitive_breeze #4c6e76;
|
||||
@define-color theme_button_foreground_normal_breeze #50b4ce;
|
||||
@define-color theme_fg_color_breeze #aaaaaa;
|
||||
@define-color theme_header_background_backdrop_breeze #2c3034;
|
||||
@define-color theme_header_background_breeze #3c3c3c;
|
||||
@define-color theme_header_background_light_breeze #414141;
|
||||
@define-color theme_header_foreground_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_header_foreground_breeze #c8c8c8;
|
||||
@define-color theme_header_foreground_insensitive_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_header_foreground_insensitive_breeze #f7f7f7;
|
||||
@define-color theme_hovering_selected_bg_color_breeze #d168ad;
|
||||
@define-color theme_selected_bg_color_breeze #a75d8e;
|
||||
@define-color theme_selected_fg_color_breeze #ffffff;
|
||||
@define-color theme_text_color_breeze #aaaaaa;
|
||||
@define-color theme_titlebar_background_backdrop_breeze #2c3034;
|
||||
@define-color theme_titlebar_background_breeze #3c3c3c;
|
||||
@define-color theme_titlebar_background_light_breeze #414141;
|
||||
@define-color theme_titlebar_foreground_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_titlebar_foreground_breeze #c8c8c8;
|
||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_titlebar_foreground_insensitive_breeze #f7f7f7;
|
||||
@define-color theme_unfocused_base_color_breeze #474747;
|
||||
@define-color theme_unfocused_bg_color_breeze #424242;
|
||||
@define-color theme_unfocused_fg_color_breeze #a8a8a8;
|
||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #67415a;
|
||||
@define-color theme_unfocused_selected_bg_color_breeze #67415a;
|
||||
@define-color theme_unfocused_selected_fg_color_breeze #aea6ab;
|
||||
@define-color theme_unfocused_text_color_breeze #a8a8a8;
|
||||
@define-color theme_unfocused_view_bg_color_breeze #434343;
|
||||
@define-color theme_unfocused_view_text_color_breeze #646464;
|
||||
@define-color theme_view_active_decoration_color_breeze #d168ad;
|
||||
@define-color theme_view_hover_decoration_color_breeze #d168ad;
|
||||
@define-color tooltip_background_breeze #1d6c8b;
|
||||
@define-color tooltip_border_breeze #48839a;
|
||||
@define-color tooltip_text_breeze #c8c8c8;
|
||||
@define-color unfocused_borders_breeze #5c5c5c;
|
||||
@define-color unfocused_insensitive_borders_breeze #474747;
|
||||
@define-color warning_color_backdrop_breeze #e77b1a;
|
||||
@define-color warning_color_breeze #f67400;
|
||||
@define-color warning_color_insensitive_backdrop_breeze #7d522b;
|
||||
@define-color warning_color_insensitive_breeze #7d522b;
|
|
@ -1 +0,0 @@
|
|||
@import 'colors.css';
|
|
@ -1,15 +0,0 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-button-images=true
|
||||
gtk-cursor-theme-name=Qogir-dark
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=Colloid-dark
|
||||
gtk-menu-images=true
|
||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Colloid-Dark
|
||||
gtk-toolbar-style=3
|
||||
gtk-xft-dpi=98304
|
|
@ -1,84 +0,0 @@
|
|||
@define-color borders_breeze #5b5b5b;
|
||||
@define-color content_view_bg_breeze #464646;
|
||||
@define-color error_color_backdrop_breeze #cb505d;
|
||||
@define-color error_color_breeze #da4453;
|
||||
@define-color error_color_insensitive_backdrop_breeze #744247;
|
||||
@define-color error_color_insensitive_breeze #744247;
|
||||
@define-color insensitive_base_color_breeze #434343;
|
||||
@define-color insensitive_base_fg_color_breeze #646464;
|
||||
@define-color insensitive_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_borders_breeze #474747;
|
||||
@define-color insensitive_fg_color_breeze #616161;
|
||||
@define-color insensitive_selected_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_selected_fg_color_breeze #616161;
|
||||
@define-color insensitive_unfocused_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_unfocused_fg_color_breeze #616161;
|
||||
@define-color insensitive_unfocused_selected_bg_color_breeze #3e3e3e;
|
||||
@define-color insensitive_unfocused_selected_fg_color_breeze #616161;
|
||||
@define-color link_color_breeze #d168ad;
|
||||
@define-color link_visited_color_breeze #ce80ff;
|
||||
@define-color success_color_backdrop_breeze #318654;
|
||||
@define-color success_color_breeze #1e884a;
|
||||
@define-color success_color_insensitive_backdrop_breeze #355944;
|
||||
@define-color success_color_insensitive_breeze #355944;
|
||||
@define-color theme_base_color_breeze #464646;
|
||||
@define-color theme_bg_color_breeze #414141;
|
||||
@define-color theme_button_background_backdrop_breeze #515151;
|
||||
@define-color theme_button_background_backdrop_insensitive_breeze #4c4c4c;
|
||||
@define-color theme_button_background_insensitive_breeze #4c4c4c;
|
||||
@define-color theme_button_background_normal_breeze #505050;
|
||||
@define-color theme_button_decoration_focus_backdrop_breeze #c171a5;
|
||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_focus_breeze #d168ad;
|
||||
@define-color theme_button_decoration_focus_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_hover_backdrop_breeze #c171a5;
|
||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #77546b;
|
||||
@define-color theme_button_decoration_hover_breeze #d168ad;
|
||||
@define-color theme_button_decoration_hover_insensitive_breeze #77546b;
|
||||
@define-color theme_button_foreground_active_backdrop_breeze #aea6ab;
|
||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #616161;
|
||||
@define-color theme_button_foreground_active_breeze #ffffff;
|
||||
@define-color theme_button_foreground_active_insensitive_breeze #616161;
|
||||
@define-color theme_button_foreground_backdrop_breeze #5fb1c6;
|
||||
@define-color theme_button_foreground_backdrop_insensitive_breeze #4c6e76;
|
||||
@define-color theme_button_foreground_insensitive_breeze #4c6e76;
|
||||
@define-color theme_button_foreground_normal_breeze #50b4ce;
|
||||
@define-color theme_fg_color_breeze #aaaaaa;
|
||||
@define-color theme_header_background_backdrop_breeze #2c3034;
|
||||
@define-color theme_header_background_breeze #3c3c3c;
|
||||
@define-color theme_header_background_light_breeze #414141;
|
||||
@define-color theme_header_foreground_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_header_foreground_breeze #c8c8c8;
|
||||
@define-color theme_header_foreground_insensitive_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_header_foreground_insensitive_breeze #f7f7f7;
|
||||
@define-color theme_hovering_selected_bg_color_breeze #d168ad;
|
||||
@define-color theme_selected_bg_color_breeze #a75d8e;
|
||||
@define-color theme_selected_fg_color_breeze #ffffff;
|
||||
@define-color theme_text_color_breeze #aaaaaa;
|
||||
@define-color theme_titlebar_background_backdrop_breeze #2c3034;
|
||||
@define-color theme_titlebar_background_breeze #3c3c3c;
|
||||
@define-color theme_titlebar_background_light_breeze #414141;
|
||||
@define-color theme_titlebar_foreground_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_titlebar_foreground_breeze #c8c8c8;
|
||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #f7f7f7;
|
||||
@define-color theme_titlebar_foreground_insensitive_breeze #f7f7f7;
|
||||
@define-color theme_unfocused_base_color_breeze #474747;
|
||||
@define-color theme_unfocused_bg_color_breeze #424242;
|
||||
@define-color theme_unfocused_fg_color_breeze #a8a8a8;
|
||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #67415a;
|
||||
@define-color theme_unfocused_selected_bg_color_breeze #67415a;
|
||||
@define-color theme_unfocused_selected_fg_color_breeze #aea6ab;
|
||||
@define-color theme_unfocused_text_color_breeze #a8a8a8;
|
||||
@define-color theme_unfocused_view_bg_color_breeze #434343;
|
||||
@define-color theme_unfocused_view_text_color_breeze #646464;
|
||||
@define-color theme_view_active_decoration_color_breeze #d168ad;
|
||||
@define-color theme_view_hover_decoration_color_breeze #d168ad;
|
||||
@define-color tooltip_background_breeze #1d6c8b;
|
||||
@define-color tooltip_border_breeze #48839a;
|
||||
@define-color tooltip_text_breeze #c8c8c8;
|
||||
@define-color unfocused_borders_breeze #5c5c5c;
|
||||
@define-color unfocused_insensitive_borders_breeze #474747;
|
||||
@define-color warning_color_backdrop_breeze #e77b1a;
|
||||
@define-color warning_color_breeze #f67400;
|
||||
@define-color warning_color_insensitive_backdrop_breeze #7d522b;
|
||||
@define-color warning_color_insensitive_breeze #7d522b;
|
|
@ -1 +0,0 @@
|
|||
@import 'colors.css';
|
|
@ -1,12 +0,0 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-cursor-theme-name=Qogir-dark
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=Colloid-dark
|
||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Colloid-Dark
|
||||
gtk-xft-dpi=98304
|
|
@ -1,2 +0,0 @@
|
|||
# created by KDE Plasma, ср мая 10 00:53:15 2023
|
||||
#
|
|
@ -1,5 +0,0 @@
|
|||
# created by KDE Plasma, ср мая 10 00:53:15 2023
|
||||
#
|
||||
|
||||
gtk-alternative-button-order = 1
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[$Version]
|
||||
update_info=gwenview.upd:SideBar_StatusBar_Rename,gwenview.upd:ImageView_AlphaBackgroundMode_Update,gwenview.upd:DeleteThumbnailSetting_Rename
|
|
@ -1,11 +0,0 @@
|
|||
[Favorites-org.kde.plasma.kicker.favorites.instance-27-779ac4a6-f9d4-42fe-b314-de165780e7de]
|
||||
ordering=preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover
|
||||
|
||||
[Favorites-org.kde.plasma.kicker.favorites.instance-27-global]
|
||||
ordering=preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop,org.kde.discover
|
||||
|
||||
[Favorites-org.kde.plasma.kickoff.favorites.instance-3-779ac4a6-f9d4-42fe-b314-de165780e7de]
|
||||
ordering=preferred://browser,applications:systemsettings.desktop,applications:org.kde.dolphin.desktop,applications:org.kde.kate.desktop
|
||||
|
||||
[Favorites-org.kde.plasma.kickoff.favorites.instance-3-global]
|
||||
ordering=preferred://browser,applications:systemsettings.desktop,applications:org.kde.dolphin.desktop,applications:org.kde.kate.desktop
|
|
@ -1,5 +0,0 @@
|
|||
[activities]
|
||||
779ac4a6-f9d4-42fe-b314-de165780e7de=Начальная комната
|
||||
|
||||
[main]
|
||||
currentActivity=779ac4a6-f9d4-42fe-b314-de165780e7de
|
|
@ -1,2 +0,0 @@
|
|||
[$Version]
|
||||
update_info=fonts_kate.upd:Plasma_Fonts_Kate
|
|
@ -1,12 +0,0 @@
|
|||
[$Version]
|
||||
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0,kcminputrc_repeat.upd:kcminputrc_migrate_key_repeat
|
||||
|
||||
[Keyboard]
|
||||
NumLock=0
|
||||
|
||||
[Mouse]
|
||||
X11LibInputXAccelProfileFlat=true
|
||||
cursorTheme=Qogir-dark
|
||||
|
||||
[Tmp]
|
||||
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize
|
|
@ -1,203 +0,0 @@
|
|||
updateInfoAdded=true
|
||||
|
||||
[ark.upd]
|
||||
ctime=1682139612
|
||||
done=add-hamburgermenu-to-toolbar
|
||||
mtime=1681478642
|
||||
|
||||
[breezehighcontrasttobreezedark.upd]
|
||||
ctime=1683662119
|
||||
done=BreezeHighContrastToBreezeDark
|
||||
mtime=1683644707
|
||||
|
||||
[breezetobreezeclassic.upd]
|
||||
ctime=1683662119
|
||||
done=BreezeToBreezeClassic
|
||||
mtime=1683644707
|
||||
|
||||
[breezetobreezelight.upd]
|
||||
ctime=1683662119
|
||||
done=BreezeToBreezeLight
|
||||
mtime=1683644707
|
||||
|
||||
[delete_cursor_old_default_size.upd]
|
||||
ctime=1683662122
|
||||
done=DeleteCursorOldDefaultSize
|
||||
mtime=1683645394
|
||||
|
||||
[disable_kmix.upd]
|
||||
ctime=1683662125
|
||||
done=PlasmaVolume_DisableKMixAutostart
|
||||
mtime=1683647360
|
||||
|
||||
[dolphin_detailsmodesettings.upd]
|
||||
ctime=1683039829
|
||||
done=rename-leading-padding
|
||||
mtime=1682943960
|
||||
|
||||
[filepicker.upd]
|
||||
ctime=1681131412
|
||||
done=filepicker-remove-old-previews-entry
|
||||
mtime=1680361602
|
||||
|
||||
[fonts_akregator.upd]
|
||||
ctime=1683662122
|
||||
done=Plasma_Fonts_Akregator
|
||||
mtime=1683645307
|
||||
|
||||
[fonts_global.upd]
|
||||
ctime=1683662122
|
||||
done=Fonts_Global
|
||||
mtime=1683645307
|
||||
|
||||
[fonts_global_toolbar.upd]
|
||||
ctime=1683662122
|
||||
done=Fonts_Global_Toolbar
|
||||
mtime=1683645307
|
||||
|
||||
[fonts_kate.upd]
|
||||
ctime=1683662122
|
||||
done=Plasma_Fonts_Kate
|
||||
mtime=1683645307
|
||||
|
||||
[gtkconfig.upd]
|
||||
ctime=1683662121
|
||||
done=gtk_theme,dont_use_gtk_css_for_window_decorations,remove_deprecated_gtk4_option
|
||||
mtime=1683646568
|
||||
|
||||
[gwenview.upd]
|
||||
ctime=1682139615
|
||||
done=SideBar_StatusBar_Rename,ImageView_AlphaBackgroundMode_Update,DeleteThumbnailSetting_Rename
|
||||
mtime=1681472635
|
||||
|
||||
[icons_remove_effects.upd]
|
||||
ctime=1683662122
|
||||
done=IconsRemoveEffects
|
||||
mtime=1683645394
|
||||
|
||||
[katesession_migration.upd]
|
||||
ctime=1682139615
|
||||
done=migrate_kate_sessions_applet_to_kdeplasma-addons
|
||||
mtime=1681478776
|
||||
|
||||
[kcalcrc.upd]
|
||||
ctime=1682139616
|
||||
mtime=1681478961
|
||||
|
||||
[kcm_rename_plasma_desktop.upd]
|
||||
ctime=1683662124
|
||||
done=5.24PlasmaDesktopKCMRename
|
||||
mtime=1683646941
|
||||
|
||||
[kcminputrc_fix_botched_5_21_0.upd]
|
||||
ctime=1683662124
|
||||
done=kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0
|
||||
mtime=1683646941
|
||||
|
||||
[kcminputrc_repeat.upd]
|
||||
ctime=1683662124
|
||||
done=kcminputrc_migrate_key_repeat
|
||||
mtime=1683646941
|
||||
|
||||
[kde4lightly.upd]
|
||||
ctime=1679834445
|
||||
done=5.0KDE4Lightly_2
|
||||
mtime=1679823631
|
||||
|
||||
[kleopatra.upd]
|
||||
ctime=1682139617
|
||||
done=kleopatra-15.08-kickoff
|
||||
mtime=1681476906
|
||||
|
||||
[konsole.upd]
|
||||
ctime=1682139617
|
||||
done=konsole_globalaccel,add-hamburgermenu-to-toolbar
|
||||
mtime=1681479421
|
||||
|
||||
[konsole_globalaccel.upd]
|
||||
ctime=1678978909
|
||||
done=konsole_globalaccel
|
||||
mtime=1677587889
|
||||
|
||||
[krunnerglobalshortcuts2.upd]
|
||||
ctime=1683662122
|
||||
done=5.22KRunnerGlobalShortcuts
|
||||
mtime=1683645394
|
||||
|
||||
[krunnerhistory.upd]
|
||||
ctime=1683662122
|
||||
done=5.21KRunnerHistory
|
||||
mtime=1683645394
|
||||
|
||||
[kscreenlocker.upd]
|
||||
ctime=1683662121
|
||||
done=0.1-autolock
|
||||
mtime=1683644520
|
||||
|
||||
[ksmserver_update_loginMode_value.upd]
|
||||
ctime=1683662124
|
||||
done=ksmserver_update_loginMode_value_default_enum
|
||||
mtime=1683646941
|
||||
|
||||
[kwin.upd]
|
||||
ctime=1683662121
|
||||
done=replace-scalein-with-scale,port-minimizeanimation-effect-to-js,port-scale-effect-to-js,port-dimscreen-effect-to-js,auto-bordersize,animation-speed,desktop-grid-click-behavior,no-swap-encourage,make-translucency-effect-disabled-by-default,remove-flip-switch-effect,remove-cover-switch-effect,remove-cubeslide-effect,remove-xrender-backend,enable-scale-effect-by-default,overview-group-plugin-id,animation-speed-cleanup,replace-cascaded-zerocornered
|
||||
mtime=1683644791
|
||||
|
||||
[kwinrules.upd]
|
||||
ctime=1683662121
|
||||
done=replace-placement-string-to-enum,use-virtual-desktop-ids
|
||||
mtime=1683644791
|
||||
|
||||
[kxkb.upd]
|
||||
ctime=1683662124
|
||||
done=remove-empty-lists,add-back-resetoptions
|
||||
mtime=1683646941
|
||||
|
||||
[kxkb_variants.upd]
|
||||
ctime=1683662124
|
||||
done=split-variants
|
||||
mtime=1683646941
|
||||
|
||||
[okular.upd]
|
||||
ctime=1682139617
|
||||
done=annotation-toolbar,builtin-annotations
|
||||
mtime=1681472990
|
||||
|
||||
[plasmashell-5.27-use-panel-thickness-in-default-group.upd]
|
||||
ctime=1683662122
|
||||
done=plasmashell-5.27-use-panel-thickness-in-default-group
|
||||
mtime=1683645394
|
||||
|
||||
[smb4k_3_0_0.upd]
|
||||
ctime=1681014034
|
||||
done=Smb4K_3.0.0
|
||||
mtime=1680993817
|
||||
|
||||
[smb4ksettings.upd]
|
||||
ctime=1681014034
|
||||
mtime=1680993817
|
||||
|
||||
[spectacle_clipboard.upd]
|
||||
ctime=1682139617
|
||||
done=clipboard-settings-change
|
||||
mtime=1681473156
|
||||
|
||||
[spectacle_newConfig.upd]
|
||||
ctime=1682139617
|
||||
mtime=1681473156
|
||||
|
||||
[spectacle_rememberregion.upd]
|
||||
ctime=1682139617
|
||||
done=spectacle-migrate-rememberregion
|
||||
mtime=1681473156
|
||||
|
||||
[spectacle_shortcuts.upd]
|
||||
ctime=1682139617
|
||||
done=spectacle-migrate-shortcuts
|
||||
mtime=1681473156
|
||||
|
||||
[style_widgetstyle_default_breeze.upd]
|
||||
ctime=1683662122
|
||||
done=StyleWidgetStyleDefaultBreeze
|
||||
mtime=1683645394
|
|
@ -1,30 +0,0 @@
|
|||
[Source-applicationVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-locale]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-places]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-platform]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-qtVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-screens]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-settings]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-startCount]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-usageTime]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[UserFeedback]
|
||||
ApplicationStartCount=1
|
||||
ApplicationTime=391
|
|
@ -1,30 +0,0 @@
|
|||
[Source-applicationVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-compiler]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-opengl]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-panelCount]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-platform]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-qpa]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-qtVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-screens]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-usageTime]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[UserFeedback]
|
||||
ApplicationStartCount=2
|
||||
ApplicationTime=1082
|
|
@ -1,2 +0,0 @@
|
|||
[Module-device_automounter]
|
||||
autoload=false
|
|
@ -1,2 +0,0 @@
|
|||
[Mouse]
|
||||
cursorTheme=breeze_cursors
|
|
@ -1,8 +0,0 @@
|
|||
[General]
|
||||
ColorScheme=Melawy
|
||||
|
||||
[Icons]
|
||||
Theme=breeze-dark
|
||||
|
||||
[KDE]
|
||||
widgetStyle=Breeze
|
|
@ -1,2 +0,0 @@
|
|||
[Greeter]
|
||||
Theme=org.kde.breeze.desktop
|
|
@ -1,3 +0,0 @@
|
|||
[KSplash]
|
||||
Engine=KSplashQML
|
||||
Theme=org.kde.breeze.desktop
|
|
@ -1,12 +0,0 @@
|
|||
[TabBox]
|
||||
DesktopLayout=org.kde.breeze.desktop
|
||||
DesktopListLayout=org.kde.breeze.desktop
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
|
||||
[Windows]
|
||||
Placement=Centered
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
NoPlugin=false
|
||||
library=org.kde.breeze
|
||||
theme=Breeze
|
|
@ -1 +0,0 @@
|
|||
org.kde.breezedark.desktop
|
|
@ -1,2 +0,0 @@
|
|||
[Theme]
|
||||
name=default
|
|
@ -1,163 +0,0 @@
|
|||
[$Version]
|
||||
update_info=filepicker.upd:filepicker-remove-old-previews-entry,fonts_global.upd:Fonts_Global,fonts_global_toolbar.upd:Fonts_Global_Toolbar,icons_remove_effects.upd:IconsRemoveEffects,kwin.upd:animation-speed,style_widgetstyle_default_breeze.upd:StyleWidgetStyleDefaultBreeze
|
||||
|
||||
[ColorEffects:Disabled]
|
||||
ChangeSelectionColor=
|
||||
Color=112,111,110
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
Enable=
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=2
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=170,96,145
|
||||
BackgroundNormal=80,80,80
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=80,180,206
|
||||
ForegroundPositive=30,136,74
|
||||
ForegroundVisited=206,128,255
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=30,87,116
|
||||
BackgroundNormal=60,60,60
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=90,90,90
|
||||
BackgroundNormal=60,60,60
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header][Inactive]
|
||||
BackgroundAlternate=49,54,59
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=167,93,142
|
||||
BackgroundNormal=167,93,142
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=255,255,255
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=30,136,74
|
||||
ForegroundVisited=206,128,255
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=60,60,60
|
||||
BackgroundNormal=29,108,139
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundPositive=30,136,74
|
||||
ForegroundVisited=206,128,255
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=75,75,75
|
||||
BackgroundNormal=70,70,70
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=170,170,170
|
||||
ForegroundPositive=30,136,74
|
||||
ForegroundVisited=206,128,255
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=60,60,60
|
||||
BackgroundNormal=65,65,65
|
||||
DecorationFocus=209,104,173
|
||||
DecorationHover=209,104,173
|
||||
ForegroundActive=209,104,173
|
||||
ForegroundInactive=170,170,170
|
||||
ForegroundLink=209,104,173
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=170,170,170
|
||||
ForegroundPositive=30,136,74
|
||||
ForegroundVisited=206,128,255
|
||||
|
||||
[General]
|
||||
AccentColor=209,104,173
|
||||
ColorSchemeHash=a0b6db6b94022a92715b668c12281ffe0e4e01b3
|
||||
Name[ru_RU]=Breeze, светлый вариант
|
||||
Name=Breeze Light
|
||||
accentColorFromWallpaper=true
|
||||
shadeSortColumn=true
|
||||
widgetStyle=Breeze
|
||||
|
||||
[Icons]
|
||||
Theme=Colloid-dark
|
||||
|
||||
[KDE]
|
||||
ColorScheme=BreezeLight
|
||||
LookAndFeelPackage=org.kde.breezedark.desktop
|
||||
SingleClick=false
|
||||
contrast=4
|
||||
widgetStyle=Lightly
|
||||
|
||||
[WM]
|
||||
activeBackground=61,61,62
|
||||
activeBlend=62,62,62
|
||||
activeForeground=150,150,150
|
||||
inactiveBackground=61,61,62
|
||||
inactiveBlend=62,62,62
|
||||
inactiveForeground=155,155,155
|
|
@ -1,3 +0,0 @@
|
|||
[Main Settings]
|
||||
GroupSplitterSizes=192,633
|
||||
PreviewSplitterSizes=412,220
|