Compare commits
2 commits
fdf74fe159
...
1dc7c4b9ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dc7c4b9ac | |||
| 81b30d1bed |
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue