summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))