4 changed files with 33 additions and 3 deletions
@ -0,0 +1,10 @@
|
||||
#!/bin/bash |
||||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## |
||||
# This script for setting colours for wallaper selected by Waypaper(SUPER W) |
||||
|
||||
SCRIPTSDIR="$HOME/.config/hypr/scripts" |
||||
|
||||
sleep 0.5 |
||||
${SCRIPTSDIR}/WallustSwww.sh |
||||
sleep 0.2 |
||||
${SCRIPTSDIR}/Refresh.sh |
||||
@ -0,0 +1,19 @@
|
||||
[Settings] |
||||
language = en |
||||
folder = ~/Pictures/wallpapers |
||||
wallpaper = ~/Pictures/wallpapers/Fantasy-Waterfall.png |
||||
backend = swww |
||||
monitors = All |
||||
fill = Fill |
||||
sort = name |
||||
color = #000000 |
||||
subfolders = False |
||||
number_of_columns = 6 |
||||
swww_transition_type = wipe |
||||
swww_transition_step = 120 |
||||
swww_transition_angle = 0 |
||||
swww_transition_duration = 2 |
||||
swww_transition_fps = 60 |
||||
post_command = ~/.config/hypr/UserScripts/WallpaperSelectWaypaper.sh |
||||
show_hidden = False |
||||
|
||||
Loading…
Reference in new issue