1 parent ac7f837 commit e66d514Copy full SHA for e66d514
1 file changed
scripts/bash-ghost-text
@@ -8,6 +8,7 @@ _ghost_cmd_cache_file="$_ghost_text_cache_dir/ghost_path.cache"
8
_ghost_state_file="$_ghost_text_cache_dir/ghost_mode"
9
_ghost_lock_first_level=true
10
_ghost_space_mode="native" # "native" or "unlock"
11
+_ghost_notify_volume=40000
12
_ghost_regenerate=false
13
_ghost_history_data=""
14
_ghost_suggestion=""
@@ -20,7 +21,6 @@ _ghost_notify() {
20
21
local audio="/usr/share/sounds/freedesktop/stereo/suspend-error.oga"
22
local icon="$HOME/.shell_utils/icons/Ghost-Text.png"
23
local icon_fallback="xterm-color_48x48"
- export _ghost_notify_volume=40000
24
local a="$1"
25
local b="$2"
26
0 commit comments