diff --git a/README.md b/README.md index 18fdfdb..3aa6fbc 100644 --- a/README.md +++ b/README.md @@ -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 (which also happens to be my frist Golang program :D). - `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). diff --git a/quickshell/Assets/Config/Settings.json b/quickshell/Assets/Config/Settings.json index 8f52f69..9b10fe3 100644 --- a/quickshell/Assets/Config/Settings.json +++ b/quickshell/Assets/Config/Settings.json @@ -1,4 +1,4 @@ { "primaryColor": "#89b4fa", - "showLyricsBar": true + "showLyricsBar": false }