Aetherial Navigator
A cool release name with some beautiful changes!
Wallpaper from https://www.gnome-look.org/p/1309907/
Added
- Terminal window blur and opacity support
- Searching without auto-complete withCTRL+ENTER (Thanks to @NitroSniper! #49)
Breaking Changes
Terminal
Now we can define opacity of the terminal window or add blur effect for the background. In order to do this I have added 2 more configurations.
Diff
Please edit startpage.config.js
accordingly if you are building from source. If you prefer using config edit
, add opacity and blur variables to your JSON. Please have a look at Wiki Pages for more information.
terminal: {
fixedHeight: true, // Locks window height to list view (other views such as help won't change the height)
- glowEnabled: true // Enables or disables the glow
+ glowEnabled: true // Enables or disables the glow
+ opacity: 1, // Changes terminal window opacity (Between 0 and 1)
+ blur: 0 // Sets terminal background blur to given px value (Works best with wallpaper and overrides both terminal opacity and terminal background color)
}