Use native Mission Center and update logo-menu defaults
This commit is contained in:
parent
c24571128b
commit
6ac92aa9f3
3 changed files with 3 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ diff -ru orig/schemas/org.gnome.shell.extensions.logo-menu.gschema.xml mod/schem
|
||||||
|
|
||||||
<key type="s" name="menu-button-system-monitor">
|
<key type="s" name="menu-button-system-monitor">
|
||||||
- <default>"gnome-system-monitor"</default>
|
- <default>"gnome-system-monitor"</default>
|
||||||
+ <default>"flatpak run io.missioncenter.MissionCenter"</default>
|
+ <default>"mission-center"</default>
|
||||||
<summary>Menu System Monitor</summary>
|
<summary>Menu System Monitor</summary>
|
||||||
<description>Change the Menu System Monitor.</description>
|
<description>Change the Menu System Monitor.</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
packages = [
|
packages = [
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
"io.github.kolunmi.Bazaar"
|
"io.github.kolunmi.Bazaar"
|
||||||
"io.missioncenter.MissionCenter"
|
# "io.missioncenter.MissionCenter"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
pkgs.just
|
pkgs.just
|
||||||
pkgs.libnotify
|
pkgs.libnotify
|
||||||
pkgs.micro
|
pkgs.micro
|
||||||
|
pkgs.mission-center
|
||||||
pkgs.podman-compose
|
pkgs.podman-compose
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue