Replace some emoji icons with Font Awesome.
This commit is contained in:
		
							parent
							
								
									e31be56ff1
								
							
						
					
					
						commit
						478cceab1f
					
				| 
						 | 
					@ -31,6 +31,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    packages = with pkgs; [
 | 
					    packages = with pkgs; [
 | 
				
			||||||
      corefonts
 | 
					      corefonts
 | 
				
			||||||
 | 
					      font-awesome
 | 
				
			||||||
      hasklig
 | 
					      hasklig
 | 
				
			||||||
      inter
 | 
					      inter
 | 
				
			||||||
      iosevka
 | 
					      iosevka
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,6 +53,7 @@ bar {
 | 
				
			||||||
    inactive_workspace #2A2041 #1F1731 #E6DEFF
 | 
					    inactive_workspace #2A2041 #1F1731 #E6DEFF
 | 
				
			||||||
    urgent_workspace #F99ADD #F99ADD #1F1731
 | 
					    urgent_workspace #F99ADD #F99ADD #1F1731
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  font pango:Hasklig, Font Awesome 6 Free 10
 | 
				
			||||||
  i3bar_command i3bar --transparency
 | 
					  i3bar_command i3bar --transparency
 | 
				
			||||||
  output primary
 | 
					  output primary
 | 
				
			||||||
  position bottom
 | 
					  position bottom
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,20 +1,20 @@
 | 
				
			||||||
[icons.overrides]
 | 
					[icons.overrides]
 | 
				
			||||||
bear = "🐻"
 | 
					bear = "🐻"
 | 
				
			||||||
bell = "🔔"
 | 
					 | 
				
			||||||
bunny = "🐇"
 | 
					bunny = "🐇"
 | 
				
			||||||
music = "▶️"
 | 
					circle_play = "\uf144"
 | 
				
			||||||
 | 
					rss = "\uf09e"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[block]]
 | 
					[[block]]
 | 
				
			||||||
block = "custom"
 | 
					block = "custom"
 | 
				
			||||||
command = "tauon-controls --current-song"
 | 
					command = "tauon-controls --current-song"
 | 
				
			||||||
format = "^icon_music $text.pango-str()"
 | 
					format = "^icon_circle_play $text.pango-str()"
 | 
				
			||||||
interval = 15
 | 
					interval = 15
 | 
				
			||||||
hide_when_empty = true
 | 
					hide_when_empty = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[block]]
 | 
					[[block]]
 | 
				
			||||||
block = "custom"
 | 
					block = "custom"
 | 
				
			||||||
command = "miniflux-unread-entries"
 | 
					command = "miniflux-unread-entries"
 | 
				
			||||||
format = "^icon_bell <span color='#D2B83A'>$text.pango-str()</span>"
 | 
					format = "^icon_rss $text.pango-str()"
 | 
				
			||||||
interval = 600
 | 
					interval = 600
 | 
				
			||||||
hide_when_empty = true
 | 
					hide_when_empty = true
 | 
				
			||||||
[[block.click]]
 | 
					[[block.click]]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue