Skip to content

Instantly share code, notes, and snippets.

@kRHYME7
kRHYME7 / Hyprdots
Created November 15, 2023 20:39
A command line interface for scripts on Hyprdots
#!/bin/bash
source ~/.config/hypr/scripts/globalcontrol.sh
HyprDir="$HOME/.config/hypr/scripts"
ScriptDir="$CloneDir/Scripts"
help() {
grep -P -A1 '^\s*\w+\s*\(\)\s*{' -o $0
#for func in $(declare -F | cut -d " " -f 3); do