Skip to content

Commit

Permalink
add: qt-fix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Apr 18, 2023
1 parent cb0990a commit d90a438
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qt-fix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# A script to fix when custom QT styles break due to a QT update
# This script recompiles them against the new version of QT

aurhelper=paru
echo "rebuilding qt5 plugins"
$aurhelper -aS --rebuild qt5-styleplugins qt5gtk2

echo "rebuilding qt6 plugins"
$aurhelper -aS --rebuild qt6gtk2

0 comments on commit d90a438

Please sign in to comment.