From cdedc4ced28c975e677d0fc290c21cdaad4b1436 Mon Sep 17 00:00:00 2001 From: sudacode Date: Thu, 11 Dec 2025 10:50:53 -0800 Subject: [PATCH] update --- .config/rofi/scripts/rofi-wallpaper.sh | 5 +---- .config/uwsm/env | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/rofi/scripts/rofi-wallpaper.sh b/.config/rofi/scripts/rofi-wallpaper.sh index 29b40ed..0e81e44 100755 --- a/.config/rofi/scripts/rofi-wallpaper.sh +++ b/.config/rofi/scripts/rofi-wallpaper.sh @@ -6,9 +6,6 @@ THEME="$HOME/.config/rofi/launchers/type-3/style-4.rasi" DIR="$HOME/Pictures/wallpapers/favorites" SELECTED_WALL=$(cd "$DIR" && for a in *.jpg *.png; do echo -en "$a\0icon\x1f$a\n"; done | rofi -dmenu -i -no-custom -theme "$THEME" -p "Select a wallpaper" -theme-str 'configuration {icon-size: 128; dpi: 96;} window {width: 45%; height: 45%;}') PTH="$(printf "%s" "$DIR/$SELECTED_WALL" | tr -s '/')" -hyprctl hyprpaper preload "$PTH" -hyprctl hyprpaper wallpaper "$PTH" -hyprctl hyprpaper unload "$(cat "$HOME/.wallpaper")" -# hyprctl hyprpaper wallpaper "DP-1, $PTH" +hyprctl hyprpaper wallpaper "DP-1, $PTH" notify-send -a "rofi-wallpaper" "Wallpaper set to" -i "$PTH" "$PTH" echo "$PTH" >"$HOME/.wallpaper" diff --git a/.config/uwsm/env b/.config/uwsm/env index a868364..0446a31 100644 --- a/.config/uwsm/env +++ b/.config/uwsm/env @@ -15,6 +15,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct export GTK_THEME=Dracula export XDG_CONFIG_HOME=$HOME/.config export COMPOSE_BAKE=true +export ANKI_WAYLAND=1 # nvidia export NVD_BACKEND=direct