feat: modified AGS bar styling
This commit is contained in:
parent
a88e7c28a5
commit
9fec340586
13 changed files with 238 additions and 184 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue