Ags: Switch back to waybar for now
Until I figure out how to theme this thing
This commit is contained in:
@ -197,6 +197,8 @@ function Bar(monitor = 0) {
|
||||
}
|
||||
|
||||
App.config({
|
||||
style: "./style.css",
|
||||
style: "/home/christoph/.config/ags/style.css",
|
||||
windows: [Bar(0)],
|
||||
});
|
||||
|
||||
export {};
|
||||
|
@ -23,7 +23,7 @@ in {
|
||||
# NOTE: Keep this symlinked as long as I'm configuring
|
||||
".config/ags".source = config.lib.file.mkOutOfStoreSymlink "/home/christoph/NixFlake/home/modules/ags/config";
|
||||
|
||||
# LSP typechecking support
|
||||
# LSP typechecking support (use ags --init)
|
||||
# ".config/ags/types".source = config.lib.file.mkOutOfStoreSymlink "${pkgs.ags}/share/com.github.Aylur.ags/types";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user