Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display personal information on suspend screen #358

Open
Eeems opened this issue May 29, 2024 · 2 comments
Open

Display personal information on suspend screen #358

Eeems opened this issue May 29, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request to-triage This needs to be triaged

Comments

@Eeems
Copy link
Collaborator

Eeems commented May 29, 2024

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Personal information lets you add a name and contact info to the suspend screen. Oxide should display this if present and enabled.

Describe alternatives you've considered
N/A

Additional context
Personal information seems to be stored as IdleName and IdleContact in xochitl.conf under the [General] header. They support HTML tags for customization instead of just plain text. IdleDetailsVisible is used to determine if they should be displayed or not.

image
image

@FouzR
Copy link

FouzR commented May 29, 2024

You can add images with the file:// syntax like so
<img src=\"file://home/root/test.png\" width=\"128\" height=\"128\" />"
The style attribute doesn't work(highlighting a lack of CSS), but raw HTML width and height works to resize the image
image

@FouzR
Copy link

FouzR commented May 29, 2024

The image can be changed in the file system, and it would reflect on the sleep screen without need a restart of xochitl

Note: All of my testing was on 3.12.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-triage This needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants