Update all inputs (JackOS 24.06 "Carbrain")
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 32m36s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 32m36s
				
			This commit is contained in:
		@@ -210,17 +210,10 @@ in
 | 
			
		||||
        };
 | 
			
		||||
        qt = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
          platformTheme = "gtk";
 | 
			
		||||
          platformTheme.name = "gtk";
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        services = {
 | 
			
		||||
          swaync = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            settings = {
 | 
			
		||||
              widgets = [ "title" "dnd" "mpris" "notifications" ];
 | 
			
		||||
            };
 | 
			
		||||
          };
 | 
			
		||||
 | 
			
		||||
          playerctld.enable = true;
 | 
			
		||||
          spotifyd = {
 | 
			
		||||
            enable = false;
 | 
			
		||||
@@ -297,6 +290,15 @@ in
 | 
			
		||||
            ] (_: "chromium-browser.desktop");
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        my = {
 | 
			
		||||
          swaync = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            settings = {
 | 
			
		||||
              widgets = [ "title" "dnd" "mpris" "notifications" ];
 | 
			
		||||
            };
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
      })
 | 
			
		||||
 | 
			
		||||
      (mkIf (cfg.standalone && !pkgs.stdenv.isDarwin) {
 | 
			
		||||
 
 | 
			
		||||
@@ -146,9 +146,9 @@ in
 | 
			
		||||
          dnd-none = "";
 | 
			
		||||
        };
 | 
			
		||||
        return-type = "json";
 | 
			
		||||
        exec = "${config.services.swaync.package}/bin/swaync-client -swb";
 | 
			
		||||
        on-click = "${config.services.swaync.package}/bin/swaync-client -t -sw";
 | 
			
		||||
        on-click-right = "${config.services.swaync.package}/bin/swaync-client -d -sw";
 | 
			
		||||
        exec = "${config.my.swaync.package}/bin/swaync-client -swb";
 | 
			
		||||
        on-click = "${config.my.swaync.package}/bin/swaync-client -t -sw";
 | 
			
		||||
        on-click-right = "${config.my.swaync.package}/bin/swaync-client -d -sw";
 | 
			
		||||
        escape = true;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user