This commit is contained in:
committer@tuxwarrior
2026-02-27 05:24:28 -05:00
parent 6c936898e7
commit 0b6216216a
5 changed files with 48 additions and 6 deletions

View File

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

View File

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

View File

@@ -19,6 +19,5 @@ pcloud & # pcloud serv
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
psensor &
synology-drive &
fi

View File

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

View File

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