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

Add a way to change No Notifications text #485

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

S0nter
Copy link
Contributor

@S0nter S0nter commented Oct 18, 2024

Now "No Notifications" text can be changed with "text-empty" json config

Fixes #450

Copy link
Owner

@ErikReider ErikReider left a comment

Choose a reason for hiding this comment

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

Thanks! :D

if (swaync_daemon.use_layer_shell) {
if (!GtkLayerShell.is_supported ()) {
stderr.printf ("GTKLAYERSHELL IS NOT SUPPORTED!\n");
stderr.printf ("Swaync only works on Wayland!\n");
stderr.printf ("If running waylans session, try running:\n");
stderr.printf ("If running wayland session, try running:\n");
Copy link
Owner

Choose a reason for hiding this comment

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

Good catch! :)

@ErikReider ErikReider merged commit c5067e6 into ErikReider:main Oct 20, 2024
5 checks passed
Gwenodai pushed a commit to Gwenodai/SwayNotificationCenter that referenced this pull request Oct 28, 2024
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.

[Feature] Custom "No Notifications" text
2 participants