summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-14 04:39:14 +0100
committerjao <jao@gnu.org>2022-08-14 04:40:09 +0100
commitb4a393816356df8a38a1198a4fd65537f6bb3569 (patch)
tree5a585a40e410af9c3946ec254b5aae8c90acfbd8 /src
parent17ec956a0bc3ab9a42c728dfd56a813138eff4e9 (diff)
downloadxmobar-config-b4a393816356df8a38a1198a4fd65537f6bb3569.tar.gz
xmobar-config-b4a393816356df8a38a1198a4fd65537f6bb3569.tar.bz2
load icons (and other minor) tweaks
Diffstat (limited to 'src')
-rw-r--r--src/Single.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Single.hs b/src/Single.hs
index 27179ef..44dd6f7 100644
--- a/src/Single.hs
+++ b/src/Single.hs
@@ -23,8 +23,7 @@ master on off p = Volume "default" "Master" (args ++ ("--":ext)) 10
config p = (baseConfig p) {
position = TopSize C 100 (defaultHeight - 2)
, textOffset = offset
- , textOffsets = [offset - 1, offset - 1, offset + 2
- , offset, offset + 1, offset, offset]
+ , textOffsets = [offset - 1, offset - 1, offset + 2 , offset, offset + 1]
, bgColor = if pIsLight p then "gray94" else "black"
, alpha = 255
, border = FullB