chore: just fixing some stuff

This commit is contained in:
Afonso Franco 2023-05-16 01:45:30 +01:00
parent 57591b0c03
commit 43039912d9
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 16 additions and 49 deletions

View file

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