Skip to content

Some tools and files I used for making Windows 11 look my way.

Notifications You must be signed in to change notification settings

itshyko/windows-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows theme

Some tools and files I use for making Windows 11 look my way.

Windows 11

AtlasOS

I use AtlasOS to make Windows more performant, usable, and privacy-friendly. You can download it here.

Custom cursor

I use a custom cursor from this repository.

  1. Download the repository.
  2. Install with Install.inf. (Right-click on Install.inf and click Install)
  3. Go to Settings > Devices > Mouse > Additional mouse options > Pointers > Browse and select the cursor you want.

Taskbar

I use TranslucentTB to make the taskbar transparent. You can download it here.

Windows Manager

I use FancyZones from PowerToys to manage windows.

  1. Download PowerToys from the releases page.
  2. Install PowerToys.
  3. Open PowerToys and go to FancyZones.
  4. Create a custom layout and apply it.
  • With that when I drag a window and click on Shift, I can snap it to the zones.

Search

I use PowerToys Run from PowerToys to search for apps, files, and more.

Terminal

I use WizTerm. You can download it here.

To configure WizTerm:

  1. Copy the content only of terminal folder to your home directory. (C:\Users\your-username)
  2. Simply run the terminal and it will automatically load the configuration.

Nice terminal

I use Oh My Posh to make the terminal look better. You can download it here.

To configure Oh My Posh:

  1. Install Oh My Posh. (You can install it with the following command)
winget install JanDeDobbeleer.OhMyPosh -s winget
  1. Copy the content of oh-my-posh folder to your home directory. (C:\Users\your-username)
  2. Open WizTerm and run the following command to create the profile.
New-Item -Path $PROFILE -Type File -Force
  1. Open the profile with Notepad.
notepad $PROFILE
  1. Add the following lines to the profile.
oh-my-posh init pwsh --config ~/hyko2024.omp.json | Invoke-Expression
  1. Save the profile and restart the terminal.

Wallpaper

I use Wallpaper Engine to set a live wallpaper. You can download it here.

About

Some tools and files I used for making Windows 11 look my way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages