Skip to content

GTK app written in Python to control Waydroid settings

Notifications You must be signed in to change notification settings

axel358/waydroid-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waydroid-Settings

GTK app written in Python to control Waydroid settings

Requirements

  • Arch Linux:
     sudo pacman -Syu gtk3 webkit2gtk vte3
  • Ubuntu:
     sudo apt install gir1.2-vte-2.91 gir1.2-webkit2-4.0
  • Fedora:
     sudo dnf install gtk3 webkit2gtk4.0 vte291

Install

Run the script below to auto install the app:

wget -O - https://raw.githubusercontent.com/axel358/Waydroid-Settings/main/install.sh | bash