Vladyslav Hroshev
d2cc0a00b5
Fixed #25 on-screen keyboard
2024-05-11 14:34:55 +03:00
Vladyslav Hroshev
8a41273fbc
Fix file handling issues that breaks GDM theme
2024-03-25 23:47:28 +02:00
Vladyslav Hroshev
71d37c40f9
Refactor theme installation code to use subprocess.run()
2024-03-25 23:47:19 +02:00
Vladyslav Hroshev
22126706e8
Update color lightness values to 100 in colors.json and fix RGB conversion in theme.py
...
Incorrect RGB values in borders was seen in #14
2023-12-31 22:24:15 +02:00
Vladyslav Hroshev
da440e7a19
Add some tweaks that helps to install theme globally
2023-12-16 18:02:21 +02:00
Vladyslav Hroshev
dc6c31041f
Make code more readable
2023-12-16 18:01:48 +02:00
Vladyslav Hroshev
6cd2090af1
Fix death screen on Fedora after installing GDM
2023-12-15 13:37:34 +02:00
Vladyslav Hroshev
068207c949
Add ability to remove GDM theme
2023-12-10 23:09:34 +02:00
Vladyslav Hroshev
253913ae40
Add ability to set theme globally
2023-12-10 22:47:34 +02:00
Vladyslav Hroshev
bdd74f94bf
Fix "ERROR: file or directory not found: tests.py"
2023-12-09 20:10:10 +02:00
Vladyslav Hroshev
99d4f2e425
Initial test
2023-12-09 19:23:53 +02:00
Vladyslav Hroshev
8525dc0a8d
Remove config from theme.py because of it no longer depends on project folder
2023-12-09 19:23:34 +02:00
Vladyslav Hroshev
992d3122df
Fix unclosed file warning
2023-12-09 19:17:35 +02:00
Vladyslav Hroshev
a58d55c53a
Add some missing changes from c02ead2
2023-12-09 17:07:18 +02:00
Vladyslav Hroshev
c02ead2fff
Code changes and improvements
...
Split install.py into several files
Part of code for creating a directory from copy_files was removed due to the availability of such a function in standard Python libraries
Tried to make theme installation process less dependent on the project root folder
2023-12-09 16:37:55 +02:00