Changed Desktop
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
let
 | 
			
		||||
  common = import ./common.nix;
 | 
			
		||||
  hyprland = import ./hyprland.nix;
 | 
			
		||||
  wm = import ./wm.nix;
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
  enable = true;
 | 
			
		||||
@@ -17,13 +17,14 @@ in
 | 
			
		||||
        ];
 | 
			
		||||
        modules-center = [
 | 
			
		||||
          "hyprland/workspaces"
 | 
			
		||||
          "niri/workspaces"
 | 
			
		||||
        ];
 | 
			
		||||
        modules-right = [
 | 
			
		||||
          "group/hardware"
 | 
			
		||||
        ];
 | 
			
		||||
      }
 | 
			
		||||
      // common.widgets
 | 
			
		||||
      // hyprland.widgets;
 | 
			
		||||
      // wm.widgets;
 | 
			
		||||
 | 
			
		||||
    secondBar =
 | 
			
		||||
      {
 | 
			
		||||
@@ -32,11 +33,14 @@ in
 | 
			
		||||
        height = 30;
 | 
			
		||||
        output = [ "HDMI-A-2" ];
 | 
			
		||||
        modules-left = [ "group/media" ];
 | 
			
		||||
        modules-center = [ "hyprland/workspaces" ];
 | 
			
		||||
        modules-center = [
 | 
			
		||||
          "hyprland/workspaces"
 | 
			
		||||
          "niri/workspaces"
 | 
			
		||||
        ];
 | 
			
		||||
        modules-right = [ "custom/weather" ];
 | 
			
		||||
      }
 | 
			
		||||
      // common.widgets
 | 
			
		||||
      // hyprland.widgets;
 | 
			
		||||
      // wm.widgets;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user