ralsei :3
This commit is contained in:
@@ -12,7 +12,7 @@ CURSOR_DIR="$HOME/.local/share/icons/RalseiCursors"
|
|||||||
mkdir -p "$CURSOR_DIR"
|
mkdir -p "$CURSOR_DIR"
|
||||||
|
|
||||||
# Copy cursor files from config directory
|
# Copy cursor files from config directory
|
||||||
CONFIG_DIR="/home/ocbwoy3/config"
|
CONFIG_DIR="~/config"
|
||||||
CURSOR_SOURCE="$CONFIG_DIR/hosts/default/packages/ralsei-cursors/cursors"
|
CURSOR_SOURCE="$CONFIG_DIR/hosts/default/packages/ralsei-cursors/cursors"
|
||||||
|
|
||||||
if [ -d "$CURSOR_SOURCE" ]; then
|
if [ -d "$CURSOR_SOURCE" ]; then
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ set -e
|
|||||||
|
|
||||||
echo "🔧 Setting up Hyprland rice configuration..."
|
echo "🔧 Setting up Hyprland rice configuration..."
|
||||||
|
|
||||||
CONFIG_DIR="/home/ocbwoy3/config"
|
CONFIG_DIR="~/config"
|
||||||
USER_HOME="$HOME"
|
USER_HOME="$HOME"
|
||||||
XDG_CONFIG_HOME="$USER_HOME/.config"
|
XDG_CONFIG_HOME="$USER_HOME/.config"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
"logo": {
|
"logo": {
|
||||||
"source": "/home/ocbwoy3/.config/fastfetch/ralsei.png"
|
"source": "~/.config/fastfetch/ralsei.png"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"color": "magenta"
|
"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 && bun run scripts/bin/betterSplash.ts"
|
||||||
exec-once = sleep 5 && notify-send "Sveicināti Hyprland!" "$(hyprctl splash)"
|
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 {
|
#lock {
|
||||||
background-image: image(
|
background-image: image(
|
||||||
url("/home/ocbwoy3/config/config/wlogout/assets/lock.png")
|
url("~/config/config/wlogout/assets/lock.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logout {
|
#logout {
|
||||||
background-image: image(
|
background-image: image(
|
||||||
url("/home/ocbwoy3/config/config/wlogout/assets/logout.png")
|
url("~/config/config/wlogout/assets/logout.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#suspend {
|
#suspend {
|
||||||
background-image: image(
|
background-image: image(
|
||||||
url("/home/ocbwoy3/config/config/wlogout/assets/suspend.png")
|
url("~/config/config/wlogout/assets/suspend.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#hibernate {
|
#hibernate {
|
||||||
background-image: image(
|
background-image: image(
|
||||||
url("/home/ocbwoy3/config/config/wlogout/assets/hibernate.png")
|
url("~/config/config/wlogout/assets/hibernate.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#shutdown {
|
#shutdown {
|
||||||
background-image: image(
|
background-image: image(
|
||||||
url("/home/ocbwoy3/config/config/wlogout/assets/shutdown.png")
|
url("~/config/config/wlogout/assets/shutdown.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#reboot {
|
#reboot {
|
||||||
background-image: image(
|
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 program = new Command("handle-screenshot");
|
||||||
|
|
||||||
const SCREENSHOT_PATH = `/home/ocbwoy3/Pictures/Screenshots`;
|
const SCREENSHOT_PATH = `/home/ralsei/Pictures/Screenshots`;
|
||||||
|
|
||||||
// useless
|
// useless
|
||||||
async function transformImage(b: Buffer): Promise<Buffer> {
|
async function transformImage(b: Buffer): Promise<Buffer> {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DOTFILES_DIR="/home/ocbwoy3/config/config"
|
DOTFILES_DIR="/home/ralsei/config/config"
|
||||||
|
|
||||||
# fastfetch
|
# fastfetch
|
||||||
ln -sfn "${DOTFILES_DIR}/fastfetch" "${HOME}/.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"
|
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"
|
wl-copy < "$SS_PATH"
|
||||||
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ SS_PATH=$(timeout 30s bun run ~/config/scripts/bin/handleScreenshot.ts selection
|
|||||||
|
|
||||||
echo "$SS_PATH"
|
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"
|
wl-copy < "$SS_PATH"
|
||||||
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
notify-send -i "$SS_PATH" "Ekrānuzņēmums" "nokopēts starpliktuvē!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user