forked from nico/dots
darwin: disable now playing applet in bar
This commit is contained in:
parent
2c80076e2b
commit
42ee05575a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
system.defaults.controlcenter = {
|
system.defaults.controlcenter = {
|
||||||
Display = false;
|
Display = false;
|
||||||
FocusModes = false;
|
FocusModes = false;
|
||||||
NowPlaying = true;
|
NowPlaying = false;
|
||||||
Sound = false;
|
Sound = false;
|
||||||
|
|
||||||
Bluetooth = false;
|
Bluetooth = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue