Add delimiter in taffybar between clock and workspaces

This commit is contained in:
Daniel - 2019-02-02 11:31:16 +01:00
parent d84b83cb96
commit a25f2c86a8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,10 @@ main = do
Gtk.toWidget label :: TaffyIO Gtk.Widget
myConfig = defaultSimpleTaffyConfig
{ startWidgets =
(clock >>= buildContentsBox) : workspaces : map (>>= buildContentsBox) [ layout, bar, commandRunnerNew 1.0 "emacs-current-task" [] "", bar, windows ]
(clock >>= buildContentsBox)
: (bar >>= buildContentsBox)
: workspaces
: map (>>= buildContentsBox) [ layout, bar, commandRunnerNew 1.0 "emacs-current-task" [] "", bar, windows ]
, endWidgets = map (>>= buildContentsBox)
[ textBatteryNew "$percentage$% ($status$)"
, tray