diff options
Diffstat (limited to 'xmobar.config-sample')
| -rw-r--r-- | xmobar.config-sample | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/xmobar.config-sample b/xmobar.config-sample index 289af9b..32bd759 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -3,7 +3,12 @@ Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"         , fgColor = "#00ff00"         , xPos = 0         , yPos = 0 -       , width = 1024 -       , hight = 15 +       , width = 200 +       , hight = 20 +       , align = "center"         , refresh = 10 +       , commands = [("date", ["+%d-%m-%Y %X"])] +       , sepChar = "%" +       , template = "<fc=#0000ff>%date%</fc>" +         } | 
