diff --git a/src/xmobar.hs b/src/xmobar.hs index ac51265..4a666fd 100644 --- a/src/xmobar.hs +++ b/src/xmobar.hs @@ -1,8 +1,6 @@ -import Xmobar - import XMonad.Hooks.StatusBar.PP (wrap) - import XMonadConfig.GruvboxMaterial +import Xmobar -- | Configures how things should be displayed on the bar config :: Config diff --git a/src/xmonad.hs b/src/xmonad.hs index c007042..0cfbce5 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -38,8 +38,8 @@ myConfig = def myTerminal = "wezterm" myModMask = mod4Mask myBorderWidth = 3 -myNormalBorderColor = background -myFocusedBorderColor = foreground +myNormalBorderColor = "#282828" +myFocusedBorderColor = "#32302f" myWorkspaces = ["code", "chat", "web", "games", "misc"] myLauncher = "rofi -modi run,calc -show run" myScrot = "scrot -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/scrots/'"