ralsei :3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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\""
|
||||
|
||||
|
||||
@@ -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")
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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