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
|
Config { overrideRedirect = False
|
||||||
, font = "xft:iosevka-9"
|
, font = "xft:iosevka-9"
|
||||||
, bgColor = "#1f1f1f"
|
, bgColor = "#000000"
|
||||||
, fgColor = "#f8f8f2"
|
, fgColor = "#f8f8f2"
|
||||||
, position = TopW L 90
|
, position = TopW L 90
|
||||||
, commands = [
|
, commands = [
|
||||||
|
|||||||
@ -6,6 +6,7 @@ import XMonad.Actions.RotSlaves
|
|||||||
|
|
||||||
import XMonad.Hooks.DynamicLog
|
import XMonad.Hooks.DynamicLog
|
||||||
import XMonad.Hooks.EwmhDesktops
|
import XMonad.Hooks.EwmhDesktops
|
||||||
|
import XMonad.Hooks.ManageDocks
|
||||||
import XMonad.Hooks.StatusBar
|
import XMonad.Hooks.StatusBar
|
||||||
import XMonad.Hooks.StatusBar.PP
|
import XMonad.Hooks.StatusBar.PP
|
||||||
|
|
||||||
@ -21,7 +22,6 @@ main :: IO ()
|
|||||||
main = xmonad
|
main = xmonad
|
||||||
. ewmhFullscreen
|
. ewmhFullscreen
|
||||||
. ewmh
|
. ewmh
|
||||||
-- . xmobarProp
|
|
||||||
. withEasySB (statusBarProp "xmobar" (pure myXmobarPP)) defToggleStrutsKey
|
. withEasySB (statusBarProp "xmobar" (pure myXmobarPP)) defToggleStrutsKey
|
||||||
$ myConfig
|
$ myConfig
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user