Update XMonad config
This commit is contained in:
parent
e7d454ae5c
commit
8d9013b76f
@ -2,7 +2,7 @@ Config { overrideRedirect = False
|
||||
, font = "Bitstream Vera Sans Mono Bold 9"
|
||||
, bgColor = "black"
|
||||
, fgColor = "#646464"
|
||||
, position = TopW L 95
|
||||
, position = TopW L 92
|
||||
, border = BottomB
|
||||
, borderColor = "#646464"
|
||||
, allDesktops = True
|
||||
@ -13,7 +13,7 @@ Config { overrideRedirect = False
|
||||
, "-H", "25"
|
||||
, "--low" , "lightblue"
|
||||
, "--normal" , "#f8f8f2"
|
||||
, "--high" , "red"
|
||||
, "--high" , "darkred"
|
||||
] 9000
|
||||
, Run MultiCpu
|
||||
[ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%"
|
||||
|
@ -13,7 +13,7 @@ Config { overrideRedirect = False
|
||||
, "-H", "25"
|
||||
, "--low" , "lightblue"
|
||||
, "--normal" , "#f8f8f2"
|
||||
, "--high" , "red"
|
||||
, "--high" , "darkred"
|
||||
] 9000
|
||||
, Run MultiCpu
|
||||
[ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%"
|
||||
@ -52,5 +52,5 @@ Config { overrideRedirect = False
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%XMonadLog% } %uptime% {%multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% "
|
||||
, template = "%XMonadLog% | %uptime% }{%multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% "
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ main = xmonad
|
||||
myConfig = def
|
||||
{ modMask = mod4Mask
|
||||
, terminal = "kitty"
|
||||
, focusedBorderColor = "#00b300"
|
||||
, focusedBorderColor = "#006700"
|
||||
, normalBorderColor = "#000000"
|
||||
, layoutHook = myLayout
|
||||
, startupHook = myStartupHook
|
||||
@ -83,14 +83,16 @@ myStartupHook = do
|
||||
spawnOnce "xsetroot -cursor_name left_ptr"
|
||||
spawnOnce "mons -e left && ~/.fehbg"
|
||||
spawnOnce "xscreensaver -no-splash"
|
||||
spawnOnce "redshift"
|
||||
spawnOnce "trayer --edge top --align right --SetDockType true \
|
||||
\--SetPartialStrut true --expand true --width 8 \
|
||||
\--transparent true --tint 0x1f2022 --height 18 \
|
||||
\--monitor 0"
|
||||
spawnOnce "redshift-gtk"
|
||||
spawnOnce "udiskie"
|
||||
spawnOnce "nm-applet"
|
||||
spawnOnce "discover-overlay"
|
||||
spawnOnce "trayer --edge top --align right --SetDockType true \
|
||||
\--SetPartialStrut true --expand true --width 5 \
|
||||
\--transparent true --tint 0x1f2022 --height 18 \
|
||||
\--monitor 0"
|
||||
spawnOnce "arch-audit-gtk"
|
||||
spawnOnce "xcompmgr"
|
||||
|
||||
myManageHook :: ManageHook
|
||||
myManageHook = composeAll
|
||||
|
Loading…
x
Reference in New Issue
Block a user