ralsei :3
This commit is contained in:
@@ -80,7 +80,7 @@ async function getFilename(wmClass?: string): Promise<string> {
|
||||
|
||||
const program = new Command("handle-screenshot");
|
||||
|
||||
const SCREENSHOT_PATH = `/home/ocbwoy3/Pictures/Screenshots`;
|
||||
const SCREENSHOT_PATH = `/home/ralsei/Pictures/Screenshots`;
|
||||
|
||||
// useless
|
||||
async function transformImage(b: Buffer): Promise<Buffer> {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOTFILES_DIR="/home/ocbwoy3/config/config"
|
||||
DOTFILES_DIR="/home/ralsei/config/config"
|
||||
|
||||
# fastfetch
|
||||
ln -sfn "${DOTFILES_DIR}/fastfetch" "${HOME}/.config/fastfetch"
|
||||
@@ -29,4 +29,4 @@ ln -sfn "${DOTFILES_DIR}/wofi" "${HOME}/.config/wofi"
|
||||
# dotfile font
|
||||
ln -sfn "${DOTFILES_DIR}/dotfile_deps/DotfilesFont.otf" "${HOME}/.local/share/fonts/DotfilesFont.otf"
|
||||
|
||||
echo "symlinked this that"
|
||||
echo "symlinked this that"
|
||||
|
||||
@@ -5,7 +5,7 @@ SS_PATH=$(timeout 30s bun run ~/config/scripts/bin/handleScreenshot.ts fullscree
|
||||
|
||||
echo "$SS_PATH"
|
||||
|
||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ralsei/Pictures/Screenshots/* ]]; then
|
||||
wl-copy < "$SS_PATH"
|
||||
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
||||
fi
|
||||
|
||||
@@ -5,7 +5,7 @@ SS_PATH=$(timeout 30s bun run ~/config/scripts/bin/handleScreenshot.ts selection
|
||||
|
||||
echo "$SS_PATH"
|
||||
|
||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ralsei/Pictures/Screenshots/* ]]; then
|
||||
wl-copy < "$SS_PATH"
|
||||
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user