From c907ec3597ff30c0c2d50ff2fd1182f6dd408255 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Sat, 8 Nov 2025 21:20:48 +0200 Subject: [PATCH] ralsei :3 --- cachyos/install-cursors.sh | 2 +- cachyos/setup.sh | 2 +- config/fastfetch/config.jsonc | 2 +- config/hypr/config/autoexec.conf | 2 +- config/wlogout/style.css | 12 ++++++------ scripts/bin/handleScreenshot.ts | 2 +- scripts/dev/setup-gentoo-symlinks.sh | 4 ++-- scripts/screenshot-fullscreen.sh | 2 +- scripts/screenshot-selection.sh | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cachyos/install-cursors.sh b/cachyos/install-cursors.sh index b029aa4..fe79566 100755 --- a/cachyos/install-cursors.sh +++ b/cachyos/install-cursors.sh @@ -12,7 +12,7 @@ CURSOR_DIR="$HOME/.local/share/icons/RalseiCursors" mkdir -p "$CURSOR_DIR" # Copy cursor files from config directory -CONFIG_DIR="/home/ocbwoy3/config" +CONFIG_DIR="~/config" CURSOR_SOURCE="$CONFIG_DIR/hosts/default/packages/ralsei-cursors/cursors" if [ -d "$CURSOR_SOURCE" ]; then diff --git a/cachyos/setup.sh b/cachyos/setup.sh index e76aa93..6f6d3ea 100755 --- a/cachyos/setup.sh +++ b/cachyos/setup.sh @@ -7,7 +7,7 @@ set -e echo "🔧 Setting up Hyprland rice configuration..." -CONFIG_DIR="/home/ocbwoy3/config" +CONFIG_DIR="~/config" USER_HOME="$HOME" XDG_CONFIG_HOME="$USER_HOME/.config" diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 76bf783..ea8b72a 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -1,7 +1,7 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "source": "/home/ocbwoy3/.config/fastfetch/ralsei.png" + "source": "~/.config/fastfetch/ralsei.png" }, "display": { "color": "magenta" diff --git a/config/hypr/config/autoexec.conf b/config/hypr/config/autoexec.conf index 2a454db..a9ee8a2 100644 --- a/config/hypr/config/autoexec.conf +++ b/config/hypr/config/autoexec.conf @@ -35,5 +35,5 @@ exec-once = /usr/libexec/hyprpolkitagent # exec-once = "sleep 5 && bun run scripts/bin/betterSplash.ts" exec-once = sleep 5 && notify-send "Sveicināti Hyprland!" "$(hyprctl splash)" -# exec-once = nix-shell -p mpvpaper --command "mpvpaper -o \"no-audio loop loop-playlist\" HDMI-A-2 \"/home/ocbwoy3/Documents/Boykisser Chipi Chipi Full Animation [3sP6ZvlqJeE].webm\"" +# exec-once = nix-shell -p mpvpaper --command "mpvpaper -o \"no-audio loop loop-playlist\" HDMI-A-2 \"/home/ralsei/Documents/Boykisser Chipi Chipi Full Animation [3sP6ZvlqJeE].webm\"" diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 82a3440..359cbb3 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -36,36 +36,36 @@ button:hover { #lock { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/lock.png") + url("~/config/config/wlogout/assets/lock.png") ); } #logout { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/logout.png") + url("~/config/config/wlogout/assets/logout.png") ); } #suspend { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/suspend.png") + url("~/config/config/wlogout/assets/suspend.png") ); } #hibernate { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/hibernate.png") + url("~/config/config/wlogout/assets/hibernate.png") ); } #shutdown { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/shutdown.png") + url("~/config/config/wlogout/assets/shutdown.png") ); } #reboot { background-image: image( - url("/home/ocbwoy3/config/config/wlogout/assets/reboot.png") + url("~/config/config/wlogout/assets/reboot.png") ); } diff --git a/scripts/bin/handleScreenshot.ts b/scripts/bin/handleScreenshot.ts index 41903ae..ffc6012 100755 --- a/scripts/bin/handleScreenshot.ts +++ b/scripts/bin/handleScreenshot.ts @@ -80,7 +80,7 @@ async function getFilename(wmClass?: string): Promise { 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 { diff --git a/scripts/dev/setup-gentoo-symlinks.sh b/scripts/dev/setup-gentoo-symlinks.sh index e659158..d216f46 100644 --- a/scripts/dev/setup-gentoo-symlinks.sh +++ b/scripts/dev/setup-gentoo-symlinks.sh @@ -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" \ No newline at end of file +echo "symlinked this that" diff --git a/scripts/screenshot-fullscreen.sh b/scripts/screenshot-fullscreen.sh index 0893a84..f19e7ac 100755 --- a/scripts/screenshot-fullscreen.sh +++ b/scripts/screenshot-fullscreen.sh @@ -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 diff --git a/scripts/screenshot-selection.sh b/scripts/screenshot-selection.sh index 103e675..8a54a15 100755 --- a/scripts/screenshot-selection.sh +++ b/scripts/screenshot-selection.sh @@ -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