Commit graph

38 commits

Author SHA1 Message Date
ArtyIF
16a316fa3e Added gitignore and localization to settings schema 2022-07-26 16:31:16 +03:00
ArtyIF
f4f4579476 Added partial localization support
Gotta figure out how to localize the settings schema
2022-07-25 17:35:40 +03:00
ArtyIF
efe9b8248c Fixed slug case converter 2022-07-25 14:30:16 +03:00
ArtyIF
13ead1b4f9 Improved slug case converter 2022-07-25 14:05:17 +03:00
ArtyIF
9649c04625 I'm giving up on this endeavour 2022-07-25 11:31:22 +03:00
ArtyIF
470930db36 Fixed custom CSS not resetting when loading presets without the custom CSS field 2022-07-25 11:18:32 +03:00
ArtyIF
d2cdd0c299 Fixed bug #15 2022-07-25 09:11:02 +03:00
ArtyIF
f6b8ff04b5 Improved code quality 2022-07-24 21:43:32 +03:00
ArtyIF
85332b55d9 Added Custom CSS support 2022-07-24 21:02:01 +03:00
ArtyIF
7dd369e55a Whoops, fixed a bug 2022-07-24 15:10:08 +03:00
ArtyIF
61a90c91fe PLEASE READ THE WHOLE COMMIT MESSAGE
Added the "Open in File Manager" option

Changed where the presets are loaded/saved to be more Flatpak-compliant.
WARNING: Move your presets from XDG_CONFIG_HOME/adwcustomizer/presets to
~/.var/app/com.github.ArtyIF.AdwCustomizer/config/presets so they keep
working
2022-07-24 14:00:05 +03:00
ArtyIF
c9e02d5644 Renamed some functions 2022-07-22 18:10:52 +03:00
ArtyIF
10767217ca Users can choose the app types when applying and resetting color schemes 2022-07-22 15:29:32 +03:00
ArtyIF
27f7638fd0 Added credits for daudix-UFO 2022-07-21 22:07:29 +03:00
ArtyIF
f5a0e0715e Added support for changing palette colors
It does surprisingly less than expected.

If you can't load your old presets, add the "palette" section from src/presets/adwaita.json to your preset file
2022-07-21 22:03:18 +03:00
ArtyIF
5d0cbe960d Changed Allaeddine's credit by their request
Also edited readme a bit
2022-07-20 13:33:07 +03:00
ArtyIF
cd32fa1ece Fixed typo 2022-07-20 13:20:52 +03:00
ArtyIF
0cdd3541c9 Added credit for the previous commit 2022-07-20 13:18:55 +03:00
ArtyIF
b840edd7d4 Upped the version, changed copyright
Credited the contributor for PR #3
2022-07-19 20:41:02 +03:00
Verantor
5f0f5ac44c
Update main.py
create dir at first startup
2022-07-19 18:02:30 +02:00
ArtyIF
9e5b093c07 Project rename and corrections in settings schema 2022-07-19 14:23:35 +03:00
ArtyIF
718f2490c9 View parsing errors 2022-07-18 22:20:02 +03:00
ArtyIF
39fd0fe501 Showing adw-gtk3's support of variables
Plus slightly reformated the readme
2022-07-18 17:23:01 +03:00
ArtyIF
cbda02d590 Added readme and improved load error handling 2022-07-18 17:11:46 +03:00
ArtyIF
f1f50b788b Implemented loading presets 2022-07-18 14:27:31 +03:00
ArtyIF
3ddb191adb Removed the preview button
Will probably implement the preview later
2022-07-18 13:52:42 +03:00
ArtyIF
aa7f4af3b9 Saving presets 2022-07-18 13:51:25 +03:00
ArtyIF
d1622a27ec Improved some option explanations 2022-07-18 11:49:18 +03:00
ArtyIF
67c61a9e04 Removed all palette references for now
Will implement the palettes later.

Also refactored the code a bit
2022-07-18 11:10:00 +03:00
ArtyIF
054da9af7e Preparing to add custom presets support
Unified the load preset signals, added a function to load them from a file
2022-07-17 22:27:57 +03:00
ArtyIF
f65b5f3d60 Apply and reset now work 2022-07-17 20:07:40 +03:00
ArtyIF
717c5aa429 Dialogs for apply and reset buttons
Plus moved to master branch of runtime version for now
2022-07-17 19:24:07 +03:00
ArtyIF
39714cb14c Color pickers allow alpha now 2022-07-17 18:15:57 +03:00
ArtyIF
a122dabc12 Removed the debug print 2022-07-17 18:03:41 +03:00
ArtyIF
71d32d7bb5 Changing values now actually does things 2022-07-17 18:02:29 +03:00
ArtyIF
bfcc7f3a54 Added callbacks for values
For now they're just changing each other
2022-07-17 15:25:36 +03:00
ArtyIF
8d6608e4f7 Changed main menu's icon 2022-07-17 14:56:21 +03:00
ArtyIF
f8bc564ce0 Initial commit
- Semi-finished interface (no palettes yet)
- Two presets - Adwaita (libadwaita) light/dark
- Presets load and affect the program's style
2022-07-17 14:46:05 +03:00