changes from archmetabox

This commit is contained in:
Solomon Laing 2021-07-25 19:34:09 +09:30
parent 3c723de808
commit 7fb6c755eb
2 changed files with 4 additions and 29 deletions

View File

@ -1,25 +0,0 @@
{
"explorer.confirmDelete": false,
"workbench.colorTheme": "Night Owl",
"bracket-pair-colorizer-2.forceUniqueOpeningColor": true,
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code'",
"editor.fontWeight": "400",
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"cSpell.enabled": true,
"git.ignoreMissingGitWarning": true
}

View File

@ -456,8 +456,8 @@ main = do
-- xmproc0 <- spawnPipe toProc
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
-- xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
-- xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
xmonad $ ewmh $ docks def
-- defaults = def
@ -483,8 +483,8 @@ main = do
-- logHook = myLogHook,
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
{ ppOutput = \x -> hPutStrLn xmproc0 x
>> hPutStrLn xmproc1 x
>> hPutStrLn xmproc2 x
-- >> hPutStrLn xmproc1 x
-- >> hPutStrLn xmproc2 x
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar