diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 8f75072..f561746 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + font: normal: family: JetBrainsMono NF diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 9830196..cacd99c 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Originally created by - https://github.com/gh0stzk PATH="$HOME/.local/bin:$PATH" diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index a8e89ae..2e89806 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + [global] title = Dunst class = Dunst diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 9905dd1..99260d7 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + # Available backends "xrender" "glx" "egl" "xr_glx_hybrid" backend = "glx"; diff --git a/config/polybar/config.ini b/config/polybar/config.ini index 1210355..e63e8dd 100644 --- a/config/polybar/config.ini +++ b/config/polybar/config.ini @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + [global/wm] margin-bottom = 0 diff --git a/config/polybar/modules.ini b/config/polybar/modules.ini index 1208e28..84f88aa 100644 --- a/config/polybar/modules.ini +++ b/config/polybar/modules.ini @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + [module/date] type = internal/date diff --git a/config/rofi/launcher.rasi b/config/rofi/launcher.rasi index 8a81891..40add47 100644 --- a/config/rofi/launcher.rasi +++ b/config/rofi/launcher.rasi @@ -1,3 +1,6 @@ +// Originally created by - https://github.com/gh0stzk + +//----- Main Configuration -----// configuration { modi: "drun"; icon-theme: "Papirus-Dark"; @@ -11,7 +14,7 @@ configuration { me-accept-entry: "MousePrimary"; } -/*****----- Global Properties -----*****/ +//----- Global Properties -----// * { font: "Terminess Nerd Font Mono Bold 10"; background: #1f2329; @@ -20,7 +23,7 @@ configuration { selected: #3f5273; } -/*****----- Main Window -----*****/ +//----- Main Window -----// window { /* properties for window widget */ transparency: "real"; @@ -40,7 +43,7 @@ window { background-color: @background; } -/*****----- Main Box -----*****/ +//----- Main Box -----// mainbox { enabled: true; spacing: 0px; @@ -57,7 +60,7 @@ listbox { children: [ "listview" ]; } -/*****----- Inputbar -----*****/ +//----- Inputbar -----// inputbar { enabled: true; spacing: 10px; @@ -90,7 +93,7 @@ entry { -/*****----- Listview -----*****/ +//----- Listview -----// listview { enabled: true; columns: 3; @@ -109,7 +112,7 @@ listview { cursor: "default"; } -/*****----- Elements -----*****/ +//----- Elements -----// element { enabled: true; spacing: 10px; @@ -141,7 +144,7 @@ element-text { horizontal-align: 0.0; } -/*****----- Message -----*****/ +//----- Message -----// message { background-color: transparent; } diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index d9abb85..4d7552d 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + #|||----- Applications -----|||# # Open Terminal (alacritty) diff --git a/home/.zshrc b/home/.zshrc index 53deef1..021889b 100755 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,3 +1,5 @@ +# Originally created by - https://github.com/gh0stzk + # Variables export VISUAL="${EDITOR}" export EDITOR='nvim' diff --git a/misc/asciiart/fetch b/misc/asciiart/fetch index 5431f88..1ba17c0 100755 --- a/misc/asciiart/fetch +++ b/misc/asciiart/fetch @@ -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" diff --git a/misc/asciiart/zwaves b/misc/asciiart/zwaves index 44bf867..1b21dc4 100755 --- a/misc/asciiart/zwaves +++ b/misc/asciiart/zwaves @@ -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 diff --git a/misc/bin/externalrules b/misc/bin/externalrules index 2704443..3f8e038 100755 --- a/misc/bin/externalrules +++ b/misc/bin/externalrules @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Originally created by - https://github.com/gh0stzk wid=$1 class=$2 diff --git a/misc/bin/hidebar b/misc/bin/hidebar index 3dd224b..d73e1bf 100755 --- a/misc/bin/hidebar +++ b/misc/bin/hidebar @@ -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 diff --git a/misc/bin/mediacontrol b/misc/bin/mediacontrol index 4b2be13..ec52b90 100755 --- a/misc/bin/mediacontrol +++ b/misc/bin/mediacontrol @@ -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" diff --git a/misc/bin/openapp b/misc/bin/openapp index 5d67867..ffc79dc 100755 --- a/misc/bin/openapp +++ b/misc/bin/openapp @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Originally created by - https://github.com/gh0stzk + case "$1" in --menu) diff --git a/misc/bin/screenshoter b/misc/bin/screenshoter index f80a2bd..481102b 100755 --- a/misc/bin/screenshoter +++ b/misc/bin/screenshoter @@ -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" diff --git a/misc/bin/updates b/misc/bin/updates index 72b07e4..b8e5d44 100755 --- a/misc/bin/updates +++ b/misc/bin/updates @@ -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))) diff --git a/misc/bin/volume b/misc/bin/volume index bcd9823..931d0df 100755 --- a/misc/bin/volume +++ b/misc/bin/volume @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Originally created by - https://github.com/gh0stzk # Icons vol_dir="$HOME/.local/share/assets" diff --git a/setup.sh b/setup.sh index 4625d21..7a70f67 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Originally created by - https://github.com/gh0stzk CRE=$(tput setaf 1) CYE=$(tput setaf 3)