diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-07-26 16:57:46 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-07-26 16:57:46 +0300 |
commit | b0e3b4402bb46f8fad14f6c06106677968d28554 (patch) | |
tree | 270b98c118651eed78bd09e640b7da23fd8e038d /xmobarrc/top.hs | |
parent | Sync submodules (diff) |
Revert xmobar behaviour
Diffstat (limited to 'xmobarrc/top.hs')
-rw-r--r-- | xmobarrc/top.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobarrc/top.hs b/xmobarrc/top.hs index 94b40bd..1cdab9c 100644 --- a/xmobarrc/top.hs +++ b/xmobarrc/top.hs @@ -11,7 +11,7 @@ Config { font = "xft:tewi:style=Regular:pixelsize=11,Biwidth:pixelsize=12" , height = 24 } , textOffset = 15 - , textOffsets = [15, 15] + , textOffsets = [ 15, 15 ] , iconOffset = -1 , lowerOnStart = True , hideOnStart = False |