chore: just fixing some stuff
This commit is contained in:
parent
57591b0c03
commit
43039912d9
3 changed files with 16 additions and 49 deletions
|
@ -77,7 +77,7 @@ myFocusedBorderColor = "#01F9C6"
|
|||
|
||||
myBorderWidth = 2
|
||||
|
||||
myWorkspaces = ["main","web","text","code","social","mail"]
|
||||
myWorkspaces = ["main","web","text","code","social","monitoring"]
|
||||
myWorkspaceIndices = zip myWorkspaces [1..]
|
||||
|
||||
@end
|
||||
|
@ -188,6 +188,7 @@ myStartupHook = do
|
|||
spawn ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --widthtype request --padding 7 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 26 --distance 5 &")
|
||||
spawnOn "web" myWebBrowser
|
||||
spawnOn "main" myTerminal
|
||||
spawnOn "monitoring" ("alacritty -e btop")
|
||||
@end
|
||||
* XMobar Config
|
||||
@code haskell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue