Skip to content

Conversation

@defliez
Copy link

@defliez defliez commented Aug 22, 2025

I hacked together a wallpaper picker in the taskbar :)
Supports hyprpaper and user-defined scripts

Features

  • Thumbnail scroller that lists wallpapers from settings.wallpaperDir
  • Clicking a wallpaper applies it:
    • If wallpaperScriptPath is set in settings.json, that script is used
    • Otherwise falls back to hyprpaper with a regenerated config
  • Current wallpaper is displayed in the info row

Implementation

  • Added WallpaperMenu.qml (new popup)
  • Integrated in Bar.qml with a new taskbar button
  • Extended Config.qml and settings.json with:
    • wallpaperDir
    • currentWallpaper
    • wallpaperScriptPath
2025-08-22-234536_hyprshot

- Added WallpaperMenu.qml for browsing and selecting wallpapers from
  user-defined directory
- Integrated wallpaper picker into taskbar (Bar.qml) with new button
- Extended Config.qml and settings.json for defining wallpaper
  directory, current wallpaper, and optionally custom script

- Default behavior: run user script if set, otherwise fallback to
  hyprpaper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant