diff options
-rw-r--r-- | Browser/vimb/config.static | 4 | ||||
-rwxr-xr-x | Panel/lemonbar/panel_bar | 14 |
2 files changed, 7 insertions, 11 deletions
diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static index dc06fba..90a1239 100644 --- a/Browser/vimb/config.static +++ b/Browser/vimb/config.static @@ -33,7 +33,7 @@ nmap A :open aur nmap ( <C-O> nmap ) <C-N> nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR> -nmap J :set scripts=true -nmap D :set scripts=false +nmap J :set scripts=true<CR> +nmap D :set scripts=false<CR> au LoadFinished * sh! '~/dotfiles/Panel/lemonbar/windows' diff --git a/Panel/lemonbar/panel_bar b/Panel/lemonbar/panel_bar index 3d29d4f..6918969 100755 --- a/Panel/lemonbar/panel_bar +++ b/Panel/lemonbar/panel_bar @@ -6,15 +6,11 @@ num_mon=$(bspc query -M | wc -l) . ./icons while read -r line ; do case $line in -# Imail) -# mbsync -a > /dev/null -# if [ `rpws current` -eq 9 ];then -# mail='' -# else -# mail="%{F$COLOR_STATUS_FG}%{B$COLOR_STATUS_BG} ${ICON_MAIL} %{B-}%{F-}" -# fi -# ;; -# + Imail) + mbsync -a > /dev/null + mail="%{F$COLOR_STATUS_FG}%{B$COLOR_STATUS_BG} ${ICON_MAIL} %{B-}%{F-}" + ;; + # Iface) # if [ `rpws current` -eq 10 ];then # face='' |