Skip to content

Commit

Permalink
fix(keymap-drawer): don't remove the photo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Mar 26, 2024
1 parent c6eadd7 commit e13b284
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in {
cmd="${exe} --config $keymap_dir/keymap_drawer.yaml"
echo "Removing previous images"
rm "$out"/*
rm "$out"/*.{yaml,svg}
for file in "$keymap_dir"/*.keymap
do
Expand Down
Binary file added img/glove80_photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e13b284

Please sign in to comment.