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

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

View File

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