Skip to content

Commit

Permalink
update mentions to new version - 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX11BR committed Jul 16, 2024
1 parent ca13ba8 commit 04153a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![A screenshot of our lovely ThemeChanger](screenshot1.png)

This app is a theme changing utility for Linux, BSDs, and whatnots.
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.
It lets the user change GTK 2/3/4, Kvantum, icon and cursor themes, even for libadwaita apps, edit GTK CSS with live preview, and set some related options.
It also lets the user install icon and widget theme archives.

## Features
Expand Down Expand Up @@ -37,8 +37,10 @@ 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 options to set (see [further reference](https://developer.gnome.org/gtk3/stable/GtkSettings.html))
- Add more options to set (see [further reference](https://docs.gtk.org/gtk3/class.Settings.html#properties))
- 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))
- Use a cleaner CSS live preview method
- Copy global theme files locally so that flatpak apps can use them (maybe?)
- Option for configuring named colors
- Use a cleaner CSS live preview method (probably it's not possible)
- Clean the code overall
1 change: 1 addition & 0 deletions data/com.github.alex11br.themechanger.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Features:
</screenshots>
<update_contact />
<releases>
<release version="0.12.0" date="2024-07-16" />
<release version="0.11.1" date="2022-07-14" />
<release version="0.11.0" date="2022-05-23" />
</releases>
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1";
version = "0.12.0";
format = "other";
src = ./.;
nativeBuildInputs = with pkgs; [
Expand All @@ -25,4 +25,4 @@ python3Packages.buildPythonApplication rec {
postPatch = ''
patchShebangs postinstall.py
'';
}
}
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.11.1',
version: '0.12.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 04153a8

Please sign in to comment.