Added hyprland monitor setup app profiles

This commit is contained in:
ManOfGoldForever 2026-04-01 00:32:26 -04:00
parent 9eec061213
commit 53a43e4683
10 changed files with 291 additions and 11 deletions

View file

@ -7,5 +7,5 @@ WALLPAPERS=$(find "$WALLPAPER_DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -
SELECTED_WALLPAPER=$(echo "$WALLPAPERS" | rofi -dmenu -i -p "Select Wallpaper:")
if [ -n "$SELECTED_WALLPAPER" ]; then
fish -c "swww_set_wallpaper '$SELECTED_WALLPAPER'"
fish -c "awww_set_wallpaper '$SELECTED_WALLPAPER'"
fi