about summary refs log tree commit diff
path: root/xmobarrc/top.hs
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2019-06-29 18:16:16 +0300
committerazahi <azahi@teknik.io>2019-06-29 18:16:16 +0300
commit9394e86a2ea44c29035630f54d276bd9712746c9 (patch)
tree765f36c517f1e99169741990d1923722d9515882 /xmobarrc/top.hs
parentBump version 0.15.3 (diff)
Replace alsa-mixer with external shell alternative
Modify fonts
Remove urgency hook
Remove selection notification
Decrease spacing and apply it to bars
Tweak colors
Diffstat (limited to 'xmobarrc/top.hs')
-rw-r--r--xmobarrc/top.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmobarrc/top.hs b/xmobarrc/top.hs
index c502cbd..83fa5d2 100644
--- a/xmobarrc/top.hs
+++ b/xmobarrc/top.hs
@@ -1,17 +1,17 @@
-Config { font = "xft:tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsize=12,Misc Fixed Wide:size=8"
+Config { font = "xft:tewi:style=Regular:pixelsize=11,Biwidth:pixelsize=12"
        , additionalFonts = [ "xft:Siji:style=Regular"
                            , "xft:tewi:style=Bold:pixelsize=11"
                            ]
        , bgColor = "#0b0806"
        , fgColor = "#a19782"
        , alpha = 255
-       , position = Static { xpos = 0
-                           , ypos = 0
-                           , width = 1600
+       , position = Static { xpos = 12
+                           , ypos = 12
+                           , width = 1576
                            , height = 24
                            }
-       , textOffset = -1
-       , textOffsets = [-1, -1]
+       , textOffset = 15
+       , textOffsets = [15, 15]
        , iconOffset = -1
        , lowerOnStart = True
        , hideOnStart = False
@@ -37,5 +37,5 @@ Config { font = "xft:tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsize=12,
                     \%UUWW%   %date%\
                     \ "
        }
-   
+
 -- vim:filetype=haskell:expandtab:tabstop=4:shiftwidth=4

Consider giving Nix/NixOS a try! <3