1
0
Fork 0
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:
L3D 2021-02-26 17:47:30 +01:00
parent 4dcb2d1990
commit 9c151c3d43
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 5 additions and 23 deletions

View file

@ -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: "./"

View file

@ -178,7 +178,7 @@ exec xset -dpms
exec compton
{% 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 %}
# Start Default Applications

View file

@ -13,5 +13,5 @@ __i3_packages:
- terminator
- i3lock
- xautolock
- scrot
- maim
- imagemagick

View file

@ -8,5 +8,5 @@ __i3_packages:
- terminator
- i3lock
- xautolock
- scrot
- maim
- imagemagick

View file

@ -8,5 +8,5 @@ __i3_packages:
- i3lock
- rofi
- xautolock
- scrot
- ImageMagick
- maim

View file

@ -8,5 +8,5 @@ __i3_packages:
- i3lock
- dmenu
- xautolock
- scrot
- maim
- ImageMagick