This commit is contained in:
2025-10-12 23:28:23 +02:00
parent 22105c20d4
commit 3aba13ac1e
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ Not based on, but heaviely depends on modules from [noctalia-shell](https://gith
- `lyrics`, scrolling lyrics player, depends on [a small program](https://github.com/Uyanide/spotify-lyrics) from myself <small>(which also happens to be my frist Golang program :D)</small>.
- `lyrics-single`, similar to `lyrics`, but only with a single line and can be easily embeded into the status bar.
# SWWW
## SWWW
In Niri, the wallpaper will be automatically blurred when there are windows in focus. And the backdrop also has a blurred wallpaper applied to it. These are implemented in [wallpaper-daemon](https://github.com/Uyanide/dotfiles/blob/main/.scripts/wallpaper-daemon).

View File

@@ -1,4 +1,4 @@
{
"primaryColor": "#89b4fa",
"showLyricsBar": true
"showLyricsBar": false
}