diff options
Diffstat (limited to 'xmobar.config-sample')
| -rw-r--r-- | xmobar.config-sample | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/xmobar.config-sample b/xmobar.config-sample new file mode 100644 index 0000000..69b068c --- /dev/null +++ b/xmobar.config-sample @@ -0,0 +1,8 @@ +Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*" +       , bgColor = "#000000" +       , fgColor = "#00ff00" +       , xPos = 0 +       , yPos = 0 +       , width = 1024 +       , hight = 15 +       } | 
