From 0b6216216abd13f6f00c2e2f991a1e93bc455c67 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 27 Feb 2026 05:24:28 -0500 Subject: [PATCH] wip --- dots/archinstall/common/packages.txt | 8 +++---- dots/bash/.bashrc | 3 ++- dots/bin/startup.sh | 1 - dots/hyprland/hyprland.conf | 33 ++++++++++++++++++++++++++++ dots/hyprpaper/hyprpaper.conf | 9 ++++++++ 5 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 dots/hyprpaper/hyprpaper.conf diff --git a/dots/archinstall/common/packages.txt b/dots/archinstall/common/packages.txt index a2683ea..5e5ba3a 100644 --- a/dots/archinstall/common/packages.txt +++ b/dots/archinstall/common/packages.txt @@ -16,16 +16,17 @@ # hyprland # --- +aur:hyprmon-bin # multi-monitor profile manager hyprland # tiling wayland compositor | https://wiki.archlinux.org/title/Hyprland hyprlauncher # launcher / picker hyprpaper # wallpaper hyprpolkitagent # authentication agent -xdg-desktop-portal-hyprland # xdg-desktop-portal backend -waybar # status bar +hyprshot # hyprland screenshot utility qt5-wayland # qt5 support qt6-wayland # t6 support swaync # notification deamon -aur:hyprmon-bin # multi-monitor profile manager +waybar # status bar +xdg-desktop-portal-hyprland # xdg-desktop-portal backend # misc # --- @@ -133,7 +134,6 @@ aur:yt-dlp-git # cli downloader - youtube-dl fork #xorg-xdpyinfo # display information utility for x #zed # code editor -hyprshot # hyprland screenshot utility lm_sensors # tools for general smbus access and hardware monitoring cups # printing cups-pdf # pdf printer for cups diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index ee3369c..9b55a71 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -55,7 +55,8 @@ alias sizeInBytes="stat -c %s" alias ssh_weba_r="ssh -v -t root@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'" alias ssh_weba_u="ssh -v -t usr@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'" alias ssh="ssh -v" -alias tp-empty="trash-empty" +alias trash-empty="trash-empty && gio trash --empty" +alias tp-empty="trash-empty && gio trash --empty" alias tp-list="tree ~/.local/share/Trash/" alias tp-restore="trash-restore" alias tp="tp.sh" diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index ca7192f..43aee6b 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -19,6 +19,5 @@ pcloud & # pcloud serv if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then hyprmon --profile office & - psensor & synology-drive & fi diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 31f47dd..6af1d66 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -214,6 +214,39 @@ misc { key_press_enables_dpms = true # key press will turn on screen(s) } +# - - - - - - - - - - - - - - - - - - - - - - - - - +# wallpaper +# - - - - - +# https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/ +# - - - - - - - - - - - - - - - - - - - - - - - - - + +# list monitors with: `hyprctl monitors` + +wallpaper { + monitor = DP-3 + path = ~/.local/share/wp/5120x2880_neonLandscape.jpg + fit_mode = cover +} + +wallpaper { + monitor = DP-2 + path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg + fit_mode = cover +} + +# fallback +wallpaper { + monitor = + path = ~/.local/share/wp/5600x2560_neonHighwayMountains.jpg + fit_mode = cover +} + + +#preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +#wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +#wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg + + #################################################### ### binds (keebindings) ### diff --git a/dots/hyprpaper/hyprpaper.conf b/dots/hyprpaper/hyprpaper.conf new file mode 100644 index 0000000..555667e --- /dev/null +++ b/dots/hyprpaper/hyprpaper.conf @@ -0,0 +1,9 @@ +# klevstul + +# https://github.com/hyprwm/hyprpaper + +# list monitors with: `hyprctl monitors` + +preload = ~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +wallpaper = eDP-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +wallpaper = HDMI-A-1,~/.config/hypr/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg