darwin: fix menubar applets

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 3afebf6144
commit 90d44c0419

View file

@ -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;
};