adapt macos profile

This commit is contained in:
2025-10-20 18:07:19 +02:00
parent aa8ce447c1
commit fe553b1c3f
12 changed files with 244 additions and 0 deletions

13
config/macos/borders/bordersrc Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
options=(
order=above
width=2.0
hidpi=on
active_color=0xff2b2b2b
inactive_color=0xff2b2b2b
# inactive_color=0x00000000
whitelist="wezterm-gui"
)
borders "${options[@]}"