diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 | 
| commit | 70ac73bc332facb6b55044a8a6145ea805592d18 (patch) | |
| tree | 48a0b7a5e246d1900395407f9ed1e41c99d98703 /bin/guiscripts/dmtofi | |
| parent | d79faa9e1b36e99dcf8925fc3271f32950f00309 (diff) | |
checkpoint
Diffstat (limited to 'bin/guiscripts/dmtofi')
| -rwxr-xr-x | bin/guiscripts/dmtofi | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/dmtofi b/bin/guiscripts/dmtofi index 5cdc3cf..ed9f673 100755 --- a/bin/guiscripts/dmtofi +++ b/bin/guiscripts/dmtofi @@ -2,7 +2,7 @@  if ! mv ~/bin/.dmenu ~/bin/dmenu 2>/dev/null  then  	mv ~/bin/dmenu ~/bin/.dmenu -	notify-send "dmtofi" "dmenu <b>enabled</b>!" +	herbe "_dmtofi" "*enabled!"  else -	notify-send "dmtofi" "dmenu <b>disabled</b>!" +	herbe "_dmtofi" "*disabled!"  fi  | 
