Skip to content

A simple script that takes a screenshot and adds a gradated border using ImageMagick!

Notifications You must be signed in to change notification settings

DatCodeMania/LinuxSSTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Screenshot Script

Features

  • Takes a screenshot with a selectable area.
  • Adds a gradient border to the screenshot.
  • Colors and size of the gradient border are configurable in the script.
  • Saves the screenshot in the ~/Pictures/Screenshots/ directory, with a timestamp.
  • Copies the screenshot to the clipboard.

Prerequisites

This script depends on the following programs, they must be installed in the environment where the script runs.

  • scrot: Tool for taking screenshots.
  • xclip: Tool for copying images to the clipboard.
  • ImageMagick: Tool for image processing.

Example

Example Screenshot

Installation

git clone https://github.com/DatCodeMania/LinuxSSTool.git

cd LinuxSSTool

chmod +x take-screenshot.sh

./take-screenshot.sh

From here on out, you can then move this script to wherever you want, e.g. ~/.config/scripts, and then call it using your WM/DE with a keybind, or any other method of your choosing.

About

A simple script that takes a screenshot and adds a gradated border using ImageMagick!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages