about summary refs log tree commit diff
path: root/xmobarrc/top.hs
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-11-23 03:19:06 +0300
committerAzat Bahawi <azahi@teknik.io>2021-11-23 03:19:06 +0300
commit729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch)
tree53166b6c3bd96f860d0a7242353ef9cc7bb1790f /xmobarrc/top.hs
parentRemove tests (diff)
Huge update
Diffstat (limited to 'xmobarrc/top.hs')
-rw-r--r--xmobarrc/top.hs41
1 files changed, 0 insertions, 41 deletions
diff --git a/xmobarrc/top.hs b/xmobarrc/top.hs
deleted file mode 100644
index 1cdab9c..0000000
--- a/xmobarrc/top.hs
+++ /dev/null
@@ -1,41 +0,0 @@
-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 = 12
-                           , ypos = 12
-                           , width = 1576
-                           , height = 24
-                           }
-       , textOffset = 15
-       , textOffsets = [ 15, 15 ]
-       , iconOffset = -1
-       , lowerOnStart = True
-       , hideOnStart = False
-       , allDesktops = True
-       , overrideRedirect = False
-       , pickBroadest = False
-       , persistent = False
-       , border = FullBM 0
-       , borderColor = "#2f2b2a"
-       , borderWidth = 1
-       , iconRoot = "."
-       , commands = [ Run StdinReader
-                    , Run Date "<fn=1>\57893</fn> %d.%m.%y / %A / %H:%M" "date" 10
-                    , Run Weather "UUWW" [ "-t", "<fn=1>\57550</fn> <tempC>°C / <rh>% / <pressure> Pa" ] 10000
-                    ]
-       , sepChar = "%"
-       , alignSep = "}{"
-       , template = " \
-                    \%StdinReader%\
-                    \}\
-                    \\
-                    \{\
-                    \%UUWW%   %date%\
-                    \ "
-       }
-
--- vim: filetype=haskell

Consider giving Nix/NixOS a try! <3