Finally fix issues with Hyprpanel and latest home manager.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
home.homeDirectory = "/home/jay";
|
||||
|
||||
imports = [
|
||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||
inputs.stylix.homeModules.stylix
|
||||
./programs/alacritty.nix
|
||||
./programs/bash.nix
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user