Added credits and the one copyright

This commit is contained in:
edwark43
2023-12-04 04:15:52 +00:00
parent cc1281c4fb
commit c8391c378d
19 changed files with 40 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# I don't remember if I made this script or not.
#colors
#bold="(tput bold)"
magenta="\033[1;35m"

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044
# Initializing mod by lolilolicon from Archlinux
f=3 b=4
for j in f b; do
for i in {0..7}; do

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
wid=$1
class=$2

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
function hide() {
polybar-msg cmd hide | bspc config top_padding 2 | bspc config bottom_padding 2

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
# Set the player
[ -n "$(pgrep spotify)" ] && Control="spotify" || Control="MPD"

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
case "$1" in
--menu)

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
timestamp=$(date +%d_%m_%Y-%I-%M-%S)
dir="$(xdg-user-dir PICTURES)/screenshots"

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
# Copyright 2023 gh0stzk
get_total_updates() {
local total_updates=$(($(checkupdates 2> /dev/null | wc -l || echo 0) + $(yay -Qua 2> /dev/null | wc -l || echo 0)))

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
# Icons
vol_dir="$HOME/.local/share/assets"