Attempt to replace waybar with hyprpanel
This commit is contained in:
parent
fcadd0b39c
commit
f5ab66cc4b
@ -50,6 +50,11 @@
|
|||||||
walker = {
|
walker = {
|
||||||
url = "github:abenz1267/walker";
|
url = "github:abenz1267/walker";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprpanel = {
|
||||||
|
url = "github:Jas-SinghFSU/HyprPanel";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
@ -86,6 +91,7 @@
|
|||||||
./home/home.nix
|
./home/home.nix
|
||||||
nixvim.homeManagerModules.nixvim
|
nixvim.homeManagerModules.nixvim
|
||||||
walker.homeManagerModules.default
|
walker.homeManagerModules.default
|
||||||
|
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,6 +8,6 @@
|
|||||||
./browsers.nix
|
./browsers.nix
|
||||||
./productivity.nix
|
./productivity.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./hyprland.nix
|
./hyprland/hyprland.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./waybar.nix
|
#./waybar.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./walker.nix
|
./walker.nix
|
||||||
./network-manager.nix
|
./network-manager.nix
|
||||||
@ -13,6 +13,7 @@
|
|||||||
./cliphist.nix
|
./cliphist.nix
|
||||||
./wlogout.nix
|
./wlogout.nix
|
||||||
./wlsunset.nix
|
./wlsunset.nix
|
||||||
|
./hyprpanel.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
@ -204,7 +205,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = waybar
|
exec-once hyprpanel
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
5
home/modules/hyprland/hyprpanel.nix
Normal file
5
home/modules/hyprland/hyprpanel.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
programs.hyprpanel = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -7,6 +7,7 @@
|
|||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "CaskaydiaCove Nerd Font";
|
name = "CaskaydiaCove Nerd Font";
|
||||||
|
size = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user