summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index c843559..0b64798 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -65,7 +65,7 @@ function print_tags() {
function print_mailboxes() {
declare -A mailnames
- mailboxes=(ninthfloor gmail arch aethon ryuslash.org)
+ mailboxes=(ninthfloor gmail aethon ryuslash.org)
mailnames=([ninthfloor]="9f" [gmail]="gm" [aethon]="aet" [ryuslash.org]="ryu")
mailtxt=""
for j in "${mailboxes[@]}"; do