AnErrupTion
142476041d
Update French translation
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2026-03-28 12:09:41 +01:00
RacerBG
fad683e035
Update the Bulgarian translation ( #952 )
...
## What are the changes about?
As the title says.
## What existing issue does this resolve?
N/A
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/952
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org >
Co-authored-by: RacerBG <racerbg@noreply.codeberg.org >
Co-committed-by: RacerBG <racerbg@noreply.codeberg.org >
2026-03-28 12:07:10 +01:00
RadsammyT
7a8d913531
Feature: Add custom command & label support ( #945 )
...
## What are the changes about?
Adds customizable commands and labels to ly.
Solves https://codeberg.org/fairyglade/ly/issues/905 .
Since Ly doesn't use INI headers. I use them exclusively for declarations of custom commands and labels.
### Commands
Bind a keybind to a command, and add a hint to the HUD. Useful for use cases like display brightness, switching between GPUs, etc.
Supports localization in the `name` field only. ex: where `lang = es`: `$brightness_up` => `bajar brillo`
Declared in config.ini with the following:
```ini
[cmd:F8]
name = custom command 2
cmd = touch /tmp/ly.gaming
```
### Labels
Add a label to the HUD. As specified in #905 .
The text of the label corresponds to the output of the command specified in `[lbl:NAME]`.
Only shows the first line of the output.
Declared in config.ini with the following:
```ini
[lbl:kernel]
cmd = uname -srn
refresh = 0
```
Example to add to the config.ini:
```ini
# Declare a command with the F8 binding.
[cmd:F8]
#The name of the command to show up in Ly.
name = custom command
cmd = touch /tmp/ly.gaming
# Declare a label with an ID. This ID should be unique across all labels.
[lbl:kernel]
cmd = uname -srn
# In frames, the time to re-run the command and update the label. If 0, only run once- do not refresh.
refresh = 0
# Once you're done setting up labels and commands, add an empty header
# below to continue configurating the rest of Ly.
# Put other settings not belonging to custom commands/labels below here.
[]
```
## Pre-requisites
- [x] I have tested & confirmed the changes work locally

Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/945
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org >
Co-authored-by: RadsammyT <radsammyt@gmail.com >
Co-committed-by: RadsammyT <radsammyt@gmail.com >
2026-03-27 17:15:49 +01:00
Luna
3a4109eb2d
Add toggle visibility to password ( #938 )
...
## What are the changes about?
I have add a keybinding to toggle the visibility of the password
## What existing issue does this resolve?
N/A
## Pre-requisites
- [x] I have tested & confirmed the changes work locally
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/938
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org >
Co-authored-by: Luna <luna-39@noreply.codeberg.org >
Co-committed-by: Luna <luna-39@noreply.codeberg.org >
2026-03-17 12:27:23 +01:00
GalaxyShard
7cefff4570
Add Esperanto translation ( #942 )
...
Title.
- [x] I have tested & confirmed the changes work locally
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/942
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org >
Co-authored-by: GalaxyShard <dominic.adragna@byteroach.com >
Co-committed-by: GalaxyShard <dominic.adragna@byteroach.com >
2026-03-16 23:16:43 +01:00
Cyaxares
f320d3f666
Add Kurdish translation ( #930 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/930
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: Cyaxares <cyaxares@noreply.codeberg.org >
Co-committed-by: Cyaxares <cyaxares@noreply.codeberg.org >
2026-02-10 10:47:50 +01:00
WinuxVidYapan
b032c9b296
Update Turkish translations ( #917 )
...
So i am sorry for unintended behavior i am new to Codeberg and pull requests
But here are the words.
- [x] I have tested & confirmed the changes work locally
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/917
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: WinuxVidYapan <winuxvidyapan@noreply.codeberg.org >
Co-committed-by: WinuxVidYapan <winuxvidyapan@noreply.codeberg.org >
2026-02-05 20:19:41 +01:00
ViSzKe
e57de5172e
Update Swedish translation ( #899 )
...
## What are the changes about?
Adding proper Swedish translation
## What existing issue does this resolve?
The sub-standard Swedish translation
## Pre-requisites
- [x] I have tested & confirmed the changes work locally
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/899
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: ViSzKe <vilgot.sz.k@gmail.com >
Co-committed-by: ViSzKe <vilgot.sz.k@gmail.com >
2025-12-29 23:36:47 +01:00
RacerBG
cab3f1bfb5
Added the Latest Changes to the Bulgarian Translation ( #879 )
...
Signed-off-by: RacerBG <racerbg@noreply.codeberg.org >
## What are the changes about?
N/A
## What existing issue does this resolve?
N/A
## Pre-requisites
- [ x ] I have tested & confirmed the changes work locally
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/879
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: RacerBG <racerbg@noreply.codeberg.org >
Co-committed-by: RacerBG <racerbg@noreply.codeberg.org >
2025-12-06 13:39:52 +01:00
AnErrupTion
3bfdc75a70
Add option to run command after inactivity delay ( closes #747 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-12-03 20:39:27 +01:00
AnErrupTion
1c99574f73
Add option to run command before UI is initialised ( closes #798 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-12-02 22:23:10 +01:00
RacerBG
5235ca47c5
Add Bulgarian Translation ( #872 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/872
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: RacerBG <racerbg@noreply.codeberg.org >
Co-committed-by: RacerBG <racerbg@noreply.codeberg.org >
2025-11-30 21:52:46 +01:00
AnErrupTion
fe354a4809
Add fallback UID range options at compile-time
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-11-30 09:47:50 +01:00
AnErrupTion
8c964d9ce5
Don't crash when failing to crawl a session directory ( closes #870 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-11-30 09:30:33 +01:00
AnErrupTion
392ea6ea63
Update French locale
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-11-30 09:18:29 +01:00
AnErrupTion
10854e643a
Don't crash when failing to parse arguments
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-11-30 09:14:10 +01:00
ebits
1980b2e479
Feature: Added option for hibernate between sleep and brightness down ( #867 ) ( closes #866 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/867
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: ebits <tspamiitesh@gmail.com >
Co-committed-by: ebits <tspamiitesh@gmail.com >
2025-11-28 19:05:17 +01:00
RomanPro100
68ec85f412
Add missing Russian translations ( #863 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/863
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: RomanPro100 <romanpro100@disroot.org >
Co-committed-by: RomanPro100 <romanpro100@disroot.org >
2025-11-09 17:35:26 +01:00
Piotr Ginał
2da3648179
Add missing Polish translations ( #861 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/861
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: Piotr Ginał <ginal.piotr11@gmail.com >
Co-committed-by: Piotr Ginał <ginal.piotr11@gmail.com >
2025-11-03 19:45:59 +01:00
ferreo
0cf752f3b8
[Feature] Add autologin support ( #841 ) ( closes #200 )
...
This is the simplest change I could come up with to add working autologin, only bit I really dislike is the event but it seemed like the cleanest way without refactoring.
Co-authored-by: ferreo <harderthanfire@gmail.com >
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/841
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: ferreo <ferreo@noreply.codeberg.org >
Co-committed-by: ferreo <ferreo@noreply.codeberg.org >
2025-10-25 23:09:24 +02:00
AnErrupTion
76da16904f
Update French translation
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-10-14 21:17:58 +02:00
Galtrhan
b2f51e5bc8
Adjust Latvian translation & add missing file entries to build.zig ( #850 )
...
Change Latvian literal translation that did not quite fit the role of
username to more appropriate.
Added missing locale files to build.zig
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/850
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: Galtrhan <galtrhan@gmail.com >
Co-committed-by: Galtrhan <galtrhan@gmail.com >
2025-10-13 21:43:46 +02:00
Galtrhan
1e2faad0f8
Add Latvian language translation ( #847 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/847
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: Galtrhan <galtrhan@gmail.com >
Co-committed-by: Galtrhan <galtrhan@gmail.com >
2025-10-12 20:57:28 +02:00
ebits
339e39d496
Adding the battery status for the top bar alongside brightness controls ( closes #821 ) ( #826 )
...
Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/826
Reviewed-by: AnErrupTion <anerruption@disroot.org >
Co-authored-by: ebits <tspamiitesh@gmail.com >
Co-committed-by: ebits <tspamiitesh@gmail.com >
2025-10-09 18:48:46 +02:00
AnErrupTion
7a0520687d
Add fallback TTY option ( closes #838 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-09-29 21:30:51 +02:00
AnErrupTion
c3d180c213
Add basic general log file
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-08-03 15:59:47 +02:00
AnErrupTion
b35c055e7b
Fix clock string length issues ( fixes #716 )
...
Co-authored-by: Plash <plash@noreply.codeberg.org >
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-08-02 13:08:07 +02:00
tyusha
3d3cf84292
fix
2025-07-25 16:41:06 +03:00
tyusha
19c879a201
update russian translation
2025-07-25 16:36:06 +03:00
darallium
c11194332c
Add Japanese lang file
2025-07-19 20:44:47 +09:00
AnErrupTion
1d4e32ba82
List all users in the system ( fixes #373 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-07-10 10:06:19 +02:00
AnErrupTion
04920e1b1b
Implement custom session support ( fixes #757 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-07-08 22:39:14 +02:00
AnErrupTion
ce17d346e8
Remove lang.err_console_dev
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-07-08 12:45:47 +02:00
AnErrupTion
d08b9a916e
Remove config.console_dev option + handle ioctl errors
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-07-07 21:45:54 +02:00
Ireozar
7182d91b37
removed some special characters
2025-06-24 13:25:45 +02:00
Ireozar
de11ac8972
improved/added German localization
2025-06-24 12:34:41 +02:00
AnErrupTion
a8b8292318
Add name of unknown error instead of generic string
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-05-31 11:04:46 +02:00
Bluudek
732888fd94
Remove invisible Unicode characters
2025-05-08 00:16:14 +02:00
Bluudek
71a06e13a6
Update Polish phrases
2025-05-08 00:12:50 +02:00
Bluudek
f74c4e92a9
Update Polish missing messages
2025-05-07 23:31:31 +02:00
Mohamed A. Abdallah
751d31cae2
Update Arabic error messages for errors
2025-03-28 23:26:17 +02:00
Mohamed A. Abdallah
c6a3223a03
Update Arabic localization for actions
2025-03-28 23:10:09 +02:00
Mohamed A. Abdallah
d2803194f3
Add Arabic localization file
2025-03-28 22:57:13 +02:00
AnErrupTion
92845268af
Add option to allow empty password or not ( closes #577 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-03-06 22:00:46 +01:00
AnErrupTion
f2ca72eace
Add (incomplete) Chinese translation, thanks @eonun! ( closes #194 )
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-03-06 21:08:05 +01:00
AnErrupTion
d12fa27168
Added new error and updated French translation
...
Signed-off-by: AnErrupTion <anerruption@disroot.org >
2025-03-06 19:41:05 +01:00
Moritz Reinel
117eccd65a
rename language normalizer script
2024-10-26 13:19:33 +02:00
Moritz Reinel
b6726a76c6
refactored some variables + added comments
2024-10-26 13:09:30 +02:00
Moritz Reinel
0dea19c8db
remove bash version of script
2024-10-21 19:43:33 +02:00
Moritz Reinel
7a82b51ac5
Revert "remove python version of lang script"
...
This reverts commit 7a1fce660c .
2024-10-21 19:42:57 +02:00