Commit Graph
65 Commits
Author SHA1 Message Date
dann-merlinandGitHub 000234d0f3 Fix shebang
The setup.sh script appears to use some non-posix compliant syntax.
Specifically $(("new_number")) in line 80 resulted in an error when using dash as /bin/sh. This commit therefore updates the shebang to use /bin/bash instead.
2025-02-21 10:09:18 +01:00
KeyitdevandGitHub 6b30748ae0 Merge pull request #22 from louis-vinchon/setup-script-permissions-fix
Update: Add umask 022.
2025-02-13 00:52:36 +01:00
Keyitdev 8f41a8365a Fix: fixed openSUSE dependencies. 2025-01-21 21:51:00 +01:00
Louis VINCHON 3fcf17fae0 Add umask commands with default value 022
This is done to make sure the sddm theme folder gets the correct
permissions for sddm to be able to read it.

Users with custom `umask` commands in their .bashrc may suffer
permission denials otherwise.
2025-01-12 22:41:24 +01:00
KeyitdevandGitHub 11c0bf6147 Merge pull request #18 from pookiewookieee/master
Fix: Fixed Spelling Error.
2025-01-05 23:55:17 +01:00
pookiewookieeeandGitHub d075ae6987 Fixed Spelling Error 2025-01-05 16:36:10 -06:00
KeyitdevandGitHub 69471bf968 Fix: Fixed broken link in README.md. 2025-01-05 16:08:31 +01:00
KeyitdevandGitHub 664fda9355 Update: Adding video link in README.md. 2025-01-05 13:04:15 +01:00
KeyitdevandGitHub 3055087208 Update: Updated README.md (new themes). 2025-01-04 16:43:34 +01:00
KeyitdevandGitHub 5c6db491a9 Update: Create FUNDING.yml. 2025-01-04 16:27:07 +01:00
Keyitdev 6b877e5a7e Update: Updated date in copyrights to 2025. 2025-01-04 16:25:21 +01:00
Keyitdev 5eaf838863 Fix: Fixed array indexing in setup.sh. 2025-01-04 16:23:32 +01:00
Keyitdev c9a8ab46ae Major Update: Added other themes and setup.sh. 2025-01-04 16:00:51 +01:00
KeyitdevandGitHub d7fcb608b6 Update: Updating dependencies in README.md. 2025-01-03 21:55:53 +01:00
KeyitdevandGitHub ec8540ff41 Fix: Fixing typo in theme1.conf 2025-01-03 21:54:26 +01:00
Keyitdev c9c592014d Update: Some changes in Main.qml regarding background and video player. 2025-01-03 21:52:18 +01:00
Keyitdev 8a6ed165c2 Update: Added the ability to set videos as wallpapers. 2024-12-31 23:17:00 +01:00
Keyitdev ba024e7fcd Fix: Fixed problem that occurs when FullBlur and HaveFormBackground is set to true but PartialBlur is false and FormPosition isn't center. Added the ability to set gifs as wallpapers. 2024-12-31 16:41:11 +01:00
Keyitdev 8d0c59ded3 Fix: Removed useless KeyNavigation and key events. Fixed typos. Cleaned up some code. 2024-12-30 20:47:31 +01:00
Keyitdev 91967fc2d4 Update: Moved virtual keyboard button to LoginForm.qml. Replaced anchors with layout alignment. Cleaned up some code. 2024-12-30 17:01:27 +01:00
KeyitdevandGitHub 73ebace2d5 Merge pull request #15 from Pwrya/edit-readme
Fix: Edited the description of the second part of the installation in readme to be more clear.
2024-12-30 01:12:47 +01:00
pwrya 6beec6002d edited the description of the second part of the 'installation' to be more clear 2024-12-26 12:05:06 +03:30
Keyitdev 7123e3870b Fix: fixed array out of range in system buttons, added ability to bypass checks. 2024-12-23 16:10:54 +01:00
Keyitdev 8ac616a827 Fix: fixed form layout. 2024-12-21 22:22:54 +01:00
Keyitdev a985026308 Update: moved SessionButton to LoginForm.qml v2 2024-12-21 01:45:48 +01:00
Keyitdev 2e016cc360 Update: moved SessionButton to LoginForm.qml, fixed some issues with popups, replaced anchors with layout (session button). 2024-12-21 01:44:28 +01:00
Keyitdev 95d664e483 Fix: Cleaned up some code. 2024-12-18 01:13:04 +01:00
Keyitdev a7dd8a931e Fix: Fixed fonts and some variables names. 2024-12-13 21:49:02 +01:00
Keyitdev 047cc07b4c Refactoring: DELETED UserList.qml. 2024-12-10 22:42:39 +01:00
Keyitdev f424328cb9 Major Update: Changed syntax of colors. 2024-12-10 22:32:26 +01:00
KeyitdevandGitHub 07e7105aec Fix: fixed broken link in readme. 2024-12-01 17:38:17 +01:00
Keyitdev 8993670e73 Update: Added states to virtual keyboard button, improved readability. 2024-10-08 01:07:51 +02:00
Keyitdev 1663dbd524 Update: Changed position of the session button, changed order of system buttons, other small fixes. 2024-10-07 23:56:44 +02:00
Keyitdev 44fb2ff228 Update: Added ability to change virtual keyboard position and fixed ScreenPadding when virtual keyboard is enabled. 2024-10-05 17:51:23 +02:00
Keyitdev 9f38ce4372 Update: Changed file paths. 2024-10-05 16:26:50 +02:00
Keyitdev 9048065f6d Update: Changed colors and theme.conf syntax. 2024-09-18 00:18:56 +02:00
Keyitdev 2bb6702a5d Update: Changed theme.conf syntax. 2024-09-12 20:40:00 +02:00
Keyitdev e630cce6a8 Fix: Fixed virtual keyboard. 2024-09-11 22:12:36 +02:00
Keyitdev 3ff1700f92 Port: Ported to qt6 part 2. Removed qt5-graphicaleffects. Replaced gaussian blur effect and removed drop shadow effect. 2024-09-11 16:08:29 +02:00
Keyitdev 48ea0a7927 Fix: minor update in readme. 2024-06-06 23:47:44 +02:00
KeyitdevandGitHub 106a81eb12 Merge pull request #5 from esdrasjnr/master
fix: Turn username to lowercase
2024-06-06 23:37:37 +02:00
KeyitdevandGitHub b586367d67 Merge pull request #6 from IronGreninja/fix-AccentColor
Add option to change text color of username & password when focused/pressed
2024-06-06 23:23:32 +02:00
IronGreninja b97e5d9a9d Add option to change text color of username/password when
focused/pressed
2024-06-06 13:13:23 +05:30
Esdras Jr 37ea3bc2c6 fix: Turn username to lowercase 2024-06-05 22:11:17 -03:00
Keyitdev ae6b7a4ad8 Fix: fixing privileges. 2024-04-18 09:24:46 +02:00
Keyitdev ac461e344a Update: Added ability to hide login button, minor changes in readme. 2024-04-06 16:47:14 +02:00
Keyitdev ba0dd8f377 Fix: Changed how enter works on password field, minor improvements. 2024-04-06 14:49:33 +02:00
Keyitdev cad1ddd956 Fix: Fixed password icon and added states. 2024-04-06 14:38:19 +02:00
Keyitdev 1ede3c2f68 Major update: Changed: layout, fonts, configs, readme. 2024-04-06 00:04:34 +02:00
Keyitdev 4a38840903 Fix: Icon transparency. 2024-04-04 11:05:56 +02:00