feat: modified AGS bar styling

This commit is contained in:
Zhongheng Liu 2024-08-22 11:24:52 +08:00
commit 9fec340586
No known key found for this signature in database
13 changed files with 238 additions and 184 deletions

View file

@ -4,7 +4,15 @@
...
}: {
config = {
#home.packages = with pkgs; [ ags ];
myAutostartCommands = ["${pkgs.ags}/bin/ags"];
home.file = {
"${config.xdg.configHome}/ags" = {
source = ./config;
};
};
home.packages = with pkgs; [ags];
myAutostartCommands = [
#"${pkgs.ags}/bin/ags --init"
#"${pkgs.ags}/bin/ags"
];
};
}