How I customize my Windows 11 desktop 🌸
- Wallpaper (edited from unsplash)
- Taskbar Font | Windows Font | Terminal font
- Windows msstyles theme: by niivu (Guide to install)
- Zen browser Theme
- Right Click menu | My theme
- Window Borders https://github.com/lukeyou05/tacky-borders |
tacky-borders config (click to expand)
# Customize global config options
global:
border_width: 2 # Width of the border
border_offset: -1 # How close the border is to the window edges
border_radius: -1 # Radius of the corners. Leave it at -1 to let tacky-borders handle the radius or set your own custom value.
active_color:
colors: ["#cd7271", "#5a606e"]
direction:
start: [0.0, 0.0] # [0.0, 0.0] is the top left corner (windows api is weird like that)
end: [1.0, 1.0] # [1.0, 1.0] is the bottom right corner
#active_color: "#7F7FD5"
inactive_color:
colors: ["#cd7271", "#5a606e"]
direction:
start: [1.0, 0.3] # [0.0, 0.0] is the top left corner (windows api is weird like that)
end: [0.0, 0.7] # [1.0, 1.0] is the bottom right corner
#inactive_color: "#575660" # Color of unfocused windows. Currently supports a hex code like "#ffffff" or "accent" (and now gradients!)
initialize_delay: 50 # I reduce the delay here because of the fade animation which takes some time itself
unminimize_delay: 50
animations:
fps: 15 # Reduced from 30 to slow down the animation
active:
- type: ReverseSpiral
duration: 1800
easing: Linear
- type: Fade
duration: 200
easing: EaseInOutQuad
inactive:
- type: Spiral
duration: 1800
easing: Linear
- type: Fade
duration: 200
easing: EaseInOutQuad
# Customize config options on a per-app basis
window_rules:
- match: "Class"
name: "Windows.UI.Core.CoreWindow"
enabled: false
- match: "Class"
name: "XamlExplorerHostIslandWindow"
enabled: false
- match: "Title"
name: "Flow.Launcher"
enabled: false
- match: "Title"
name: "Zebar"
enabled: false
- match: "Title"
name: "keyviz"
enabled: false
# EXAMPLE CONFIGURATION:
# - match: "Class" # Currently supports "Class" or "Title"
# name: "MozillaWindowClass" # Name of the class or title
# strategy: "Equals" # Optional. Currently supports "Equals", "Contains", or "Regex". Defaults to "Equals"
# border_width: 10 # The next few options are all optional and default to global config if nothing is specified
# border_radius: -10
# border_offset: -10
# active_color: "#ffffff"
# inactive_color: "#000000"
# enabled: true # Optional. Enables or disables the border. Defaults to true. Note: you can't forcibly enable borders yet
Windhawk is for all the taskbar/start menu customizations along with many other things. You can get it from Windhawk.net
Mods used:
- Windows 11 Taskbar Styler | My config (Volume in top right currently isn't dynamic)
- Taskbar on top for Windows 11
- Windows 11 Notification Center Styler | My config
- Taskbar Volume Control
- Taskbar Labels for Windows 11 | My config
- Taskbar height and icon size | Icon size:20 / Taskbar height:38 / Taskbar button width:36
- Taskbar Clock Customization | My config
- Windows 11 Explorer Styler | Mod creators install guide on Windhawk Discord server | Windhawk mod code | My Config
- Disable grouping on the taskbar
- Icon pack by Niivu
- Taskbar Icons
- Screenshot tool
- Spotlight Search | With the theme
- AltSnap for window management
- Cursor
- Discord themed with Vencord
- Spotify themed with Spicetify