Compare commits

..

No commits in common. "7446f5ce650ca0012dd940ba1079807d4399312b" and "496dcd36f749455714832f9dafb5ba8db20bd179" have entirely different histories.

4 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: TROM <contact@tromsite.com>
pkgname=tromjaro-fixes
pkgver=1.2.0
pkgver=1.1.1
pkgrel=1
pkgdesc="Various fixes for TROMjaro OS"
arch=(any)
@ -12,7 +12,6 @@ depends=('xfce4-appfinder'
provides=('tromjaro-fixes')
backup=()
options=(!strip)
install=fixes-package.install
prepare() {
cp -R ../bin ../flatpak-overrides ../alpm-hooks .

View File

@ -1,5 +1,4 @@
#!/bin/sh
pidof -sq -o %PPID -x "$(basename "$0")" && exit
while :; do
rm -r ~/.themes/* 2> /dev/null
rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck

View File

@ -20,7 +20,6 @@ sync_icon_theme() {
sed -i "s/^icon_theme=.*$/icon_theme=$icon_theme/" "$HOME"/.config/qt6ct/qt6ct.conf
}
pidof -sq -o %PPID -x "$(basename "$0")" && exit
while :; do
# Get the current system theme
theme_new=$(xfconf-query -c xsettings -p /Net/ThemeName)

View File

@ -1,6 +0,0 @@
post_upgrade() {
kill $(ps aux | grep '[f]ix-flatpaks-theming\|[f]ix-theming\|[f]ix-tweaked-desktop-files' | awk '{print $2}')
fix-tweaked-desktop-files &
fix-theming &
fix-flatpaks-theming &
}