update
This commit is contained in:
		
							parent
							
								
									997b162da4
								
							
						
					
					
						commit
						ae86236e78
					
				
					 8 changed files with 133 additions and 166 deletions
				
			
		| 
						 | 
				
			
			@ -5,29 +5,35 @@ let
 | 
			
		|||
in
 | 
			
		||||
{
 | 
			
		||||
  services.kanshi = {
 | 
			
		||||
    profiles = {
 | 
			
		||||
      sedetary = {
 | 
			
		||||
        outputs = [
 | 
			
		||||
          {
 | 
			
		||||
    settings = [
 | 
			
		||||
      {
 | 
			
		||||
        profile = {
 | 
			
		||||
          name = "sedetary";
 | 
			
		||||
          outputs = [
 | 
			
		||||
            {
 | 
			
		||||
              criteria = "eDP-1";
 | 
			
		||||
              status = "disable";
 | 
			
		||||
              position = "1920,312";
 | 
			
		||||
            }
 | 
			
		||||
            {
 | 
			
		||||
              criteria = "HDMI-A-1";
 | 
			
		||||
              position = "0,0";
 | 
			
		||||
            }
 | 
			
		||||
          ];
 | 
			
		||||
          exec = [ "xrdb .Xresources" ];
 | 
			
		||||
        };
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        profile = {
 | 
			
		||||
          name = "nomad";
 | 
			
		||||
          outputs = [{
 | 
			
		||||
            criteria = "eDP-1";
 | 
			
		||||
            status = "disable";
 | 
			
		||||
            status = "enable";
 | 
			
		||||
            position = "1920,312";
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            criteria = "HDMI-A-1";
 | 
			
		||||
            position = "0,0";
 | 
			
		||||
          }
 | 
			
		||||
        ];
 | 
			
		||||
        exec = [ "xrdb .Xresources" ];
 | 
			
		||||
      };
 | 
			
		||||
      nomad = {
 | 
			
		||||
        outputs = [{
 | 
			
		||||
          criteria = "eDP-1";
 | 
			
		||||
          status = "enable";
 | 
			
		||||
          position = "1920,312";
 | 
			
		||||
        }];
 | 
			
		||||
        exec = [ "xrdb .Xresources" ];
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
          }];
 | 
			
		||||
          exec = [ "xrdb .Xresources" ];
 | 
			
		||||
        };
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ let
 | 
			
		|||
in
 | 
			
		||||
{
 | 
			
		||||
  programs.swaylock.settings = {
 | 
			
		||||
    image = theme.background;
 | 
			
		||||
    image = toString theme.background;
 | 
			
		||||
    font = font.interface;
 | 
			
		||||
    font-size = font.size.medium;
 | 
			
		||||
    indicator-thickness = 20;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,7 +35,7 @@ lib.mkIf (desktop == "sway")
 | 
			
		|||
  );
 | 
			
		||||
  qt = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    platformTheme = "qtct";
 | 
			
		||||
    platformTheme.name = "qtct";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  dconf.settings = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue