wip: kvantum theme
This commit is contained in:
parent
bda3095a15
commit
9fbd1a5d99
5 changed files with 109 additions and 6 deletions
|
|
@ -4,15 +4,39 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
themix-gui
|
||||
kvmarwaita
|
||||
];
|
||||
|
||||
# home.file.".config/Kvantum" = {
|
||||
# source = ./kvantum;
|
||||
# recursive = true;
|
||||
# force = true;
|
||||
# };
|
||||
|
||||
# home.file.".config/Kvantum/kvantum.kvconfig" = {
|
||||
# text = ''
|
||||
# [General]
|
||||
# theme=
|
||||
# '';
|
||||
# force = true;
|
||||
# };
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
name = "kvantum";
|
||||
package = pkgs.qt6Packages.qtstyleplugin-kvantum;
|
||||
};
|
||||
|
||||
qt5ctSettings = {
|
||||
Appearance = {
|
||||
style = "Breeze";
|
||||
style = "kvantum";
|
||||
icon_theme = config.gtk.iconTheme.name;
|
||||
color_scheme_path = "/home/${config.userOptions.username}/.config/qt5ct/qt5ct.conf";
|
||||
custom_palette = true;
|
||||
# color_scheme_path = "/home/${config.userOptions.username}/.config/qt5ct/qt5ct.conf";
|
||||
# custom_palette = true;
|
||||
standard_dialogs = "xdgdesktopportal";
|
||||
};
|
||||
Fonts = config.qt.qt6ctSettings.Fonts;
|
||||
|
|
@ -21,10 +45,10 @@
|
|||
|
||||
qt6ctSettings = {
|
||||
Appearance = {
|
||||
style = "Breeze";
|
||||
style = "kvantum";
|
||||
icon_theme = config.gtk.iconTheme.name;
|
||||
color_scheme_path = "/home/${config.userOptions.username}/.config/qt6ct/qt6ct.conf";
|
||||
custom_palette = true;
|
||||
# color_scheme_path = "/home/${config.userOptions.username}/.config/qt6ct/qt6ct.conf";
|
||||
# custom_palette = true;
|
||||
standard_dialogs = "xdgdesktopportal";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue