waybar: fix clock locale
This commit is contained in:
		
							parent
							
								
									b2b50bf5e3
								
							
						
					
					
						commit
						a7eb3ce176
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -106,7 +106,7 @@ in
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
          clock = {
 | 
					          clock = {
 | 
				
			||||||
            interval = 60;
 | 
					            interval = 60;
 | 
				
			||||||
            format = "<b>{:%H:%M %a %d/%m}</b>";
 | 
					            format = "<b>{:L%H:%M %a %d/%m}</b>";
 | 
				
			||||||
            tooltip-format = "<tt><small>{calendar}</small></tt>";
 | 
					            tooltip-format = "<tt><small>{calendar}</small></tt>";
 | 
				
			||||||
            calendar = {
 | 
					            calendar = {
 | 
				
			||||||
              mode = "year";
 | 
					              mode = "year";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue