add hyprland and eww config
This commit is contained in:
		
							parent
							
								
									30abda4469
								
							
						
					
					
						commit
						0b6fb9ddca
					
				
					 9 changed files with 341 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								user/eww/scripts/getram
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								user/eww/scripts/getram
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
 | 
			
		||||
							
								
								
									
										2
									
								
								user/eww/scripts/getvol
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								user/eww/scripts/getvol
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
amixer -D pulse sget Master | grep 'Left:' | awk -F'[][]' '{ print $2 }' | tr -d '%' | head -1
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue