commit da25ec51880c7f4e7fd3fae33e0188c552d3a315
parent bbfbfbea2c27fe64bfb1d4d033aa13bf69f813d7
Author: evenfri <evenfri256@gmail.com>
Date: Sat, 8 Aug 2026 04:26:13 +0800
add new wallpapers, separate install
Diffstat:
8 files changed, 32 insertions(+), 21 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,4 @@
st
mk-standalone
pxplus-ibm-vga8
+xcursor-plan9
diff --git a/configs/bspwm b/configs/bspwm
@@ -32,7 +32,7 @@ xinput set-prop 10 "libinput Accel Profile Enabled" 0 1 0
# background script
# hsetroot -solid "#008080"
-feh --no-fehbg --bg-fill "$dotfiles/wallpapers/14.png"
+feh --no-fehbg --bg-fill "$dotfiles/wallpapers/17.png"
# bar script
# "$dotfiles/bin/polybar"
diff --git a/configs/sxhkd b/configs/sxhkd
@@ -77,4 +77,5 @@ super + F11
super + shift + s
scrot -s --freeze - | xclip -selection clipboard -t image/png
-
+super + F12
+ scrot -M 0 - | xclip -selection clipboard -t image/png
diff --git a/install b/install
@@ -35,10 +35,7 @@ aur_packages=(
)
# setup local dotfiles directory
-mkdir -p "$HOME/.dotfiles"
-cp -r bin "$loc"
-cp -r configs "$loc"
-cp -r wallpapers "$loc"
+./install_files
mkdir -p "$loc/packages"
mkdir -p "$loc/packages/plan9"
@@ -73,21 +70,7 @@ make
doas make install
cd ..
-cd mk-standalone
-make -C lib9
-make -C mk
-
-mkdir -p "$loc/packages/plan9/bin"
-mkdir -p "$loc/packages/plan9/bin"
-mkdir -p "$loc/packages/plan9/src"
-mkdir -p "$loc/packages/plan9/lib"
-
-cp -r mk/mk "$loc/packages/plan9/bin/"
-cp -r templates/* "$loc/packages/plan9/src/"
-cp -r wrappers/* "$loc/packages/plan9/bin/"
-cp -r lib9/lib9.a "$loc/packages/plan9/lib/"
-
-cd ..
+./install_mk
# packages
${package_install[@]} "${packages[@]}"
diff --git a/install_files b/install_files
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+loc="$HOME/.dotfiles"
+
+mkdir -p "$HOME/.dotfiles"
+cp -r bin "$loc"
+cp -r configs "$loc"
+cp -r wallpapers "$loc"
diff --git a/install_mk b/install_mk
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+loc="$HOME/.dotfiles"
+
+cd mk-standalone
+make -C lib9
+make -C mk
+
+mkdir -p "$loc/packages/plan9/bin"
+mkdir -p "$loc/packages/plan9/src"
+mkdir -p "$loc/packages/plan9/lib"
+
+cp -r mk/mk "$loc/packages/plan9/bin/"
+cp -r wrappers/* "$loc/packages/plan9/bin/"
+cp -r templates/* "$loc/packages/plan9/src/"
+cp -r lib9/lib9.a "$loc/packages/plan9/lib/"
+
+cd ..
diff --git a/wallpapers/16.png b/wallpapers/16.png
Binary files differ.
diff --git a/wallpapers/17.png b/wallpapers/17.png
Binary files differ.