Compare commits
	
		
			2 Commits
		
	
	
		
			3c6ee6a967
			...
			26a16d0629
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 26a16d0629 | |||
| 208de7654e | 
@@ -99,6 +99,7 @@ in
 | 
			
		||||
              background_opacity = "0.65";
 | 
			
		||||
              tab_bar_edge = "top";
 | 
			
		||||
              shell_integration = "no-sudo";
 | 
			
		||||
              font_features = "${font.name} -liga";
 | 
			
		||||
            };
 | 
			
		||||
          };
 | 
			
		||||
 | 
			
		||||
@@ -316,12 +317,13 @@ in
 | 
			
		||||
 | 
			
		||||
          waybar = import ./waybar.nix { inherit lib pkgs config font; };
 | 
			
		||||
          rofi = {
 | 
			
		||||
            package = pkgs.rofi-wayland;
 | 
			
		||||
            enable = true;
 | 
			
		||||
            font = "${font.name} ${toString font.size}";
 | 
			
		||||
            plugins = with pkgs; [
 | 
			
		||||
            plugins = with pkgs; (map (p: p.override { rofi-unwrapped = rofi-wayland-unwrapped; }) [
 | 
			
		||||
              rofi-calc
 | 
			
		||||
              rofi-emoji
 | 
			
		||||
            ];
 | 
			
		||||
            ]);
 | 
			
		||||
            extraConfig = {
 | 
			
		||||
              modes = "window,run,ssh,filebrowser,calc,emoji";
 | 
			
		||||
              emoji-mode = "copy";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user