Ads
cute-borders
Makes focused and unfocused window borders have a different border color, configurable per program.
Windows 11 only.
Installing
Download it from GitHub Releases
Configuration
The config is located at %UserProfile%/.cuteborders/config.yaml
Example config:
run_at_startup: false
window_rules:
- match: "Global"
active_border_color: "#c6a0f6"
inactive_border_color: "#ffffff"
# Example rules
- match: "Title"
contains: "Mozilla Firefox"
active_border_color: "#c6a0f6"
inactive_border_color: "#ffffff"
- match: "Class"
contains: "MozillaWindowClass"
active_border_color: "#c6a0f6"
inactive_border_color: "#ffffff"
TODO
- square window option
- draw thick borders with direct2d (could be used as a fallback for 1px borders on windows 10)
Ads
Share