small fixes
This commit is contained in:
parent
de63ae70f8
commit
769a769150
5 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rbw get --full 'Office 365' | rg 'sylemail' | awk '{print $2}'
|
||||
rbw get --full 'Office 365' | rg 'apppass' | awk '{print $2}'
|
||||
|
|
|
@ -43,7 +43,7 @@ elif [ "$choice" == "clipboard" ]; then
|
|||
echo 'saved to clipboard'
|
||||
|
||||
elif [ "$choice" == "filesave" ]; then
|
||||
mv /tmp/$timestamp.png ~/Pictures/$timestamp.png
|
||||
mv /tmp/$timestamp.png ~/pics/$timestamp.png
|
||||
echo 'saved to ~/Pictures/'$timestamp'.png'
|
||||
|
||||
fi
|
||||
|
|
|
@ -12,4 +12,3 @@ rbw-agent &
|
|||
emacs --daemon &
|
||||
nextcloud --background &
|
||||
batmon &
|
||||
swww img /home/chris/Pictures/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue