Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ariafatah0711/win_aria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles for Windows

setup 1 for setup my windows

setup windows after install by ariaf

setup 2 for zebar glaze wm and other

Preview

Watch the video


Zebar

Zebar Preview

  • Main View Main Preview

  • Settings View Settings Preview

How to Set Up Zebar

  1. Install Zebar & GlazeWM

    Make sure you have installed Zebar and GlazeWM.

  2. Clone the Repository

git clone https://github.com/ariafatah0711/win_aria
cd win_aria/zebar
  1. Move Zebar Files
mv quiet-velvet ~/.glzr/zebar/
cd ~/.glzr/zebar/quiet-velvet
  1. 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.

  1. Build the Project
npm install
npm run build
  1. Reload Zebar Configuration

After building, reload Zebar to apply the changes.

  1. Done!

You can now find the quiet-velvet/main widget configuration available!

Widget Preview


GlazeWM

How to Set Up GlazeWM

  1. Install Zebar & GlazeWM

    Ensure Zebar and GlazeWM are installed.

  2. Clone the Repository

git clone https://github.com/ariafatah0711/win_aria
cd win_aria/glazewm
  1. Move GlazeWM Files
mv glazewm ~/.glzr/glazewm/

Terminal Settings

How to Set Up Terminal

  1. Clone the Repository
git clone https://github.com/ariafatah0711/win_aria
cd win_aria/terminal
  1. Apply Terminal Settings
mv settings.json %APPDATA%\Code\User\settings.json

Oh My Posh

(Coming Soon)

Full setup guide including themes and custom prompts will be added soon!


Startpage

How to Set Up Startpage

  1. Clone the Repository
git clone https://github.com/ariafatah0711/home
cd home
  1. Load as Browser Extension
  • Open your browser's extension page:
    • Edge: edge://extensions
    • Chrome: chrome://extensions
  • Enable Developer Mode.
  • Click Load unpacked.
  • Select the cloned home folder.

Spotify Configuration Guide

How to Get Your Spotify Tokens

  1. Go to Spotify Developer Dashboard.
  2. Create a new application.
  3. Set the Redirect URI to http://localhost:8888/callback/.
  4. Note your Client ID and Client Secret.
  5. Use a tool like Spotify Token Generator or manually authorize your app to get a Refresh Token.

These credentials are needed inside config.js to enable Spotify integration!


Built with passion by Aria Fatah. Happy customizing! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published