Added hyprland monitor setup app profiles
This commit is contained in:
parent
9eec061213
commit
53a43e4683
10 changed files with 291 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue