Skip to content

feat: add Synced (Blur) theme option with background blur and tint - #10

Open
the-daonm wants to merge 2 commits into
noctalia-dev:mainfrom
the-daonm:main
Open

feat: add Synced (Blur) theme option with background blur and tint#10
the-daonm wants to merge 2 commits into
noctalia-dev:mainfrom
the-daonm:main

Conversation

@the-daonm

@the-daonm the-daonm commented Jun 11, 2026

Copy link
Copy Markdown
Contributor
  • synced (blur)
image - synced image

@the-daonm the-daonm changed the title Add Synced (Blur) theme option with background blur and tint feat: add Synced (Blur) theme option with background blur and tint Jun 11, 2026
@0x6e697678

0x6e697678 commented Aug 2, 2026

Copy link
Copy Markdown

how can I hide the section action buttons like yours ?

@the-daonm

Copy link
Copy Markdown
Contributor Author

@0x6e697678 the attached image depicts the previous version where section action buttons are still missing.

Comment on lines +1375 to +1380
if (isBlur) {
Color tint = m_syncedAppearance->palette.surface;
tint.a = 0.4f;
m_wallpaper->setBlurRadius(30.0f);
m_wallpaper->setTintColor(tint);
} else {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be nice to allow tint and blur to be configurable, either from greeter.toml or synced from Noctalia settings if possible. That would also make it possible to remove the separate "Synced (Blur)" option and instead blur only if the intensity is nonzero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants