ralsei :3

This commit is contained in:
2025-11-08 21:20:48 +02:00
parent fb6ffa2e11
commit c907ec3597
9 changed files with 15 additions and 15 deletions

View File

@@ -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> {

View File

@@ -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"

View File

@@ -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

View File

@@ -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