1

Add waybar module (split from hyprland)

This commit is contained in:
2023-05-24 23:12:06 +02:00
parent 26b95e5f10
commit a52a9e4d2e
7 changed files with 265 additions and 228 deletions

View File

@ -0,0 +1,15 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "Waybar";
monitor = mkOption {
type = types.str;
example = "HDMI-A-1";
description = "What monitor to display the Waybar on";
};
}