Update XMonad config

This commit is contained in:
daniele 2024-03-24 12:18:26 +01:00
parent e7d454ae5c
commit 8d9013b76f
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
3 changed files with 12 additions and 10 deletions

View File

@ -2,7 +2,7 @@ Config { overrideRedirect = False
, font = "Bitstream Vera Sans Mono Bold 9" , font = "Bitstream Vera Sans Mono Bold 9"
, bgColor = "black" , bgColor = "black"
, fgColor = "#646464" , fgColor = "#646464"
, position = TopW L 95 , position = TopW L 92
, border = BottomB , border = BottomB
, borderColor = "#646464" , borderColor = "#646464"
, allDesktops = True , allDesktops = True
@ -13,7 +13,7 @@ Config { overrideRedirect = False
, "-H", "25" , "-H", "25"
, "--low" , "lightblue" , "--low" , "lightblue"
, "--normal" , "#f8f8f2" , "--normal" , "#f8f8f2"
, "--high" , "red" , "--high" , "darkred"
] 9000 ] 9000
, Run MultiCpu , Run MultiCpu
[ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%" [ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%"

View File

@ -13,7 +13,7 @@ Config { overrideRedirect = False
, "-H", "25" , "-H", "25"
, "--low" , "lightblue" , "--low" , "lightblue"
, "--normal" , "#f8f8f2" , "--normal" , "#f8f8f2"
, "--high" , "red" , "--high" , "darkred"
] 9000 ] 9000
, Run MultiCpu , Run MultiCpu
[ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%" [ "--template" , "Cpu: <total0>%|<total1>%|<total2>%|<total3>%|<total4>%|<total5>%"
@ -52,5 +52,5 @@ Config { overrideRedirect = False
] ]
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = "%XMonadLog% } %uptime% {%multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% " , template = "%XMonadLog% | %uptime% }{%multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% "
} }

View File

@ -25,7 +25,7 @@ main = xmonad
myConfig = def myConfig = def
{ modMask = mod4Mask { modMask = mod4Mask
, terminal = "kitty" , terminal = "kitty"
, focusedBorderColor = "#00b300" , focusedBorderColor = "#006700"
, normalBorderColor = "#000000" , normalBorderColor = "#000000"
, layoutHook = myLayout , layoutHook = myLayout
, startupHook = myStartupHook , startupHook = myStartupHook
@ -83,14 +83,16 @@ myStartupHook = do
spawnOnce "xsetroot -cursor_name left_ptr" spawnOnce "xsetroot -cursor_name left_ptr"
spawnOnce "mons -e left && ~/.fehbg" spawnOnce "mons -e left && ~/.fehbg"
spawnOnce "xscreensaver -no-splash" 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 "udiskie"
spawnOnce "nm-applet" spawnOnce "nm-applet"
spawnOnce "discover-overlay" spawnOnce "discover-overlay"
spawnOnce "trayer --edge top --align right --SetDockType true \ spawnOnce "arch-audit-gtk"
\--SetPartialStrut true --expand true --width 5 \ spawnOnce "xcompmgr"
\--transparent true --tint 0x1f2022 --height 18 \
\--monitor 0"
myManageHook :: ManageHook myManageHook :: ManageHook
myManageHook = composeAll myManageHook = composeAll