1
Fork 0
nixos-system-config/users/hu/packages/ags/config/config.js
caem 36ea0b0e39
Update the ags configuration
There is now a bargain bin gnome-shell quicksettings menu with basically
only media controls. This also takes care of notifications now.

TODO: Add the code for shutting down and restarting the computer with
the buttons in the quicksettings menu.
2024-05-30 19:45:14 +02:00

12 lines
254 B
JavaScript

import { Bar } from "./bar.js";
import { NotificationPopups } from "./vendor/notificationPopups.js";
App.addIcons(`${App.configDir}/assets`);
App.config({
style: "./style.css",
windows: [
Bar(),
NotificationPopups(),
],
});