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

@ -56,7 +56,7 @@
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
];
bind = let
terminalCmd = "${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=16' -o colors.alpha=0.85 ${config.myShells.defaultShell}";
terminalCmd = "${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=16' -o colors.alpha=0.85";
screenshotLocation = "/home/${config.myUserName}/Screenshots/$(date '+%Y-%m-%d-%H-%M-%S').png";
in
[