Changed commands to use ~ instead of /home/aidan
This commit is contained in:
		
							
								
								
									
										10
									
								
								blocks.h
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								blocks.h
									
									
									
									
									
								
							| @@ -1,6 +1,8 @@ | |||||||
|  | //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[] = { | ||||||
| 	{"/home/aidan/bin/statusbar/volume", 0, 10}, | 	/*Command*/		/*Update Interval*/	/*Update Signal*/ | ||||||
| 	{"/home/aidan/bin/statusbar/brightness", 0, 11}, | 	{"~/bin/statusbar/volume",	0,		10}, | ||||||
| 	{"/home/aidan/bin/statusbar/battery", 5, 0}, | 	{"~/bin/statusbar/brightness",	0,		11}, | ||||||
| 	{"/home/aidan/bin/statusbar/clock", 5, 0}, | 	{"~/bin/statusbar/battery",	5,		0}, | ||||||
|  | 	{"~/bin/statusbar/clock",	5,		0}, | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user