Compare commits

...

2 commits

Author SHA1 Message Date
1dc7c4b9ac
chore: refactor 2025-02-23 18:02:29 +08:00
81b30d1bed
feat: update borders 2025-02-23 17:59:34 +08:00
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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/'"