Changed install documentation to include dwm links
This commit is contained in:
		
							
								
								
									
										6
									
								
								.local/bin/statusbar/dwm_cpu_temp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.local/bin/statusbar/dwm_cpu_temp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
icon=""
 | 
			
		||||
temp=$(echo "scale=0; $(sort -nr /sys/class/thermal/thermal_zone*/temp | head -n1) / 1000" | bc)
 | 
			
		||||
 | 
			
		||||
printf "$icon ^c#f7ca88^$((temp))^c#d75f5f^°C^d^"
 | 
			
		||||
		Reference in New Issue
	
	Block a user