Add JetBrains Mono; Fix font usage
This commit is contained in:
		
							parent
							
								
									e03ae84fdf
								
							
						
					
					
						commit
						62ce510326
					
				
					 36 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
					@ -85,39 +85,39 @@ scrolling:
 | 
				
			||||||
# Font configuration (changes require restart)
 | 
					# Font configuration (changes require restart)
 | 
				
			||||||
font:
 | 
					font:
 | 
				
			||||||
  # Normal (roman) font face
 | 
					  # Normal (roman) font face
 | 
				
			||||||
  #normal:
 | 
					  normal:
 | 
				
			||||||
    # Font family
 | 
					    # Font family
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # Default:monospace
 | 
					    # Default:monospace
 | 
				
			||||||
    #family: monospace
 | 
					    family: JetBrains Mono
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # The `style` can be specified to pick a specific face.
 | 
					    # The `style` can be specified to pick a specific face.
 | 
				
			||||||
    #style: Regular
 | 
					    #style: Regular
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Bold font face
 | 
					  # Bold font face
 | 
				
			||||||
  #bold:
 | 
					  bold:
 | 
				
			||||||
    # Font family
 | 
					    # Font family
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # If the bold family is not specified, it will fall back to the
 | 
					    # If the bold family is not specified, it will fall back to the
 | 
				
			||||||
    # value specified for the normal font.
 | 
					    # value specified for the normal font.
 | 
				
			||||||
    #family: monospace
 | 
					    family: JetBrains Mono
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # The `style` can be specified to pick a specific face.
 | 
					    # The `style` can be specified to pick a specific face.
 | 
				
			||||||
    #style: Bold
 | 
					    #style: Bold
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Italic font face
 | 
					  # Italic font face
 | 
				
			||||||
  #italic:
 | 
					  italic:
 | 
				
			||||||
    # Font family
 | 
					    # Font family
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # If the italic family is not specified, it will fall back to the
 | 
					    # If the italic family is not specified, it will fall back to the
 | 
				
			||||||
    # value specified for the normal font.
 | 
					    # value specified for the normal font.
 | 
				
			||||||
    #family: monospace
 | 
					    family: JetBrains Mono
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # The `style` can be specified to pick a specific face.
 | 
					    # The `style` can be specified to pick a specific face.
 | 
				
			||||||
    #style: Italic
 | 
					    #style: Italic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Point size
 | 
					  # Point size
 | 
				
			||||||
  size: 12.0
 | 
					  size: 13.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Offset is the extra space around each character. `offset.y` can be thought of
 | 
					  # Offset is the extra space around each character. `offset.y` can be thought of
 | 
				
			||||||
  # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
 | 
					  # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,11 +23,11 @@
 | 
				
			||||||
    module-margin-right = 2
 | 
					    module-margin-right = 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    font-0 = fixed:pixelsize=10;1
 | 
					    font-0 = fixed:pixelsize=10;1
 | 
				
			||||||
    font-1 = Font Awesome 5 Pro Regular:size=12
 | 
					    font-1 = Font Awesome 6 Pro Regular:size=12
 | 
				
			||||||
    font-2 = Font Awesome 5 Pro Light:size=12
 | 
					    font-2 = Font Awesome 6 Pro Light:size=12
 | 
				
			||||||
    font-3 = Font Awesome 5 Pro Solid:size=12
 | 
					    font-3 = Font Awesome 6 Pro Solid:size=12
 | 
				
			||||||
    font-4 = Font Awesome 5 Brands:size=12
 | 
					    font-4 = Font Awesome 6 Brands:size=12
 | 
				
			||||||
    font-5 = Font Awesome 5 Duotone Solid:size=12
 | 
					    font-5 = Font Awesome 6 Duotone Solid:size=12
 | 
				
			||||||
    font-6 = PowerlineSymbols:size=12
 | 
					    font-6 = PowerlineSymbols:size=12
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    monitor = 
 | 
					    monitor = 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
configuration {
 | 
					configuration {
 | 
				
			||||||
	modi: "combi,ssh,run,window";
 | 
						modi: "combi,ssh,run,window";
 | 
				
			||||||
	font: "hack 10";
 | 
						font: "JetBrains Mono 13";
 | 
				
			||||||
	show-icons: true;
 | 
						show-icons: true;
 | 
				
			||||||
	ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
 | 
						ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
 | 
				
			||||||
	icon-theme: ""Papirus-Dark"";
 | 
						icon-theme: ""Papirus-Dark"";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ExtraBold.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ExtraBold.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ExtraLight.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ExtraLight.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Light.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Light.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-LightItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-LightItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Medium.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Medium.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-MediumItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-MediumItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Thin.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-Thin.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ThinItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMono-ThinItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Bold.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-BoldItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ExtraBold.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ExtraBold.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ExtraLight.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ExtraLight.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Italic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Light.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Light.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Medium.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Medium.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Regular.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Thin.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-Thin.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ThinItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								.local/share/fonts/jetbrains_mono/JetBrainsMonoNL-ThinItalic.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue