Skip to content

Commit be84910

Browse files
committed
Merge branch 'master' of https://github.com/hyde-project/hyde into wallbash_templates
2 parents f8a68bc + 03bad56 commit be84910

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Configs/.config/hypr/workflows/editing.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ $WORKFLOW_DESCRIPTION = Best for writing and editing // Disables xray and blur t
66

77

88
decoration {
9-
blur:enabled = 0
9+
blur:enabled = 1
1010
active_opacity = 1
1111
inactive_opacity = 1
1212
fullscreen_opacity = 1
1313
fullscreen_opacity = 1
1414
}
1515

1616
windowrule = opaque,class:(.*) # ensure all windows are opaque
17+
18+
layerrule = blur,waybar
19+
layerrule = blur,dunst
20+
layerrule = blur,swaync-notification-window
21+
layerrule = blur,rofi

Configs/.local/lib/hyde/color.set.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ fn_wallbash() {
139139
if [ -s "${temp_target_file}" ]; then
140140
mv "${temp_target_file}" "${target_file}"
141141
fi
142-
[ -z "${exec_command}" ] || bash -c "${exec_command}" &
143-
disown
142+
[ -z "${exec_command}" ] || {
143+
bash -c "${exec_command}" &
144+
disown
145+
}
144146
}
145147

146148
scrDir="$(dirname "$(realpath "$0")")"

0 commit comments

Comments
 (0)