nixos-configs/modules/ags
matt1432 8e98d62921
All checks were successful
Discord / discord commits (push) Has been skipped
fix(ags binto): add padding on right side of current-window
2024-07-21 12:52:15 -04:00
..
clipboard feat(ags): use experimental clipboard manager 2024-05-01 10:21:28 -04:00
config fix(ags binto): add padding on right side of current-window 2024-07-21 12:52:15 -04:00
mk-types feat(flake): change ags devshell to node 2024-07-20 09:38:17 -04:00
default.nix fix(ags): use package flag on ts-for-gir 2024-07-17 00:21:12 -04:00
icons.nix style: change some nix formatting 2024-06-09 22:49:30 -04:00
README.md chore: update flake.lock 2024-04-13 00:55:18 -04:00

AGS

Nix

This directory is the Nix entrypoint to my AGS configration.

On system activation, if this module is imported, it will generate the config.js of the host with the host's name as the parameter in transpileTypeScript to support a different setup per device.

Non-Nix

To use this setup without Nix:

/* ~/.config/ags/config.js */

import { transpileTypeScript } from './js/utils.js';

export default (await transpileTypeScript('wim')).default;

If you want to try my main config, this is what you need to have as your config.js after copying the contents of ./config to ~/.config/ags

Dependencies

The main dependencies to try it are as follows:

  • bun to transpile TS to JS
  • dart-sass to compile SCSS to CSS
  • coloryou for media player colors
  • playerctl for media player functionality

If you're interested in my 2-1 laptop setup, you'll need:

  • ydotool for my custom on-screen keyboard
  • lisgd to have touch screen gestures