diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-10 21:21:55 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-10 21:21:55 +0100 |
commit | e203311de813949dec992b76b04410068768eaf5 (patch) | |
tree | 7ab620c96fbb8316b16c7f48546bc7e772bff939 /accounts/gkleen@sif/xmobar/xmobar.hs | |
parent | 75dfe61a72f41c55b281bc81aa2e8b6e708a6124 (diff) | |
download | nixos-e203311de813949dec992b76b04410068768eaf5.tar nixos-e203311de813949dec992b76b04410068768eaf5.tar.gz nixos-e203311de813949dec992b76b04410068768eaf5.tar.bz2 nixos-e203311de813949dec992b76b04410068768eaf5.tar.xz nixos-e203311de813949dec992b76b04410068768eaf5.zip |
…
Diffstat (limited to 'accounts/gkleen@sif/xmobar/xmobar.hs')
-rw-r--r-- | accounts/gkleen@sif/xmobar/xmobar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmobar/xmobar.hs b/accounts/gkleen@sif/xmobar/xmobar.hs index ed1f6e55..74ce7347 100644 --- a/accounts/gkleen@sif/xmobar/xmobar.hs +++ b/accounts/gkleen@sif/xmobar/xmobar.hs | |||
@@ -10,7 +10,7 @@ main = xmobar config | |||
10 | { font = "xft:FiraCode Nerd Font Mono:style=Regular:pixelsize=21" | 10 | { font = "xft:FiraCode Nerd Font Mono:style=Regular:pixelsize=21" |
11 | , position = OnScreen 0 $ TopP 0 307 | 11 | , position = OnScreen 0 $ TopP 0 307 |
12 | , bgColor = "black" | 12 | , bgColor = "black" |
13 | , fgColor = "grey" | 13 | , fgColor = "#808080" |
14 | , overrideRedirect = False | 14 | , overrideRedirect = False |
15 | , template = | 15 | , template = |
16 | let left = intercalate " | " | 16 | let left = intercalate " | " |