From ebefbe851bc467122e2333016a96694e2d2b9a8f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 28 Jun 2022 22:04:30 -0400 Subject: [PATCH] Switch from monocle to maximization for status bar hiding --- ipads.yml | 7 +------ notes.org | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ipads.yml b/ipads.yml index a7cd468..c15b28d 100644 --- a/ipads.yml +++ b/ipads.yml @@ -8,16 +8,11 @@ content: | deb http://cydia.akemi.ai/ ./ dest: /etc/apt/sources.list.d/akemi.list - - name: Add rpetrich Repo - copy: - content: | - deb https://rpetri.ch/repo/ ./ - dest: /etc/apt/sources.list.d/rpetrich.list # Can't use apt module because `python-apt` package doesn't exist - name: Update apt sources command: apt-get update - name: Install packages - command: apt-get install -y --force-yes net.angelxwind.mikoto libactivator com.rpetrich.monocle + command: apt-get install -y --force-yes net.angelxwind.mikoto libactivator be.rud0lf77.maximization - name: Copy webclip become: false template: diff --git a/notes.org b/notes.org index 24684d5..418694b 100644 --- a/notes.org +++ b/notes.org @@ -29,6 +29,10 @@ * ansible ** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases +* Fullscreen/status bar hide: + - =Maximization= (=be.rud0lf77.maximization=) seems to work fine on iPad 1/2/3 and doesn't need to be applied manually + - =Monocle= (=com.rpetrich.monocle=) works on iPad 2/3, but not iPad 1 + * iPad lock/unlock via activator #+begin_src bash activator send libactivator.system.sleepbutton # lock