fix kde apps looking weird
This commit is contained in:
parent
0d8ec05ba6
commit
cfa298fb63
2 changed files with 5 additions and 3 deletions
|
@ -94,6 +94,8 @@ in
|
||||||
title = "^Browse";
|
title = "^Browse";
|
||||||
}
|
}
|
||||||
{ app-id = "com.mitchellh.ghostt"; }
|
{ app-id = "com.mitchellh.ghostt"; }
|
||||||
|
{ app-id = "org.kde.okular"; }
|
||||||
|
{ app-id = "kitty"; }
|
||||||
];
|
];
|
||||||
default-column-width.proportion = .5;
|
default-column-width.proportion = .5;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme.name = "gtk";
|
platformTheme.name = "kde";
|
||||||
style.name = "adwaita-dark";
|
style.name = "breeze-dark";
|
||||||
style.package = pkgs.adwaita-qt;
|
style.package = pkgs.kdePackages.breeze;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue