4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
grim /tmp/shot.png
|
|
magick /tmp/shot.png -blur 0x8 /tmp/shot_blurred.png
|
|
wlogout --css $HOME/.config/wlogout/style.css
|