diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:07:06 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:21:35 +0100 |
commit | 27f0c7079add14a6990cbfeb4e348e433450be63 (patch) | |
tree | 1d5ace4d1a99271a842f8df67a1aa0d85c75a284 /accounts/gkleen@sif/xmobar/xmobar.hs | |
parent | 6771b74180157e408edba8071cdcc5f49e8f32b2 (diff) | |
download | nixos-27f0c7079add14a6990cbfeb4e348e433450be63.tar nixos-27f0c7079add14a6990cbfeb4e348e433450be63.tar.gz nixos-27f0c7079add14a6990cbfeb4e348e433450be63.tar.bz2 nixos-27f0c7079add14a6990cbfeb4e348e433450be63.tar.xz nixos-27f0c7079add14a6990cbfeb4e348e433450be63.zip |
gkleen@sif: customization
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 ea53082d..ed1f6e55 100644 --- a/accounts/gkleen@sif/xmobar/xmobar.hs +++ b/accounts/gkleen@sif/xmobar/xmobar.hs | |||
@@ -7,7 +7,7 @@ main :: IO () | |||
7 | main = xmobar config | 7 | main = xmobar config |
8 | where | 8 | where |
9 | config = defaultConfig | 9 | config = defaultConfig |
10 | { font = "xft:Fira Mono for Powerline:style=Medium:pixelsize=22.5" | 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 = "grey" |