Merge branch 'main' of https://gitlab.inkletblot.com/inkletblot/config
This commit is contained in:
commit
5ea6b7f5e6
@ -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
|
|
||||||
}
|
|
||||||
@ -457,8 +457,8 @@ main = do
|
|||||||
-- xmproc0 <- spawnPipe toProc
|
-- xmproc0 <- spawnPipe toProc
|
||||||
|
|
||||||
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
||||||
xmproc1 <- spawnPipe "xmobar -x 1 /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"
|
-- xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
||||||
|
|
||||||
xmonad $ ewmh $ docks def
|
xmonad $ ewmh $ docks def
|
||||||
-- defaults = def
|
-- defaults = def
|
||||||
@ -484,8 +484,8 @@ main = do
|
|||||||
-- logHook = myLogHook,
|
-- logHook = myLogHook,
|
||||||
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
||||||
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
||||||
>> hPutStrLn xmproc1 x
|
-- >> hPutStrLn xmproc1 x
|
||||||
>> hPutStrLn xmproc2 x
|
-- >> hPutStrLn xmproc2 x
|
||||||
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
||||||
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
||||||
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user