Skip to content

Masuwuked/QOL-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Quality Of Life linux

This is a personal collection of my scripts which i use in my setup to make my life easier.

Make sure to chmod +x <scriptname> them and set ther aliases for better accessibility

These may or may not work in WSL

Installation

  1. clone this repository using git
  2. copy the scripts folder to your home directory.
  3. copy the aliases from aliases.txt and add them in your .zshrc

Yoink

pre requisites: xclip

This is a simple script which can be used to copy the contents of a text or a file with ascii data or if the file is an image to your clipboard.

Assuming the alias for yoink.sh is yoink To use it just do:

yoink <path_to_filename>

This script converts any input image files to a png image which temporarily stored in /tmp/ then its copied to your clipboard

Shot

pre requisites: scrot

A small script to take a screenshot of selected area of the screen then copying it to your clipboard. Its usage is simple:

Assuming the alias for the shot.sh is shot to use it just do:

shot

or you could just set a keybind to run the script

Bawal

pre requisites feh, pywal

You need to have pywal setted up to change the colors of ur preffered applications

BaWal is a simple script which used to set your wallpaper from a local file or a link:

Assuming the alias for bawal.sh is bawal to set the wallpaper from a link:

bawal https://example.com/test.png

this download the wallpaper from the link and store it in your home directory as temp_wal.png to set the wallpaper from a local image file:

bawal path/to/your/image.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages