hyprpanel fixed
This commit is contained in:
@@ -5,7 +5,6 @@ in
|
||||
{
|
||||
imports = [
|
||||
./rofi.nix
|
||||
./dunst.nix
|
||||
./cursor.nix
|
||||
./hyprpanel.nix
|
||||
];
|
||||
|
||||
@@ -5,20 +5,41 @@
|
||||
}:
|
||||
|
||||
{
|
||||
# imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
|
||||
|
||||
home.packages = with pkgs; [ upower ];
|
||||
|
||||
programs.hyprpanel = {
|
||||
# enable = true;
|
||||
# overlay.enable = true;
|
||||
# overwrite.enable = true;
|
||||
|
||||
enable = true;
|
||||
settings = {
|
||||
bar.layouts = {
|
||||
"0" = {
|
||||
left = [
|
||||
"dashboard"
|
||||
"workspaces"
|
||||
];
|
||||
middle = [ "media" ];
|
||||
right = [
|
||||
"volume"
|
||||
"network"
|
||||
"bluetooth"
|
||||
"systray"
|
||||
"clock"
|
||||
"notifications"
|
||||
];
|
||||
};
|
||||
"*" = {
|
||||
left = [ ];
|
||||
middle = [ ];
|
||||
right = [ ];
|
||||
};
|
||||
};
|
||||
theme.bar.transparent = true;
|
||||
theme.font = {
|
||||
name = "Fira Code Nerd Font";
|
||||
size = "14px";
|
||||
theme.font.size = "18px";
|
||||
|
||||
menus = {
|
||||
dashboard = {
|
||||
directories.enable = false;
|
||||
stats.enable_gpu = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user