macos: accent color

main
sudo pacman -Syu 2024-11-22 14:12:32 +07:00
parent 40d702596b
commit bdf574fa22
2 changed files with 30 additions and 0 deletions

View File

@ -115,6 +115,12 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool <span class="pl-c1">t
defaults write com.apple.finder _FXSortFoldersFirst -bool <span class="pl-c1">true</span>
killall Finder</pre>
</div>
<p>Enable accent color:</p>
<div class="highlight highlight-source-shell">
<pre>defaults write -g NSColorSimulateHardwareAccent -bool YES
<span class="pl-c"><span class="pl-c">#</span> Value 3-8</span>
defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 7</pre>
</div>
<p>Disable IPv6:</p>
<div class="highlight highlight-source-shell">
@ -251,6 +257,20 @@ sudo pkill bluetoothd</pre
error</a
>
</li>
<li>
<a
href="https://georgegarside.com/blog/macos/imac-m1-accent-colours-any-mac/"
rel="nofollow"
>Use iMac M1 accent colours on any Mac</a
>
<ul>
<li>
<a href="https://mahdi.jp/apps/accents" rel="nofollow"
>https://mahdi.jp/apps/accents</a
>
</li>
</ul>
</li>
</ul>
<div class="markdown-heading">
<h2 class="heading-element">Firefox</h2>

View File

@ -60,6 +60,14 @@ defaults write com.apple.finder _FXSortFoldersFirst -bool true
killall Finder
```
Enable accent color:
```sh
defaults write -g NSColorSimulateHardwareAccent -bool YES
# Value 3-8
defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 7
```
Disable IPv6:
```sh
@ -126,6 +134,8 @@ Thanks:
- https://stackoverflow.com/q/15872666
- [Reclaiming storage/space from 'System Data' in macOS: A tutorial on understanding the System Data usage](http://blog.greggant.com/posts/2022/04/10/reclaiming-space-from-system-data-in-macos.html)
- [Upgrading Homebrew and avoiding the failed to verify attestation error](https://til.simonwillison.net/homebrew/no-verify-attestations)
- [Use iMac M1 accent colours on any Mac](https://georgegarside.com/blog/macos/imac-m1-accent-colours-any-mac/)
- https://mahdi.jp/apps/accents
## Firefox