setup windows after install by ariaf
git clone https://github.com/ariafatah0711/win_aria
cd win_aria/zebar- Move Zebar Files
mv quiet-velvet ~/.glzr/zebar/
cd ~/.glzr/zebar/quiet-velvet- Set Up Configuration
Create a config.js file inside the quiet-velvet/src/ folder with the following content:
export default {
spotifyClientId: '<YOUR-SPOTIFY-CLIENT-ID>',
spotifyClientSecret: '<YOUR-SPOTIFY-CLIENT-SECRET>',
spotifyRefreshToken: '<YOUR-SPOTIFY-REFRESH-TOKEN>',
explorerPath: '<YOUR-EXPLORER-PATH>',
powershellPath: '<YOUR-POWERSHELL-PATH>'
}Note: Instructions for obtaining Spotify tokens are explained below.
- Build the Project
npm install
npm run build- Reload Zebar Configuration
After building, reload Zebar to apply the changes.
- Done!
You can now find the quiet-velvet/main widget configuration available!
-
Install Zebar & GlazeWM
Ensure Zebar and GlazeWM are installed.
-
Clone the Repository
git clone https://github.com/ariafatah0711/win_aria
cd win_aria/glazewm- Move GlazeWM Files
mv glazewm ~/.glzr/glazewm/- Clone the Repository
git clone https://github.com/ariafatah0711/win_aria
cd win_aria/terminal- Apply Terminal Settings
mv settings.json %APPDATA%\Code\User\settings.jsonFull setup guide including themes and custom prompts will be added soon!
- Clone the Repository
git clone https://github.com/ariafatah0711/home
cd home- Load as Browser Extension
- Open your browser's extension page:
- Edge:
edge://extensions - Chrome:
chrome://extensions
- Edge:
- Enable Developer Mode.
- Click Load unpacked.
- Select the cloned
homefolder.
- Go to Spotify Developer Dashboard.
- Create a new application.
- Set the Redirect URI to
http://localhost:8888/callback/. - Note your Client ID and Client Secret.
- Use a tool like Spotify Token Generator or manually authorize your app to get a Refresh Token.
These credentials are needed inside
config.jsto enable Spotify integration!
Built with passion by Aria Fatah. Happy customizing! 🚀