Latest
This commit is contained in:
parent
1fb6bf5d72
commit
307846ecd5
2 changed files with 3 additions and 2 deletions
|
@ -214,6 +214,7 @@ diff:
|
||||||
- "--paging"
|
- "--paging"
|
||||||
- never
|
- never
|
||||||
exclude:
|
exclude:
|
||||||
|
- directory
|
||||||
- externals
|
- externals
|
||||||
- scripts
|
- scripts
|
||||||
edit:
|
edit:
|
||||||
|
|
|
@ -128,8 +128,8 @@ disableDStoreFileCreation() {
|
||||||
# @description Enables transparent dark-mode on macOS
|
# @description Enables transparent dark-mode on macOS
|
||||||
enableDarkTransparentMode() {
|
enableDarkTransparentMode() {
|
||||||
if command -v m > /dev/null; then
|
if command -v m > /dev/null; then
|
||||||
logg info 'Enabling dark mode' && m appearance darkmode YES
|
logg info 'Enabling dark mode' && m appearance darkmode YES > /dev/null
|
||||||
logg info 'Enabling theme transparency' && m appearance transparency YES
|
logg info 'Enabling theme transparency' && m appearance transparency YES > /dev/null
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue