darwin: fix menubar applets
This commit is contained in:
parent
3afebf6144
commit
90d44c0419
1 changed files with 6 additions and 7 deletions
|
|
@ -16,15 +16,14 @@
|
|||
system.defaults.screensaver.askForPassword = true;
|
||||
|
||||
# control center
|
||||
# 18 = show in menubar, 24 = put in control center
|
||||
system.defaults.controlcenter = {
|
||||
Display = 18;
|
||||
FocusModes = 18;
|
||||
NowPlaying = 18;
|
||||
Sound = 18;
|
||||
Display = false;
|
||||
FocusModes = false;
|
||||
NowPlaying = true;
|
||||
Sound = false;
|
||||
|
||||
Bluetooth = 24;
|
||||
AirDrop = 24;
|
||||
Bluetooth = false;
|
||||
AirDrop = false;
|
||||
|
||||
BatteryShowPercentage = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue