/shellscripts

For my shell scripting tendencies and for the funs, maybe you'll find something useful. Do feel free to use if you find any

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Scripts (Shellscript Edition)

Table of Contents

Information

This repository is for me to place my scripts that I made messing around.

Generally for the lulz, but these are scripts I do plan on using (i.e. Lemonbar)

Hope you find something useful!

Setup

Dependencies

  • git
  • wget/curl

Pre-Requisites

Obtaining

  • Cloning the repository

    $> git clone https://github.com/Thanatisia/shellscripts
  • Curl the specific files

    curl -L -O https://raw.githubusercontent.com/Thanatisia/shellscripts/main/[folder/file]

Script Descriptions

Lemonbar

lemonlaunch

Launches an instance of lemonbar

Dependencies
  • lemonbar
  • lemonconfig

lemonconfig

Outputs a configuration for lemonbar

Dependencies
  • lemonwidgets

lemonwidgets

A Collection/library of Widgets to use in configuration for Lemonbar

Dependencies
  • acpi
  • bspc (Window Manager dependent)
  • xdotools
  • lemonvariables

lemonvariables

Environment Variables for lemonbar scripts such as background colour etc.

Resources

References

  • Thanks Brodie Robertson for the idea on how to start configuring my Lemonbar with his lemonbar scripts folder.