Matthew Rothlisberger asterane
asterane commented on pull request fairyglade/ly#892 2026年01月19日 06:25:07 +01:00
Reorganize Config

I tested on 1.3.1; with a value like 0x4008, the desired styling is ignored and I see regular dim white. Change the value to 0x40000008, and I see bright white as intended.

asterane commented on pull request fairyglade/ly#892 2026年01月18日 00:50:17 +01:00
Reorganize Config

I like the new explanations for the color situation, I just want to comment that in my understanding (and my working configuration), even in eight-color mode, the colors must be 32-bit values with...

asterane pushed to master at asterane/ly 2025年10月19日 01:35:45 +02:00
5f22173b91
Mention only Ly v1.2.0 and above are supported in issue template
4bc405f239
Start Ly v1.3.0 development cycle
c4b68364ef
Add FreeBSD-specific PAM file
1c05664c85
Fix xauth file name UB
1fbcb10110
Open new log file after every fork() where necessary
Compare 9 commits »
asterane pushed to master at asterane/ly 2025年10月18日 05:11:29 +02:00
52d29bbd47
Fix FreeBSD installation in README
a3a8f11575
Add basic FreeBSD service, change default fallback TTY to 2
02f5aa702d
Implement /etc/login.defs in interop, TODO for FreeBSD
ed88458efd
Fix platform-specific bugs for FreeBSD compilation
8df9603188
Install SysVinit service as an executable
Compare 12 commits »
asterane created pull request fairyglade/ly#852 2025年10月15日 06:38:11 +02:00
Disable battery status display by default
asterane pushed to batt-config at asterane/ly 2025年10月15日 06:26:04 +02:00
2c11c3a30a Disable battery status by default
asterane pushed to batt-config at asterane/ly 2025年10月15日 06:24:50 +02:00
asterane created branch batt-config in asterane/ly 2025年10月15日 06:24:50 +02:00
asterane pushed to master at asterane/ly 2025年10月15日 05:50:28 +02:00
e577c454da
Fix merge conflict
09c2cfb74d
Remove file that was added by mistake
b3f1e91cf6
Remember last session for each user (closes #619)
aef1dd9c1a
Add more logs when logging into an X11 session
3d977d2ff7
Fix compatibility with Zig 0.15.2
Compare 21 commits »
asterane commented on issue fairyglade/ly#832 2025年09月24日 15:10:54 +02:00
[Bug] Animations very slow

Maybe related to this Zig issue: https://github.com/ziglang/zig/issues/25111

I think .use_llvm = true should be in the source until some future Zig version when its codegen meets Ly's needs.

asterane opened issue fairyglade/ly#838 2025年09月24日 14:53:46 +02:00
[Bug] Ly will only run in tty console, throws error in terminal emulator
asterane pushed to master at asterane/ly 2025年09月24日 03:45:45 +02:00
ee97f3b5e1
Automatically detect TTY (closes #795)
5924db58e1
Use std.mem.span + remove useless dupeZ()
36e220e2ff
Remove usage of std.c.stat() for xauth code
0a9ceca822
Don't dupeZ() in main
f9553655a3
Separate platform code from C interop code
Compare 22 commits »
asterane commented on issue fairyglade/ly#821 2025年08月04日 17:03:28 +02:00
[Feature] Show battery stats

Another possibility is to provide a file path which Ly will watch. It can read the contents (maybe with limitations like first n characters) and reproduce them at the top of the screen. Ly could...

asterane pushed to master at asterane/ly 2025年08月04日 05:32:48 +02:00
b71789912d Add enable_session_log option to control session logging (#809) (fixes #808)
5bacc8870b
Update repository link in README
a7ff18aa16 Add option for eight-color terminal output (#802)
Compare 3 commits »
asterane pushed to eight-color at asterane/ly 2025年08月03日 23:17:58 +02:00
22b7279bd1 writes log message to indicate color mode
9c8b1ecb46 causes 8-color mode to be used as default for pre-1.1.0 config files
Compare 2 commits »
asterane pushed to eight-color at asterane/ly 2025年08月03日 23:03:47 +02:00
6157d58fab writes log message to indicate color mode
asterane pushed to eight-color at asterane/ly 2025年08月03日 23:02:26 +02:00
8e891bea95 causes 8-color mode to be used as default for pre-1.1.0 config files
7b343470b3 disables color migration attempt for configs after true-color change
e9254c02bb ensures animation backgrounds have configured bg fill
2b7f422774 makes matrix accent color configurable
964bc4923c adds option to choose eight-color output
Compare 16 commits »
asterane pushed to master at asterane/ly 2025年08月03日 22:27:50 +02:00
c3d180c213
Add basic general log file
3f891d7f0d
Workaround for session process not exiting immediately
e404d5bdb3
Clean-up: std.posix.kill() returns nothing
dee055748c
Format code properly
bd2d1142b2
Don't enable bigclock by default
Compare 11 commits »
asterane commented on issue fairyglade/ly#808 2025年08月03日 17:16:15 +02:00
[Feature] disable log file (ly-session.log)

Looks like this will soon be fully configurable, but a couple more suggestions for the default:

~/.ly/session.log

~/.ly_session_log

asterane commented on pull request fairyglade/ly#802 2025年08月03日 17:02:19 +02:00
Add option for eight-color terminal output

Before 1.1.0 Ly used 13 colors, with 9 of those being configurable. (In 0.6 it was about 7 colors, with 2 of those being configurable.) A valid configuration file might have only one configured...