feat: created AGS configuration for multiple bars

AGS config using multiple monitor ids
GRUB extra boot menu entries
Fix issue with Foot terminal starting
This commit is contained in:
Zhongheng Liu 2024-09-19 19:53:40 +03:00
commit dde872db67
No known key found for this signature in database
5 changed files with 19 additions and 58 deletions

View file

@ -73,9 +73,12 @@ in {
fsIdentifier = "label";
devices = ["nodev"];
extraEntries = ''
menuentry "Reboot" {
reboot
}
menuentry "UEFI Firmware Settings" {
fwsetup
}
menuentry "Reboot" {
reboot
}
menuentry "Poweroff" {
halt
}