Move .local/bin to .bin
This commit is contained in:
		
							parent
							
								
									b8dd204681
								
							
						
					
					
						commit
						76f407954f
					
				
					 16 changed files with 58 additions and 38 deletions
				
			
		| 
						 | 
				
			
			@ -1,17 +0,0 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
action=$(echo -e "Shutdown\nReboot\nLogout" | $MENU)
 | 
			
		||||
 | 
			
		||||
case "$action" in
 | 
			
		||||
    "Shutdown")
 | 
			
		||||
        systemctl poweroff -i
 | 
			
		||||
        ;;
 | 
			
		||||
    "Reboot")
 | 
			
		||||
        systemctl reboot
 | 
			
		||||
        ;;
 | 
			
		||||
    "Logout")
 | 
			
		||||
        systemctl --user exit
 | 
			
		||||
        ;;
 | 
			
		||||
    *)
 | 
			
		||||
        ;;
 | 
			
		||||
esac
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue