hyprland: use hyprbars from nixpkgs
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m11s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m11s
This commit is contained in:
@ -62,7 +62,7 @@ in
|
|||||||
portalPackage =
|
portalPackage =
|
||||||
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||||
plugins = [
|
plugins = [
|
||||||
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars
|
pkgs.unstable.hyprlandPlugins.hyprbars
|
||||||
pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
|
pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
@ -84,6 +84,12 @@ in
|
|||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprbars = {
|
||||||
|
enabled = true;
|
||||||
|
bar_height = 20;
|
||||||
|
bar_blur = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
|
Reference in New Issue
Block a user