Commit Graph

49 Commits

Author SHA1 Message Date
Antoine POPINEAU
f67e43ffa0
Added instructions to run the test suite (#138). 2024-05-08 22:27:40 +02:00
Antoine POPINEAU
71cf19e233 Implement text styling across the UI. 2024-04-29 11:49:50 +02:00
Antoine POPINEAU
6b4a41e7f7 Added debug logging option. 2024-04-28 10:32:49 +02:00
Rene D. Obermueller
c186f0b8c8 Issue #124/PR #125: sort alphabetically by default 2024-04-26 07:02:38 +02:00
Rene D. Obermueller
c658c77f96 add option to sort sessions alphabetically by name 2024-04-26 07:02:38 +02:00
Antoine POPINEAU
ddaa111a2d
Formatting. 2024-04-25 22:07:23 +02:00
Antoine POPINEAU
9eed706c2b
Added option to change F-key keybindings to access menus (#83). 2024-04-25 22:05:15 +02:00
Antoine POPINEAU
617f85ef7d
Allow using several characters as asterisks (#122). 2024-04-24 11:23:09 +02:00
Antoine POPINEAU
9712edfc35 Added a test and changed README. 2024-01-02 12:54:43 +01:00
Antoine POPINEAU
551a08af75
Edited README to mention sessions wrapper control. 2023-11-11 09:56:09 +01:00
Antoine POPINEAU
35abeddb0c Add a generic --session-wrapper for non-X11 sessions. 2023-10-29 23:26:53 +01:00
Aleksei Bavshin
2b119d9bd9 Allow to opt-out from X11 session wrapping
While `startx` is a reasonable default, it might be missing from the
system or in confict with an already deployed solution for launching
X11 sessions.
`--no-xsession-wrapper` disables any modifications of the X11 session
commands.
2023-10-21 10:24:02 +02:00
Aleksei Bavshin
1690d71119 Add --xsession-wrapper argument for X11 session setup 2023-10-21 10:24:02 +02:00
Aleksei Bavshin
389e73ea21 Separate configuration for Wayland and X11 sessions 2023-10-21 10:24:02 +02:00
Narrat
d99a7a95e7
README: update instructions for Arch Linux 2023-10-15 11:49:00 +02:00
Kian-Meng Ang
27be0871e6 Fix typos
Found via `codespell -L crate,comando,nome,nowe,sie`
2023-10-15 00:05:34 +02:00
Adam Chovanec
7e0cdf0f3a update readme 2023-10-14 21:03:15 +02:00
Yurii Matsiuk
e0ed1da376 Update README.md to align NixOS section 2022-03-26 08:36:07 +01:00
Antoine POPINEAU
d71d505756
Updated README to mention user menu and UID selection. 2022-02-16 22:42:33 +01:00
Antoine POPINEAU
332a145b27
Allow constraining the UIDs of users selectable from the menu. 2022-02-16 22:33:22 +01:00
Antoine POPINEAU
8fedc26083
Added customization of displayed date and time format (#54). 2022-02-16 17:11:58 +01:00
Antoine POPINEAU
c9fd526956
Added option to remember opened session per user (#50). 2022-01-24 20:29:41 +01:00
Antoine POPINEAU
087b0f34ad
Updated README and man page. 2021-10-05 14:35:44 +02:00
Antoine POPINEAU
f12688fa0d
Use setsid on power commands to ensure they do not use our TTY (disablable). Run commands in a thread to prevent UI blocking. 2021-10-04 16:05:36 +02:00
Antoine POPINEAU
227350195b Internalize power option management and allow for customizing the commands that are run. 2021-10-01 11:51:33 +02:00
Antoine POPINEAU
6f4bb704df
Fixed mistake in README: greetd accepts arguments in commands [skip ci]. 2021-07-05 18:06:42 +02:00
Antoine POPINEAU
49fee5e8b7
Try and give some sort of direction as to how to run desktop environments. 2021-07-05 17:27:50 +02:00
Antoine POPINEAU
d7bbacdc5d
Updated README. 2021-07-04 01:53:44 +02:00
Antoine POPINEAU
2be3b60437
Add option to remember the last selected session instead of relying solely on the --cmd option (#30). 2021-07-03 21:51:39 +02:00
Yurii Matsiuk
074328f485 Add NixOS section into README.md 2021-06-29 09:10:15 +02:00
Antoine POPINEAU
f5c7df43c3
Enabled customization of password redaction character instead of "*". 2021-06-28 22:03:40 +02:00
Antoine POPINEAU
02b2672f4f
Added option to customize global padding (closes #22). 2021-06-08 21:20:05 +02:00
Antoine POPINEAU
2b4f0f7b13
Allow customizing X and Wayland session directories (closes #15). 2021-05-31 18:00:48 +02:00
Antoine POPINEAU
3fc0829b89
Configuration options to show asterisks on secret input and to remember last successful username. 2020-08-19 16:50:51 +02:00
Antoine POPINEAU
413689bf80
Fixed artifact generation for armv7h. Mention stable AUR package in README. 2020-07-05 12:59:14 +02:00
Antoine POPINEAU
03e6cf53a2
Fixed typo in Gentoo install instructions. 2020-07-04 21:16:21 +02:00
Antoine POPINEAU
3634b284f1
Merge pull request #3 from epsilon-0/master
Added installation instructions on Gentoo (thanks @epsilon-0, #2).
2020-07-03 13:47:29 +00:00
Antoine POPINEAU
d5e0cdbc8f
Fixed tenacious typo in README [skip ci]. 2020-07-03 15:40:27 +02:00
A. Tammy
7754038f7a
added gentoo install
as per request on https://github.com/apognu/tuigreet/issues/2
2020-07-03 09:29:41 -04:00
Antoine POPINEAU
8322386f50
Added a submenu to list system-declared sessions (#1). 2020-07-03 11:45:50 +02:00
Antoine POPINEAU
e74d8c2b1d
Added --version. 2020-07-02 08:24:35 +02:00
Antoine POPINEAU
35e5445060
Fixed some instances where padding was hardcoded. Added container and prompt row padding as configurable options. 2020-07-01 16:06:03 +02:00
Antoine POPINEAU
85ca5cceda
Make changing command more discoverable and UI friendly. 2020-07-01 13:44:24 +02:00
Antoine POPINEAU
ce159b5347
Add submodule to tuigreet AUR repository. 2020-07-01 11:27:50 +02:00
Antoine POPINEAU
034f44155e
Added a short option for the width argument. Added usage and build instructions to README. 2020-06-29 17:37:27 +02:00
Antoine POPINEAU
53b80f93a2
Renamed project to tuigreet. 2020-06-28 17:18:43 +02:00
Antoine POPINEAU
e850f93269
Added configurable width for main prompt. 2020-06-27 21:11:43 +02:00
Antoine POPINEAU
0c4c127bae
Fix issue printing where some rows could be offset. Added an option to display the current date and time. 2020-06-27 20:51:21 +02:00
Antoine POPINEAU
7d2429f223
Basic working functionality. 2020-06-27 14:54:30 +02:00