summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-06-17 01:31:14 +0200
committerGravatar Tom Willemse2016-06-17 01:31:14 +0200
commit2123187afab63a05dbd369ff598f28d28f1cfbcc (patch)
treef87216a952c7fbc841fe1a8bad66ad175e197493
parentec21b7811409fa5ec5626353c9199225430076e6 (diff)
downloaddotfiles-2123187afab63a05dbd369ff598f28d28f1cfbcc.tar.gz
dotfiles-2123187afab63a05dbd369ff598f28d28f1cfbcc.zip
Remove spacers
-rw-r--r--mowedline/.config/mowedline/init.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/mowedline/.config/mowedline/init.scm b/mowedline/.config/mowedline/init.scm
index edc3302..dca3699 100644
--- a/mowedline/.config/mowedline/init.scm
+++ b/mowedline/.config/mowedline/init.scm
@@ -50,12 +50,9 @@
(widget:spacer 'flex 1)
(widget:text 'name "mpd"
'format (add-fa-icon ""))
- (widget:spacer 'width 5)
(widget:text 'name "irclist" 'format identity)
- (widget:spacer 'width 5)
(widget:text 'name "email"
'format (compose text-maybe-pad-both (add-fa-icon "")))
- (widget:spacer 'width 5)
(widget:flags 'name "cam-status"
'font "FontAwesome-10"
'flags '(("suspended" color "#a88654" "")
@@ -65,5 +62,4 @@
'font "FontAwesome-10"
'flags '(("Unlocked" color "#65a854" "")
("Locked" color "#a85454" "")))
- (widget:spacer 'width 5)
(widget:clock))