From 67c7c94ace5e42515766a8053bbc83e452b2ec71 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 20 Jan 2017 13:54:21 +0300 Subject: [PATCH] dunst with icons and fix for git prompt --- bashplugins | 2 +- dunstrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashplugins b/bashplugins index d3cc58b..3ca68cb 100644 --- a/bashplugins +++ b/bashplugins @@ -23,7 +23,7 @@ enable_git_prompt() if [[ $USER == 'von' ]]; then git_prompt_username="" else - git_prompt_username="${pnred}${USER}${preset} " + git_prompt_username="${pred}${USER}${preset} " fi GIT_PROMPT_PREFIX="[ " GIT_PROMPT_SUFFIX=" ]" diff --git a/dunstrc b/dunstrc index 3b032eb..ae07507 100644 --- a/dunstrc +++ b/dunstrc @@ -27,7 +27,7 @@ startup_notification = false dmenu = /usr/bin/dmenu -p dunst: 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/ [frame]