mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file
This commit is contained in:
parent
469ff726a4
commit
ac8aefbc92
10
XMonad/Config/dmwit.xmobarrc
Normal file
10
XMonad/Config/dmwit.xmobarrc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Config {
|
||||||
|
font = "xft:Monospace:pixelsize=14,-*-*-*-r-*-*-16-*-*-*-*-*-*-*",
|
||||||
|
bgColor = "#000040",
|
||||||
|
fgColor = "#80c0ff",
|
||||||
|
position = TopSize C 100 26,
|
||||||
|
lowerOnStart = True,
|
||||||
|
commands = [ Run Com "date" ["+%H:%M"] "" 30 ],
|
||||||
|
sepChar = "%",
|
||||||
|
alignSep = "}{"
|
||||||
|
}
|
@ -30,6 +30,7 @@ extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
|||||||
tests/Selective.hs
|
tests/Selective.hs
|
||||||
tests/SwapWorkspaces.hs
|
tests/SwapWorkspaces.hs
|
||||||
tests/XPrompt.hs
|
tests/XPrompt.hs
|
||||||
|
XMonad/Config/dmwit.xmobarrc
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
bug-reports: http://code.google.com/p/xmonad/issues/list
|
bug-reports: http://code.google.com/p/xmonad/issues/list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user