2 , gobject-introspection
11 , gsettings-desktop-schemas
16 python3Packages.buildPythonApplication rec {
17 pname = "themechanger";
21 src = fetchFromGitHub {
23 repo = "ThemeChanger";
25 hash = "sha256-/quCi2srn9XlhJQKYNkOaZDHTwdciB9SAlF/RML0q+M=";
42 gsettings-desktop-schemas
45 propagatedBuildInputs = with python3Packages; [
50 patchShebangs postinstall.py
54 homepage = "https://github.com/ALEX11BR/ThemeChanger";
55 description = "Theme changing utility for Linux";
56 mainProgram = "themechanger";
58 This app is a theme changing utility for Linux, BSDs, and whatnots.
59 It lets the user change GTK 2/3/4, Kvantum, icon and cursor themes, edit GTK CSS with live preview, and set some related options.
60 It also lets the user install icon and widget theme archives.
62 maintainers = with maintainers; [ ALEX11BR ];
63 license = licenses.gpl2Plus;
64 platforms = platforms.linux;