From 57626c74f8043884a20aba7365281bdd129c2e4b Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 10 Aug 2017 12:00:42 +0100 Subject: [PATCH] lxdrive indicator moved to the left side of spaceline --- lib/extensions/editor/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index 5f6c6ea..fc14930 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -70,20 +70,21 @@ (spaceline-define-segment lxdrive "lxdrive indicator on spaceline." (if (and (boundp 'lxdrive-minor-mode) lxdrive-minor-mode) - (all-the-icons-faicon "arrows" :height 0.8 :v-adjust 0.1 :face 'all-the-icons-lgreen) - (all-the-icons-faicon "pencil" :height 0.8 :v-adjust 0.1 :face 'all-the-icons-blue))) + (all-the-icons-faicon "arrows" :height 0.8 :v-adjust 0.15 :face 'all-the-icons-lgreen) + (all-the-icons-faicon "pencil" :height 0.8 :v-adjust 0.15)) + :tight t) (spaceline-compile "ati" '( - ((ati-modified ati-window-numbering ati-buffer-size) :face highlight-face :skip-alternate t) + ((ati-modified ati-window-numbering ati-buffer-size lxdrive) :face highlight-face :skip-alternate t) ((ati-projectile ati-mode-icon ati-buffer-id) :face default-face) ((ati-process ati-position ati-region-info) :face highlight-face :separator " | ") ((ati-vc-icon ati-flycheck-status ati-(point)ackage-updates purpose) :separator " ยท " :face other-face) ;; ((minor-modes) :face default-face) ) - '(((lxdrive ati-time) :separator " | " :face default-face))) + '(((ati-time) :separator " | " :face default-face)))