dunst with icons and fix for git prompt
This commit is contained in:
parent
500e56eb54
commit
67c7c94ace
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ enable_git_prompt()
|
||||||
if [[ $USER == 'von' ]]; then
|
if [[ $USER == 'von' ]]; then
|
||||||
git_prompt_username=""
|
git_prompt_username=""
|
||||||
else
|
else
|
||||||
git_prompt_username="${pnred}${USER}${preset} "
|
git_prompt_username="${pred}${USER}${preset} "
|
||||||
fi
|
fi
|
||||||
GIT_PROMPT_PREFIX="[ "
|
GIT_PROMPT_PREFIX="[ "
|
||||||
GIT_PROMPT_SUFFIX=" ]"
|
GIT_PROMPT_SUFFIX=" ]"
|
||||||
|
|
2
dunstrc
2
dunstrc
|
@ -27,7 +27,7 @@
|
||||||
startup_notification = false
|
startup_notification = false
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
browser = /home/von/.local/bin/default-web-browser
|
browser = /home/von/.local/bin/default-web-browser
|
||||||
icon_position = off
|
icon_position = left
|
||||||
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
|
|
Loading…
Reference in a new issue