diff options
author | jao <jao@gnu.org> | 2022-02-07 03:58:14 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-07 19:46:22 +0000 |
commit | c75f31c0887b12c1e9fd63a05a494d703c43576a (patch) | |
tree | 6d431f390f92152fdf16efb6abff1cc46dfd5b53 /src/Xmobar/Run | |
parent | 5768a50352f2e0fc4e56b48faf09a71cc8b8e9fc (diff) | |
download | xmobar-c75f31c0887b12c1e9fd63a05a494d703c43576a.tar.gz xmobar-c75f31c0887b12c1e9fd63a05a494d703c43576a.tar.bz2 |
swaybar-protocol: additionalFonts via pango markup
Diffstat (limited to 'src/Xmobar/Run')
-rw-r--r-- | src/Xmobar/Run/Parsers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Run/Parsers.hs b/src/Xmobar/Run/Parsers.hs index 8a1ba0a..7c5e64c 100644 --- a/src/Xmobar/Run/Parsers.hs +++ b/src/Xmobar/Run/Parsers.hs @@ -17,6 +17,7 @@ module Xmobar.Run.Parsers ( parseString , colorComponents , Segment + , FontIndex , Box(..) , BoxBorder(..) , BoxOffset(..) |