Fix qt5ct

This commit is contained in:
outfoxxed 2023-06-26 00:01:43 -07:00
parent 1693f64ce2
commit e85ce2c9cb
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{ self, config, pkgs, impurity, ... }: {
{ self, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
qt5ct
breeze-qt5
@ -20,7 +20,16 @@
# fixes dolphin background colors
"kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
"qt5ct/qt5ct.conf".source = impurity.link ./qt5ct.conf;
"qt5ct/qt5ct.conf".text = ''
[Appearance]
style=Breeze
icon_theme=breeze-dark
# Cantata misbehaves without color overrides. This overrides the breeze colors with the
# exact same colors.
color_scheme_path=${./breeze-dark-colors-override.conf}
custom_palette=true
'';
};
gtk = {

View File

@ -1,7 +0,0 @@
[Appearance]
style=Breeze
# Cantata misbehaves without color overrides. This overrides the breeze colors with the
# exact same colors.
color_scheme_path=${./breeze-dark-colors-override.conf}
custom_palette=true