Qt: set breeze as default theme

This commit is contained in:
Daniel Ruiz de Alegría
2023-02-09 17:30:24 +01:00
parent 26ce997f01
commit 31d935254b
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -61,6 +61,7 @@ Depends:
fonts-firacode,
gtk2-engines-pixbuf,
kali-themes-common (= ${source:Version}),
kde-style-breeze,
librsvg2-common,
plymouth-label,
${misc:Depends},
+3 -1
View File
@@ -97,7 +97,6 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
fi
if dpkg --compare-versions "$2" lt "2022.1.0"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
fi
@@ -121,6 +120,9 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
fi
if dpkg --compare-versions "$2" lt "2023.1.3"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
fi
# Install remaining new files
install_all
fi