mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
replace scrot with maim
This commit is contained in:
parent
4dcb2d1990
commit
9c151c3d43
6 changed files with 5 additions and 23 deletions
18
.github/workflows/ansible-alpine-latest.yml
vendored
18
.github/workflows/ansible-alpine-latest.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: Ansible check alpine:latest
|
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: ansible check with alpine:latest
|
|
||||||
uses: roles-ansible/check-ansible-alpine-latest-action@master
|
|
||||||
with:
|
|
||||||
targets: "./"
|
|
|
@ -178,7 +178,7 @@ exec xset -dpms
|
||||||
exec compton
|
exec compton
|
||||||
|
|
||||||
{% if enable_lock_after_time | bool %}
|
{% if enable_lock_after_time | bool %}
|
||||||
exec xautolock -time {{ lock_after_time }} -locker 'scrot /tmp/screen_locked.png; mogrify -scale 10% -scale 1000% /tmp/screen_locked.png; i3lock -i /tmp/screen_locked.png'
|
exec xautolock -time {{ lock_after_time }} -locker 'maim /tmp/screen_locked.png; mogrify -scale 10% -scale 1000% /tmp/screen_locked.png; i3lock -i /tmp/screen_locked.png'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Start Default Applications
|
# Start Default Applications
|
||||||
|
|
|
@ -13,5 +13,5 @@ __i3_packages:
|
||||||
- terminator
|
- terminator
|
||||||
- i3lock
|
- i3lock
|
||||||
- xautolock
|
- xautolock
|
||||||
- scrot
|
- maim
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
|
|
@ -8,5 +8,5 @@ __i3_packages:
|
||||||
- terminator
|
- terminator
|
||||||
- i3lock
|
- i3lock
|
||||||
- xautolock
|
- xautolock
|
||||||
- scrot
|
- maim
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
|
|
@ -8,5 +8,5 @@ __i3_packages:
|
||||||
- i3lock
|
- i3lock
|
||||||
- rofi
|
- rofi
|
||||||
- xautolock
|
- xautolock
|
||||||
- scrot
|
|
||||||
- ImageMagick
|
- ImageMagick
|
||||||
|
- maim
|
||||||
|
|
|
@ -8,5 +8,5 @@ __i3_packages:
|
||||||
- i3lock
|
- i3lock
|
||||||
- dmenu
|
- dmenu
|
||||||
- xautolock
|
- xautolock
|
||||||
- scrot
|
- maim
|
||||||
- ImageMagick
|
- ImageMagick
|
||||||
|
|
Loading…
Reference in a new issue