diff options
Diffstat (limited to 'xmobarrc')
| -rw-r--r-- | xmobarrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xmobarrc b/xmobarrc new file mode 100644 index 0000000..605086f --- /dev/null +++ b/xmobarrc @@ -0,0 +1,9 @@ +Config { + font = "xft:Lato" + , position = Top + , bgColor = "#202020" + , border = BottomB + , borderColor = "#202020" + , borderWidth = 4 + , lowerOnStart = True +} |