Skip to content

Commit

Permalink
weatherlight => [xinitrc][print.spell]
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Aug 31, 2023
1 parent 59675a5 commit 8e5d341
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runes/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xrdb -merge ~/.config/X11/Xresources
# deamons
changeMeWallCicle &
clean_ws_names &
picom --experimental-backends --daemon
picom --daemon
battery_check &
dunst &
clipmenud &
Expand Down
15 changes: 15 additions & 0 deletions spells/print.spell
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash


file=$1

if [ -z "$file" ]; then
echo "USAGE: $0 pdf-file.pdf"
exit
fi

select queue in HP-CARTAS-C6; do
spark rsync "$file" argentum:/tmp/
spark ssh argentum -- lpr -P "$queue" "/tmp/$file"
break
done

0 comments on commit 8e5d341

Please sign in to comment.