This commit is contained in:
2026-03-27 23:14:29 +02:00
parent 08fd0ea72c
commit 15bc9617a4
46 changed files with 868 additions and 587 deletions

View File

@@ -1,7 +1,7 @@
hyprctl notify 1 5000 0 " Loading OCbwoy3's Dotfiles"
# Dotfiles
notify-send "Sveicināti Hyprland!" "some basic startup code"
notify-send "Welcome to Hyprland!" "some basic startup code"
notify-send "Hyprland" "Enabled debugging overlay"
notify-send "OCbwoy3's Dotfiles" "Keyboard Layout: English"
notify-send "Screenshot" "Saved and copied to clipboard."

View File

@@ -1,6 +1,6 @@
#!/bin/bash
DOTFILES_DIR="/home/ralsei/config/config"
DOTFILES_DIR="/etc/nixos/config"
# fastfetch
ln -sfn "${DOTFILES_DIR}/fastfetch" "${HOME}/.config/fastfetch"
@@ -29,4 +29,6 @@ ln -sfn "${DOTFILES_DIR}/wofi" "${HOME}/.config/wofi"
# dotfile font
ln -sfn "${DOTFILES_DIR}/dotfile_deps/DotfilesFont.otf" "${HOME}/.local/share/fonts/DotfilesFont.otf"
ln -sfn "${DOTFILES_DIR}/kitty" "${HOME}/.config/kitty
echo "symlinked this that"