From cd2452a65388e3642c7dcabb0a34a33983bbe63c Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 24 Nov 2016 14:55:45 +0000 Subject: add to vimb hotkeys --- Browser/vimb/config.static | 4 ++-- 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 ( nmap ) nmap S :set scripts=false r :shellcmd mpv --no-terminal "%s" :set scripts=true -nmap J :set scripts=true -nmap D :set scripts=false +nmap J :set scripts=true +nmap D :set scripts=false 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='' -- cgit v1.2.3-54-g00ecf