Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
removed unused items
  • Loading branch information
Covkie committed Nov 30, 2024
1 parent 21e82a2 commit 8d6f00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,17 @@ HL_DIR="$SCRIPT_DIR/hl"

AUTHORS="$SCRIPT_DIR/AUTHORS"
LICENSE="$SCRIPT_DIR/LICENSE"
ALIASES="$SRC_DIR/cursorList"

ACCENTS="blue dark flamingo green lavender light maroon mauve peach pink red rosewater sapphire sky teal yellow"

while getopts "f:a:h" option; do
while getopts "f:a:" option; do
case $option in
f)
FLAVOR="$OPTARG"
;;
a)
ACCENTS="$OPTARG"
;;
h)
echo "uneeded, hyprcursor is generated by default now."
;;
\?)
echo "Invalid option: -$OPTARG"
exit 1
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-metadata
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ for svg_file in svg_files:
"delay": delay
})
json.dump(l, metadata)

# Generate hypr cursor
output_dir = hyprcursor_output_dir / basename
output_dir.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 8d6f00e

Please sign in to comment.