added volume module
This commit is contained in:
		
							parent
							
								
									3b2b89e973
								
							
						
					
					
						commit
						a0b6428f4a
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								blocks.h
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								blocks.h
									
									
									
									
									
								
							| 
						 | 
					@ -1,14 +1,15 @@
 | 
				
			||||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
 | 
					//Modify this file to change what commands output to your statusbar, and recompile using the make command.
 | 
				
			||||||
static const Block blocks[] = {
 | 
					static const Block blocks[] = {
 | 
				
			||||||
	/*Icon*/	/*Command*/		/*Update Interval*/	/*Update Signal*/
 | 
						/*Icon*/	/*Command*/		/*Update Interval*/	/*Update Signal*/
 | 
				
			||||||
    {"",        "supgrades",   1200,   0},
 | 
					    {"",        "supgrades",   1200,   1},
 | 
				
			||||||
    {"",        "sweather",    300,    0},
 | 
					    {"",        "sweather",    300,    0},
 | 
				
			||||||
    {"💾 ",     "sdisk",       1200,   0},
 | 
					    {"💾 ",     "sdisk",       1200,   0},
 | 
				
			||||||
 | 
					    {"",        "svol",        0,      2},
 | 
				
			||||||
    {"📃 ",     "smem",        5,      0},
 | 
					    {"📃 ",     "smem",        5,      0},
 | 
				
			||||||
    {"🌡 ",      "scpu",        5,      0},
 | 
					    {"🌡 ",      "scpu",        5,      0},
 | 
				
			||||||
    /* {"",        "statusbat",        10,     0}, */
 | 
					    /* {"",        "statusbat",        10,     0}, */
 | 
				
			||||||
    {"🗓 ",      "sdate",       1,      0},
 | 
					    {"🗓 ",      "sdate",       1,      0},
 | 
				
			||||||
    {"⌚ ",     "stime",       1,      0},
 | 
					    {"⌚ ",     "stime",       1,    0},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
 | 
					//sets delimeter between status commands. NULL character ('\0') means no delimeter.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue