Background black for xmobar and try to fix crashing
This commit is contained in:
parent
057d5ac9a0
commit
4dd3a07c0d
@ -1,6 +1,6 @@
|
||||
Config { overrideRedirect = False
|
||||
, font = "xft:iosevka-9"
|
||||
, bgColor = "#1f1f1f"
|
||||
, bgColor = "#000000"
|
||||
, fgColor = "#f8f8f2"
|
||||
, position = TopW L 90
|
||||
, commands = [
|
||||
|
||||
@ -6,6 +6,7 @@ import XMonad.Actions.RotSlaves
|
||||
|
||||
import XMonad.Hooks.DynamicLog
|
||||
import XMonad.Hooks.EwmhDesktops
|
||||
import XMonad.Hooks.ManageDocks
|
||||
import XMonad.Hooks.StatusBar
|
||||
import XMonad.Hooks.StatusBar.PP
|
||||
|
||||
@ -21,7 +22,6 @@ main :: IO ()
|
||||
main = xmonad
|
||||
. ewmhFullscreen
|
||||
. ewmh
|
||||
-- . xmobarProp
|
||||
. withEasySB (statusBarProp "xmobar" (pure myXmobarPP)) defToggleStrutsKey
|
||||
$ myConfig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user