Skip to content

Commit e66d514

Browse files
A Dynamic Collection of Shell Scripts with Educational Purpose
1 parent ac7f837 commit e66d514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bash-ghost-text

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ _ghost_cmd_cache_file="$_ghost_text_cache_dir/ghost_path.cache"
88
_ghost_state_file="$_ghost_text_cache_dir/ghost_mode"
99
_ghost_lock_first_level=true
1010
_ghost_space_mode="native" # "native" or "unlock"
11+
_ghost_notify_volume=40000
1112
_ghost_regenerate=false
1213
_ghost_history_data=""
1314
_ghost_suggestion=""
@@ -20,7 +21,6 @@ _ghost_notify() {
2021
local audio="/usr/share/sounds/freedesktop/stereo/suspend-error.oga"
2122
local icon="$HOME/.shell_utils/icons/Ghost-Text.png"
2223
local icon_fallback="xterm-color_48x48"
23-
export _ghost_notify_volume=40000
2424
local a="$1"
2525
local b="$2"
2626

0 commit comments

Comments
 (0)