Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

ecx2f/wdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💫 Windows 11 Catppuccin Mocha Rice

🍵 My Personalized Windows Setup

Welcome to my dotfiles repository! This repository contains my personalized configurations to enhance my Windows experience with a clean, minimal, and aesthetic look inspired by Catppuccin Mocha.








Screenshots showing the look of my customized Windows setup.


✨ Features

  • Elegant UI Customization: Refined window borders, themes, and other tweaks.
  • Efficient Workflow: Tools and configurations aimed at boosting productivity.
  • Consistency Across Environments: Easy to replicate setup for any user.

✅ Compatibility

Component Tested on Notes
Windows Windows 11 23H2 / 24H2 Some Windhawk mods may vary between builds
PowerShell 7.x Required for helper scripts in scripts/
Yasb latest Requires Nerd Font for icons
Windhawk latest Import JSON in each mod's Advanced section
Fastfetch latest If logo path fails, use %USERPROFILE%\\.config\\fastfetch\\windows.txt

🛠️ Configurations

🔹 UI Enhancements

🔹 Terminal & Productivity

🔹 Theming & Aesthetics



🔧 Setup Guide

Note

These configurations are personalized. Some settings may need to be adjusted for your preferences.
Feel free to explore, tweak, and adapt these configurations to fit your own workflow!

⚠️ Warning: Review the files before applying them, especially on different systems.
If you have any questions, feel free to ask on my Reddit post.

Quick helper scripts

Run these from the repo root in PowerShell:

# Validate tracked configs
./scripts/validate.ps1

# One-command bootstrap (copies core configs)
./scripts/setup.ps1

# Apply old context menu and restart Explorer
./scripts/apply-context-menu.ps1 -Mode old -RestartExplorer

# Restore default Windows 11 context menu
./scripts/apply-context-menu.ps1 -Mode win11 -RestartExplorer

Quick bootstrap

Use this for a fast first-time setup after installing the required apps:

# Run validation + copy configs to your profile
./scripts/setup.ps1

# Optional: also apply old context menu and restart Explorer
./scripts/setup.ps1 -ContextMenu old -RestartExplorer

1️⃣ Install PowerShell 7 & Windows Terminal

Both tools are essential for this setup. Install them via the Microsoft Store:

2️⃣ Install PowerToys & Everything Search

PowerToys enhances the system, and PowerToys Run is a key feature:

3️⃣ Install Yasb (Yet Another Status Bar)

  • Install Yasb
  • Replace the default configuration with my config:
    %USERPROFILE%\.config\yasb\config.yaml
     %USERPROFILE%\.config\yasb\styles.css
    

Tip: Press the Windows key + R and paste the path to go faster.

4️⃣ Install Cute Borders

Adds custom-colored borders to windows:

  • Install Cute Borders
  • Replace the default config with my cuteborders config
    %USERPROFILE%\.cuteborders\config.yaml
    
    Tip: Press the Windows key + R and paste the path to go faster.

5️⃣ Install Windhawk for UI Tweaks

Install Windhawk

  • Add mods like:
    • Notification Center Styler
    • Start Menu Styler
    • Taskbar Styler
    • Taskbar Tray Icon Spacing
  • Configure each mod under the "Advanced" tab using my settings from windhawk configs

5.5️⃣ Optional: Windows Context Menu Style

6️⃣ Customize PowerShell with Oh My Posh

  • Use Oh My Posh with Chris Titus Tech's profile:
    https://github.com/ChrisTitusTech/powershell-profile
  • Follow his installation guide.

7️⃣ Install & Configure Fastfetch

  • Install Fastfetch

  • Generate a config file:

    fastfetch --gen-config
  • Locate the config:

    %USERPROFILE%\.config\fastfetch\ OR C:\ProgramData\fastfetch\
    

    Tip: Press the Windows key + R and paste the path to go faster.

  • Replace it with my custom config from configs/fastfetch/

  • Run Fastfetch by typing:

    fastfetch

8️⃣ Apply Catppuccin Mocha Theme

9️⃣ Customize Spotify with Spicetify

  • Install Spicetify (⚠️ Use the browser-downloaded version of Spotify, NOT the Microsoft Store version)
  • Run installation command:
    iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
  • Be sure to enable the marketplace through the installation processes and then install:
    • Theme: text darkthemer
    • Variant: Catppuccin Mocha

🔟 Apply Catppuccin Mocha on Discord

  • Install Vencord
  • In Discord settings, go to Vencord > Themes
  • Add this Online Theme:
    https://raw.githubusercontent.com/refact0r/midnight-discord/refs/heads/master/flavors/midnight-catppuccin-mocha.theme.css

🧰 Troubleshooting

  • YASB weather widget shows no data: add your key/location in configs/yasb/config.yaml and verify internet access.
  • Icons look wrong or squares appear: install a Nerd Font (JetBrainsMono NF recommended) and restart affected apps.
  • Context menu style did not change: run ./scripts/apply-context-menu.ps1 -Mode old -RestartExplorer or sign out and back in.
  • Fastfetch logo path error: update configs/fastfetch/config.jsonc logo source to your local path.
  • PowerShell profile issues: restore from Microsoft.PowerShell_profile.ps1.bak-* backup created by scripts/setup.ps1.

🎉 Credits

Big thanks to everyone at r/desktops for inspiring me to make this!

I wanna point out some resources and people that helped me the most with the setup:

  • ashish0kumar for being my main reference in creating my rice 🙏
  • elrondforwin for assisting me with my setup process 🛠️

📜 License

Feel free to use and modify these dotfiles to suit your needs.

About

windows 11 dotfiles with catppuccin theming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages