Skip to content

Commit

Permalink
Replace scrot with flameshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jun 25, 2023
1 parent 615fa18 commit 9b35b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions bin/screenshot
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

mkdir -p ~/tmp
cd ~/tmp
scrot -s -q 100
flameshot gui -p tmp/
8 changes: 5 additions & 3 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- pavucontrol
- qpdfview
- redshift
- scrot
- smplayer
- tilix
- vim-gtk
Expand Down Expand Up @@ -40,8 +39,11 @@
- fcitx-ui-light
- libgtk-3-bin

- name: install chrome
apt: deb=https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- name: install packages from url
apt: deb={{item}}
with_items:
- https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- https://github.com/flameshot-org/flameshot/releases/download/v12.1.0/flameshot-12.1.0-1.debian-10.amd64.deb

- name: install cinnamon
apt:
Expand Down

0 comments on commit 9b35b4b

Please sign in to comment.