Impurity-link qt5ct.conf

This commit is contained in:
outfoxxed 2023-06-25 21:36:28 -07:00
parent f0444011cb
commit e400d6dae8
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 13 additions and 16 deletions

View File

@ -1,4 +1,4 @@
{ self, config, pkgs, ... }: {
{ self, config, pkgs, impurity, ... }: {
environment.systemPackages = with pkgs; [
qt5ct
breeze-qt5
@ -11,26 +11,16 @@
};
home-manager.users.${config.main-user} = {
home = {
file.".icons/default/index.theme".text = ''
[Icon Theme]
Inherits=breeze_cursors
'';
};
home.file.".icons/default/index.theme".text = ''
[Icon Theme]
Inherits=breeze_cursors
'';
xdg.configFile = {
# fixes dolphin background colors
"kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
"qt5ct/qt5ct.conf".text = ''
[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
'';
"qt5ct/qt5ct.conf".source = impurity.link ./qt5ct.conf;
};
gtk = {

7
modules/theme/qt5ct.conf Normal file
View File

@ -0,0 +1,7 @@
[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