Skip to content

Commit

Permalink
Updated the stated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX11BR committed May 23, 2022
1 parent 795cd31 commit aedf16c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ sudo apt install meson gcc libglib2.0-dev-bin python3-dev python-gi-dev libxcurs
In the folder with the source (obtainable e.g. by running `git clone https://github.com/ALEX11BR/ThemeChanger`) run `meson build`, then `ninja -C build install`, and you're ready to go!

# TODOs
- Add more advanced Kvantum support (e.g. handling of the Kvantum theme names, which oftentimes don't match the GTK theme names, or syncing some options)
- Add more options to set (see [further reference](https://developer.gnome.org/gtk3/stable/GtkSettings.html))
- Add theme remover
- Add a client for OCS-compatible websites like gnome-look.org, tailored for downloading (and automatically installing) themes (see [API reference](https://freedesktop.org/wiki/Specifications/open-collaboration-services/) and [a reference project](https://www.opencode.net/dfn2/pling-store-development))
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "themechanger";
version = "0.10.2";
version = "0.11.0";
format = "other";
src = ./.;
nativeBuildInputs = with pkgs; [
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('themechanger', 'c',
version: '0.10.2',
version: '0.11.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit aedf16c

Please sign in to comment.