Change separator and add custom icons.
This commit is contained in:
		
							parent
							
								
									9ac811a163
								
							
						
					
					
						commit
						4984001bf1
					
				| 
						 | 
					@ -56,7 +56,7 @@ bar {
 | 
				
			||||||
  i3bar_command i3bar --transparency
 | 
					  i3bar_command i3bar --transparency
 | 
				
			||||||
  output primary
 | 
					  output primary
 | 
				
			||||||
  position bottom
 | 
					  position bottom
 | 
				
			||||||
  separator_symbol "/"
 | 
					  separator_symbol "•"
 | 
				
			||||||
  status_command i3status-rs
 | 
					  status_command i3status-rs
 | 
				
			||||||
  tray_output primary
 | 
					  tray_output primary
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +1,13 @@
 | 
				
			||||||
[icons]
 | 
					[icons.overrides]
 | 
				
			||||||
icons = "emoji"
 | 
					bear = "🐻"
 | 
				
			||||||
 | 
					bell = "🔔"
 | 
				
			||||||
 | 
					bunny = "🐇"
 | 
				
			||||||
 | 
					music = "▶️"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[block]]
 | 
					[[block]]
 | 
				
			||||||
block = "custom"
 | 
					block = "custom"
 | 
				
			||||||
command = "tauon-controls --current-song"
 | 
					command = "tauon-controls --current-song"
 | 
				
			||||||
format = "^icon_music_play $text.pango-str()"
 | 
					format = "^icon_music $text.pango-str()"
 | 
				
			||||||
interval = 15
 | 
					interval = 15
 | 
				
			||||||
hide_when_empty = true
 | 
					hide_when_empty = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,12 +23,12 @@ cmd = "xdg-open https://rss.azedia.lan"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[block]]
 | 
					[[block]]
 | 
				
			||||||
block = "time"
 | 
					block = "time"
 | 
				
			||||||
format = "$timestamp.datetime(f:'%H:%M')"
 | 
					format = "^icon_bunny $timestamp.datetime(f:'%H:%M')"
 | 
				
			||||||
interval = 5
 | 
					interval = 5
 | 
				
			||||||
timezone = "US/Central"
 | 
					timezone = "US/Central"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[block]]
 | 
					[[block]]
 | 
				
			||||||
block = "time"
 | 
					block = "time"
 | 
				
			||||||
format = "$timestamp.datetime(f:'%H:%M')"
 | 
					format = "^icon_bear $timestamp.datetime(f:'%H:%M')"
 | 
				
			||||||
interval = 5
 | 
					interval = 5
 | 
				
			||||||
timezone = "Europe/Brussels"
 | 
					timezone = "Europe/Brussels"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue