forked from Pyrofab/Blur
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add fade out effect (closes #41) - Duration can be configured seperately - Disabled by default until I get some feedback on it - Improve config screen (tabs & sliders) - French translations by @Calvineries - Update to 1.19.4 by @backryun & @byquanton
- Loading branch information
Showing
8 changed files
with
58 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"blur.midnightconfig.title": "Blur Konfiguration", | ||
"blur.midnightconfig.blurExclusions": "Blur-Ausnahmen", | ||
"blur.midnightconfig.category.style": "Stil", | ||
"blur.midnightconfig.category.screens": "Bildschirme", | ||
"blur.midnightconfig.fadeTimeMillis": "Überblendzeit (in Millisekunden)", | ||
"blur.midnightconfig.fadeOutTimeMillis": "Ausblendzeit (in milliseconds)", | ||
"blur.midnightconfig.ease": "Geschmeidige Animation", | ||
"blur.midnightconfig.radius": "Radius", | ||
"blur.midnightconfig.gradientStart": "Farbverlauf-Anfangsfarbe", | ||
"blur.midnightconfig.gradientEnd": "Farbverlauf-Endfarbe", | ||
"blur.midnightconfig.gradientStartAlpha": "Farbverlauf-Anfangstransparenz", | ||
"blur.midnightconfig.gradientEndAlpha": "Farbverlauf-Endstransparenz", | ||
"blur.midnightconfig.showScreenTitle": "Zeige Bildschirmtitel" | ||
"blur.midnightconfig.showScreenTitle": "Logge Bildschirmtitel" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters