new wm, hyprland gone

This commit is contained in:
Reid 2025-05-18 23:05:26 -07:00
parent 003f37bfbd
commit cb4b22b4e5
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
41 changed files with 1145 additions and 1364 deletions

View file

@ -8,7 +8,6 @@ in {
enable = mkEnableOption "Enable Waybar, a highly customizable wayland bar for wlroots compositors.";
package = mkOption {
type = types.package;
# default = inputs.waybar.packages.${system}.default;
default = pkgs.waybar;
example = "pkgs.waybar";
};
@ -35,8 +34,8 @@ in {
margin-right = 6;
margin-bottom = 0;
modules-left = [
"hyprland/workspaces"
"hyprland/window"
"niri/workspaces"
"niri/window"
];
modules-center = [
"clock"
@ -114,24 +113,15 @@ in {
tooltip-format = "Change wallpaper";
on-click = "${config.modules.desktop.swww.swapScript}";
};
"hyprland/workspaces" = {
"niri/workspaces" = {
format = "{icon}";
format-icons = {
"1" = "";
"2" = "";
"3" = "";
"4" = "";
urgent = "";
default = "";
};
persistent-workspaces = {
"1" = [];
"2" = [];
"3" = [];
"4" = [];
urgent = "";
focused = "";
default = "";
};
};
"hyprland/window" = {
"niri/window" = {
format = "{}";
icon = true;
icon-size = 16;
@ -170,7 +160,7 @@ in {
default = ["" "" ""];
};
scroll-step = 1;
on-click = "${lib.getExe pkgs.pavucontrol}";
on-click = "${lib.getExe pkgs.pwvucontrol}";
ignored-sinks = ["Easy Effects Sink"];
};
backlight = {