Attempt to replace waybar with hyprpanel

This commit is contained in:
uzy lol 2024-12-28 18:04:46 -08:00
parent fcadd0b39c
commit f5ab66cc4b
13 changed files with 16 additions and 3 deletions

View File

@ -50,6 +50,11 @@
walker = {
url = "github:abenz1267/walker";
};
hyprpanel = {
url = "github:Jas-SinghFSU/HyprPanel";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -86,6 +91,7 @@
./home/home.nix
nixvim.homeManagerModules.nixvim
walker.homeManagerModules.default
inputs.hyprpanel.homeManagerModules.hyprpanel
];
};
}

View File

@ -8,6 +8,6 @@
./browsers.nix
./productivity.nix
./media.nix
./hyprland.nix
./hyprland/hyprland.nix
];
}

View File

@ -5,7 +5,7 @@
}: {
imports = [
./kitty.nix
./waybar.nix
#./waybar.nix
./mako.nix
./walker.nix
./network-manager.nix
@ -13,6 +13,7 @@
./cliphist.nix
./wlogout.nix
./wlsunset.nix
./hyprpanel.nix
];
home.packages = [
@ -204,7 +205,7 @@
};
extraConfig = ''
exec-once = waybar
exec-once hyprpanel
'';
};
}

View File

@ -0,0 +1,5 @@
{
programs.hyprpanel = {
enable = true;
};
}

View File

@ -7,6 +7,7 @@
};
font = {
name = "CaskaydiaCove Nerd Font";
size = 12;
};
};
}