summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
commited54a5b51dc9542df94f70b25a13d86d1f494e64 (patch)
treebc85a8288e36624f3385831069a8df77d2ef3451 /pkgs/tools/X11
parent4b16b7e9a00b4a6b7e350a8711312e0fe83930db (diff)
parent684bad056950880d05e4534e683362c6a0abce55 (diff)
downloadnixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.gz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.bz2
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.lz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.xz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.zst
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.zip
Merge branch 'gtk-no-plus'
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/wpgtk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/wpgtk/default.nix b/pkgs/tools/X11/wpgtk/default.nix
index 496fa422877..1a6e99f0393 100644
--- a/pkgs/tools/X11/wpgtk/default.nix
+++ b/pkgs/tools/X11/wpgtk/default.nix
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
     longDescription = ''
      In short, wpgtk is a colorscheme/wallpaper manager with a template system attached which lets you create templates from any textfile and will replace keywords on it on the fly, allowing for great styling and theming possibilities.
 
-     wpgtk uses pywal as its colorscheme generator, but builds upon it with a UI and other features, such as the abilty to mix and edit the colorschemes generated and save them with their respective wallpapers, having light and dark themes, hackable and fast GTK+ theme made specifically for wpgtk and custom keywords and values to replace in templates.
+     wpgtk uses pywal as its colorscheme generator, but builds upon it with a UI and other features, such as the abilty to mix and edit the colorschemes generated and save them with their respective wallpapers, having light and dark themes, hackable and fast GTK theme made specifically for wpgtk and custom keywords and values to replace in templates.
 
      INFO: To work properly, this tool needs "programs.dconf.enable = true" on nixos or dconf installed. A reboot may be required after installing dconf.
      '';