Revert "swww -> awww"

This reverts commit e8e33898be.
This commit is contained in:
2026-04-01 22:21:52 +08:00
parent ae49f96777
commit d4d77b1cdc
3 changed files with 8 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ overview {
} }
layer-rule { layer-rule {
match namespace="^awww-daemonblur$" match namespace="^swww-daemonblur$"
place-within-backdrop true place-within-backdrop true
} }
@@ -181,8 +181,8 @@ include "config-keyboard.kdl"
// spawn-at-startup "waybar" // 建议交给 systemctl --user它自己没法热重载。 // spawn-at-startup "waybar" // 建议交给 systemctl --user它自己没法热重载。
// spawn-sh-at-startup "wl-paste --watch cliphist store" // spawn-sh-at-startup "wl-paste --watch cliphist store"
spawn-at-startup "awww-daemon" spawn-at-startup "swww-daemon"
spawn-at-startup "awww-daemon" "--namespace" "blur" spawn-at-startup "swww-daemon" "--namespace" "blur"
spawn-at-startup "xwayland-satellite" spawn-at-startup "xwayland-satellite"
spawn-at-startup "/usr/lib/pam_kwallet_init" spawn-at-startup "/usr/lib/pam_kwallet_init"

View File

@@ -36,8 +36,8 @@ while [[ $# -gt 0 ]]; do
esac esac
done done
if ! command -v awww >/dev/null 2>&1; then if ! command -v swww >/dev/null 2>&1; then
echo "!) 'awww' command not found. Unable to comply." >&2 echo "!) 'swww' command not found. Unable to comply." >&2
exit 2 exit 2
fi fi
@@ -74,8 +74,8 @@ set_wallpaper() {
$IMG_MAGICK $WP_DIR/.wallpaper -filter Gaussian -blur 0x30 $WP_DIR/.wallpaper_blur $IMG_MAGICK $WP_DIR/.wallpaper -filter Gaussian -blur 0x30 $WP_DIR/.wallpaper_blur
echo "Done." echo "Done."
awww img $WP_DIR/.wallpaper swww img $WP_DIR/.wallpaper
awww img $WP_DIR/.wallpaper_blur --namespace blur swww img $WP_DIR/.wallpaper_blur --namespace blur
} }
imagepool=() imagepool=()

View File

@@ -21,7 +21,7 @@
|niri|`.config/niri/config*.kdl`|只拆分了`window-rule``binds`,拆太碎有些视觉效果会失效。| |niri|`.config/niri/config*.kdl`|只拆分了`window-rule``binds`,拆太碎有些视觉效果会失效。|
|`fuzzel`|`.config/fuzzel/*`| |`fuzzel`|`.config/fuzzel/*`|
|`mako`|`.config/mako/*`|Chrome 的消息推送都是无脑标 CRITICAL 级,没有办法调持续时间,量一多还会卡在那里,只能`makoctl reload`强制重载。| |`mako`|`.config/mako/*`|Chrome 的消息推送都是无脑标 CRITICAL 级,没有办法调持续时间,量一多还会卡在那里,只能`makoctl reload`强制重载。|
|`awww`|`bin/chbg` (bash 脚本)|依赖`imagemagick`。另,可以配合图床等实现定期换壁纸。| |`swww`|`bin/chbg` (bash 脚本)|依赖`imagemagick`。另,可以配合图床等实现定期换壁纸。|
|`gtklock`|`.config/gtklock/*`|现阶段无法跟`swayidle`合用,尽管其 Wiki 鼓励这么做。| |`gtklock`|`.config/gtklock/*`|现阶段无法跟`swayidle`合用,尽管其 Wiki 鼓励这么做。|
|`xdg-desktop-portal-(gtk\|gnome)`|`.config/xdg-desktop-portal/*-portals.conf`|GNOME 支持最全,但称不上好看(| |`xdg-desktop-portal-(gtk\|gnome)`|`.config/xdg-desktop-portal/*-portals.conf`|GNOME 支持最全,但称不上好看(|
|`kwallet`|VSCode 试图登录时会弹出向导让你配的。|替代`gnome-keyring`。建议加装`kwallet-pam`,免得 VSCode 自己尝试解锁结果闪退。| |`kwallet`|VSCode 试图登录时会弹出向导让你配的。|替代`gnome-keyring`。建议加装`kwallet-pam`,免得 VSCode 自己尝试解锁结果闪退。|