Finally fix issues with Hyprpanel and latest home manager.

This commit is contained in:
jay
2025-07-03 05:27:47 -04:00
parent 9e7010f7c1
commit 6b1b1fef4c
4 changed files with 102 additions and 104 deletions

View File

@@ -7,7 +7,6 @@
home.homeDirectory = "/home/jay";
imports = [
inputs.hyprpanel.homeManagerModules.hyprpanel
inputs.stylix.homeModules.stylix
./programs/alacritty.nix
./programs/bash.nix

View File

@@ -1,16 +1,12 @@
{ pkgs, ...}: {
programs.hyprpanel = {
enable = true;
overlay.enable = true;
hyprland.enable = true;
settings = {
layout = {
"bar.layouts" = {
"0" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "hypridle" "separator" "network" "separator" "workspaces" "windowtitle" ];
middle = [ "media" "cava" ];
right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "separator" "weather" "clock" ];
};
"bar.layouts" = {
"0" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "hypridle" "separator" "network" "separator" "workspaces" "windowtitle" ];
middle = [ "media" "cava" ];
right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "separator" "weather" "clock" ];
};
};
@@ -58,12 +54,6 @@
};
};
#theme.name = "nord";
# Wipeout HD Theme
#theme.name = "catppuccin_latte";
# Wipeout HD Reverse Theme
theme.name = "nord";
menus.clock = {
time = {
military = true;