[fix] Fix the date format
This commit is contained in:
		
							parent
							
								
									52a95580ac
								
							
						
					
					
						commit
						7c36f755a1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -76,8 +76,8 @@ static const struct arg args[] = {
 | 
			
		|||
	{ battery_perc, "BAT:%s%%", "BAT0"     },
 | 
			
		||||
	{ battery_state, "%s ", "BAT0"    },
 | 
			
		||||
	{ keymap, "KB:%s ", NULL	      },
 | 
			
		||||
	{ datetime, "%s ", "%r" },
 | 
			
		||||
	{ datetime, "DATE:%s|", "%a %d/%m/%Y" },
 | 
			
		||||
	{ datetime, "TIME:%s|", "%r" },
 | 
			
		||||
	{ datetime, "%s ", "%a %d/%m/%Y" },
 | 
			
		||||
  { disk_used, "(/:%s|", "/" },
 | 
			
		||||
  { disk_used, "~:%s)", "/home" },
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue