Switch from monocle to maximization for status bar hiding
This commit is contained in:
parent
3e9a5e26a3
commit
ebefbe851b
@ -8,16 +8,11 @@
|
|||||||
content: |
|
content: |
|
||||||
deb http://cydia.akemi.ai/ ./
|
deb http://cydia.akemi.ai/ ./
|
||||||
dest: /etc/apt/sources.list.d/akemi.list
|
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
|
# Can't use apt module because `python-apt` package doesn't exist
|
||||||
- name: Update apt sources
|
- name: Update apt sources
|
||||||
command: apt-get update
|
command: apt-get update
|
||||||
- name: Install packages
|
- 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
|
- name: Copy webclip
|
||||||
become: false
|
become: false
|
||||||
template:
|
template:
|
||||||
|
@ -29,6 +29,10 @@
|
|||||||
* ansible
|
* ansible
|
||||||
** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases
|
** 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
|
* iPad lock/unlock via activator
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
activator send libactivator.system.sleepbutton # lock
|
activator send libactivator.system.sleepbutton # lock
|
||||||
|
Loading…
Reference in New Issue
Block a user