fix kde apps looking weird

This commit is contained in:
cy 2025-01-21 16:47:47 -05:00
parent 0d8ec05ba6
commit cfa298fb63
2 changed files with 5 additions and 3 deletions

View file

@ -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;
} }

View file

@ -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 = {