File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ general {
28
28
resize_on_border = true
29
29
30
30
col.active_border = $color12
31
- col.inactive_border = $backgroundCol
31
+ col.inactive_border = $background
32
32
33
33
layout = dwindle
34
34
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ iDIR="$HOME/.config/swaync/images"
15
15
# swww transition config
16
16
FPS=60
17
17
TYPE=" wipe"
18
- DURATION=2
18
+ DURATION=1.5
19
19
BEZIER=" .43,1.19,1,.4"
20
20
SWWW_PARAMS=" --transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION "
21
21
@@ -78,11 +78,11 @@ main() {
78
78
# Execute swww command after image conversion
79
79
swww img -o " $focused_monitor " " $wallpaper_output " $SWWW_PARAMS &
80
80
# Wait for swww command to complete
81
- wait $!
81
+ sleep 1.5
82
82
# Wait for other commands to finish
83
83
wallust run " $wallpaper_output " -s &
84
84
# Wait for other commands to finish
85
- wait $!
85
+ sleep 0.5
86
86
# Refresh rofi, waybar, wallust palettes
87
87
" ${SCRIPTSDIR} /Refresh.sh"
88
88
notify-send -u low -i " $iDIR /bell.png" " $choice effects applied"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration
21
21
22
22
swww query || swww-daemon --format xrgb && swww img -o $focused_monitor ${RANDOMPICS} $SWWW_PARAMS
23
23
24
-
25
- ${scriptsDir} /WallustSwww.sh
26
24
sleep 1
25
+ ${scriptsDir} /WallustSwww.sh
26
+ sleep 0.5
27
27
${scriptsDir} /Refresh.sh
28
28
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ focused_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{pri
11
11
# swww transition config
12
12
FPS=60
13
13
TYPE=" any"
14
- DURATION=2
14
+ DURATION=1.5
15
15
BEZIER=" .43,1.19,1,.4"
16
16
SWWW_PARAMS=" --transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION "
17
17
@@ -69,9 +69,9 @@ main() {
69
69
# Random choice case
70
70
if [[ " $choice " == " $RANDOM_PIC_NAME " ]]; then
71
71
swww img -o " $focused_monitor " " $RANDOM_PIC " $SWWW_PARAMS ;
72
- sleep 0 .5
72
+ sleep 1 .5
73
73
" $SCRIPTSDIR /WallustSwww.sh"
74
- sleep 0.2
74
+ sleep 0.5
75
75
" $SCRIPTSDIR /Refresh.sh"
76
76
exit 0
77
77
fi
102
102
103
103
main
104
104
105
- sleep 0 .5
105
+ sleep 1 .5
106
106
" $SCRIPTSDIR /WallustSwww.sh"
107
107
108
- sleep 0.2
108
+ sleep 0.5
109
109
" $SCRIPTSDIR /Refresh.sh"
110
110
You can’t perform that action at this time.
0 commit comments