diff --git a/.config/xmobar/xmobarrc_hdmi b/.config/xmobar/xmobarrc_hdmi index 0c9f8a2..178ccef 100644 --- a/.config/xmobar/xmobarrc_hdmi +++ b/.config/xmobar/xmobarrc_hdmi @@ -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: %|%|%|%|%|%" diff --git a/.config/xmobar/xmobarrc_laptop b/.config/xmobar/xmobarrc_laptop index df9a81b..640e7f4 100644 --- a/.config/xmobar/xmobarrc_laptop +++ b/.config/xmobar/xmobarrc_laptop @@ -13,7 +13,7 @@ Config { overrideRedirect = False , "-H", "25" , "--low" , "lightblue" , "--normal" , "#f8f8f2" - , "--high" , "red" + , "--high" , "darkred" ] 9000 , Run MultiCpu [ "--template" , "Cpu: %|%|%|%|%|%" @@ -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% " } diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 0b3b0c4..a48630d 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -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