Fixed a minor error in xmobarrc when executing trayer script.

This commit is contained in:
Derek Taylor 2021-10-12 23:06:56 -05:00
parent 4924eed705
commit e40c30ebb0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:h
-- Time and date
, Run Date "<fn=2>\xf017</fn> %b %d %Y - (%H:%M) " "date" 50
-- Script that dynamically adjusts xmobar padding depending on number of trayer icons.
, Run Com "/home/dt/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 20
, Run Com ".config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 20
-- Prints out the left side items such as workspaces, layout, etc.
, Run UnsafeStdinReader
]