aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/WallpaperSelect.sh
Commit message (Collapse)AuthorAgeLines
* fix: Fix wallpaper selector showing wrong wallpaper when filename contains dotsTim2025-12-01-1/+1
| | | | | | | | | | | | The `cut -d. -f1` command truncated filenames at the first dot, causing wallpapers named like "01. Catppuccin.jpg" to display as just "01" in the rofi menu. Multiple wallpapers with the same prefix showed identical labels, and selecting one applied the wrong file since `find -print -quit` returned the first alphabetical match. Changed to use full filename `$pic_name` (consistent with GIF and video handling on lines 87 and 94). The existing sed on line 222 correctly strips only the file extension for the find command.
* Changed /usr/bin/bash to /usr/bin/env bashDon Williams2025-10-28-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Distro-Hyprland.sh modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/UserScripts/RofiBeats.sh modified: config/hypr/UserScripts/RofiCalc.sh modified: config/hypr/UserScripts/Tak0-Autodispatch.sh modified: config/hypr/UserScripts/WallpaperAutoChange.sh modified: config/hypr/UserScripts/WallpaperEffects.sh modified: config/hypr/UserScripts/WallpaperRandom.sh modified: config/hypr/UserScripts/WallpaperSelect.sh modified: config/hypr/UserScripts/Weather.sh modified: config/hypr/UserScripts/WeatherWrap.sh modified: config/hypr/UserScripts/ZshChangeTheme.sh new file: config/hypr/configs/Startup_Apps.conf new file: config/hypr/configs/WindowRules.conf modified: config/hypr/hyprland.conf modified: config/hypr/initial-boot.sh modified: config/hypr/scripts/AirplaneMode.sh modified: config/hypr/scripts/Animations.sh modified: config/hypr/scripts/Battery.sh modified: config/hypr/scripts/Brightness.sh modified: config/hypr/scripts/BrightnessKbd.sh modified: config/hypr/scripts/ChangeBlur.sh modified: config/hypr/scripts/ChangeLayout.sh modified: config/hypr/scripts/ClipManager.sh new file: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Distro_update.sh modified: config/hypr/scripts/Dropterminal.sh modified: config/hypr/scripts/GameMode.sh modified: config/hypr/scripts/Hypridle.sh modified: config/hypr/scripts/KeyBinds.sh modified: config/hypr/scripts/KeyHints.sh modified: config/hypr/scripts/KillActiveProcess.sh modified: config/hypr/scripts/Kitty_themes.sh modified: config/hypr/scripts/KooLsDotsUpdate.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/LockScreen.sh modified: config/hypr/scripts/MediaCtrl.sh modified: config/hypr/scripts/MonitorProfiles.sh modified: config/hypr/scripts/Polkit-NixOS.sh modified: config/hypr/scripts/Polkit.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh modified: config/hypr/scripts/RofiEmoji.sh modified: config/hypr/scripts/RofiSearch.sh modified: config/hypr/scripts/RofiThemeSelector-modified.sh modified: config/hypr/scripts/RofiThemeSelector.sh modified: config/hypr/scripts/ScreenShot.sh modified: config/hypr/scripts/Sounds.sh modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Autodispatch.sh modified: config/hypr/scripts/TouchPad.sh modified: config/hypr/scripts/Volume.sh modified: config/hypr/scripts/WallustSwww.sh modified: config/hypr/scripts/WaybarLayout.sh modified: config/hypr/scripts/WaybarScripts.sh modified: config/hypr/scripts/WaybarStyles.sh modified: config/hypr/scripts/Wlogout.sh modified: config/hypr/scripts/sddm_wallpaper.sh modified: copy.sh modified: release.sh modified: upgrade.sh
* fix(sddm): set Backgrounds/default as primary and update fallbacks; detect ↵Don Williams2025-09-20-5/+17
| | | | | | | | | themes dir (incl. NixOS) and skip prompt on read-only paths - Prefer Backgrounds/default for simple_sddm_2; update default.jpg/png if present - Detect SDDM themes dir under /usr/share and /run/current-system - Avoid prompting when theme is missing or Backgrounds is not writable (e.g., NixOS) - Skip runtime changes on NixOS since SDDM isn’t used in that config
* fix(wallust): make theme regeneration deterministic on wallpaper changeDon Williams2025-09-20-2/+2
| | | | | | | | | | | | | | | - Accept explicit image path in WallustSwww.sh; retry swww cache briefly if not provided - Pass selected image path from WallpaperSelect.sh to WallustSwww.sh - Run WallustSwww.sh synchronously in RefreshNoWaybar.sh to ensure colors are ready before reload - Update WallpaperAutoChange.sh to call WallustSwww.sh with each rotated image This eliminates races against swww’s cache and ensures Wallust updates waybar/rofi/kitty/hypr colors immediately after changing wallpapers. Test plan: - Select a wallpaper (SUPER+W): observe updated files in ~/.config/{waybar,rofi,kitty}/ and immediate border color changes; waybar reloads with new palette - Enable auto-rotate (WallpaperAutoChange.sh): colors now update on each rotation without manual intervention Tested-by: KalebNH
* integrated wallust colors into simple_sddm_2 SDDM themeJaKooLit2025-07-17-6/+4
|
* Update WallpaperSelect.shJa.KooLit2025-06-08-6/+5
|
* updated startup apps.conf and WallpaperSelect.sh as it seems that it is also ↵JaKooLit2025-03-20-2/+3
| | | | uncommented the lower part exec-once - swww
* Fixed the preview of wallpaperloner2025-03-20-115/+132
|
* minor WallpaperSelect.sh updateJaKooLit2025-03-20-2/+2
|
* updated some scripts to reflect new images on swayncJaKooLit2025-03-20-4/+4
|
* Updated WallpaperSelect.sh, Refresh.sh & RefreshNoWaybar.shJaKooLit2025-03-19-4/+3
|
* Update WallpaperSelect.shJa.KooLit2025-03-19-1/+1
|
* updated wallpaper select. Better handling of wallpaper filesJaKooLit2025-03-19-36/+25
|
* minor improvement on wallpaper select to handle video filesJaKooLit2025-03-17-1/+1
|
* update wallpaper selectJaKooLit2025-03-16-1/+1
|
* adjusted WallpaperSelect.sh & Rofi-Beats.sh to prevent killing the mpv used ↵JaKooLit2025-03-16-4/+3
| | | | by mpvpaper
* added a killall command for mpvpaper to avoid multiple mpvpaper processJaKooLit2025-03-16-0/+1
|
* initial mpvpaper supportJaKooLit2025-03-16-106/+171
|
* updated wallpaper select.shJaKooLit2025-03-08-1/+6
|
* reduced yad timeout for applying SDDM background to 5 secs from 10 secsJaKooLit2025-03-07-1/+1
|
* Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select ↵JaKooLit2025-03-01-0/+6
| | | | wallpaper yad to avoid multiple yad notification
* adjusted wallpaper menu scripts to apply some limitsJaKooLit2025-02-28-6/+9
|
* updated yad for setting sddm backgroundJaKooLit2025-02-26-1/+8
|
* Ok This will be my last push for v2.3.12. Basically, added a global fonts ↵JaKooLit2025-02-26-1/+1
| | | | for rasi, making it easier to tweak. Added Style 14. Will start new version after this. Except of course if there is a bug that needs to be squashed
* fixed for the mini BUG when selecting wallpaper to apply as SDDM backgroundJaKooLit2025-02-24-22/+8
|
* Not sure if important.. but whateverJaKooLit2025-02-23-1/+1
|
* the return of the comeback... swww Transition bezierJaKooLit2025-02-23-1/+1
|
* Ok I think this is ok. Just note to myself. DO NOT CODE WHEN YOU ARE HUNGRYJaKooLit2025-02-20-3/+2
|
* slight improvement wallpaper select script. update hyprland.conf in ↵JaKooLit2025-02-20-2/+2
| | | | integration with nwg-displays
* im getting thereinstaller2025-02-20-17/+14
|
* added a function to check first if kitty installed. This is a idiot ↵JaKooLit2025-02-19-21/+29
| | | | notification who uninstall kitty and complain that script wont work
* danggit... sucks to maintain debian and ubuntu since I am making mistake ↵JaKooLit2025-02-18-2/+2
| | | | cause of that
* minor update on wallpaper menu to have dynamically icon size depending on ↵JaKooLit2025-02-18-4/+15
| | | | monitor sizes. Idea from @Abhra00
* added -L on find command on some scripts to be moreJaKooLit2025-02-13-1/+1
| | | | https://github.com/JaKooLit/Hyprland-Dots/issues/553
* Initial upload of various rofi themesJaKooLit2025-02-10-1/+2
|
* fixed wallpaper scripts where it asked to apply to sddm even if user decided ↵JaKooLit2025-02-08-19/+24
| | | | to cancel
* switched to kitty from pkexecJaKooLit2025-02-05-7/+14
|
* add delay of 5 secords for those who have slow machinesJaKooLit2025-02-03-1/+1
|
* added support to make current wallpaper to SDDM (NOTE: need sequoia wallpaper)JaKooLit2025-02-03-1/+25
|
* some script clean upJaKooLit2025-02-01-2/+1
|
* updated wallpaper scripts to accept more images supported by swwwJaKooLit2025-02-01-1/+1
|
* I think this is the ultimate solution to the wallust colors not applying ↵JaKooLit2025-01-13-3/+4
| | | | after wallpaper change./. ha ha
* some changes on scripts which depends on rofi. Downside is only way to close ↵JaKooLit2025-01-12-1/+0
| | | | the rofi is pressing esc button. However, you can execute immediately the script. ie., rofi menu is opened, by pressing Super W, it will execute wallpaper menu immediately.
* all wallpaper stuff scripts have been "tweaked"JaKooLit2024-12-26-2/+2
|
* adjusted some settings and script for hyprland-git and swww-gitJaKooLit2024-11-25-5/+5
|
* fix for issue 397 (https://github.com/JaKooLit/Hyprland-Dots/issues/397)JaKooLit2024-08-10-11/+23
|
* Updated wallpaper Select.sh to handle the wallpapers with spaces or white spacesJaKooLit2024-07-11-4/+7
|
* Put random wallpaper in random selectionEcys2024-07-06-3/+2
| | | Shows preview of random wallpaper instead of blank screen.
* Wallpaper menu tweaked. New swww animation + can now detect wallpapers ↵JaKooLit2024-05-20-20/+26
| | | | inside directories like the Dynamic Wallpapers
* Initial Push - Moving to Wallust from PywalJaKooLit2024-05-10-1/+1
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage