diff --git a/home/xmonad/.config/xmobar/gruvbox/config.hs b/home/xmonad/.config/xmobar/gruvbox/config.hs
index e1c1f64..413b580 100644
--- a/home/xmonad/.config/xmobar/gruvbox/config.hs
+++ b/home/xmonad/.config/xmobar/gruvbox/config.hs
@@ -52,7 +52,7 @@ Config {
, "--High" , "5000" -- units: B/s
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- cpu activity monitor
@@ -61,7 +61,7 @@ Config {
, "--High" , "85" -- units: %
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- cpu core temperature monitor
@@ -70,7 +70,7 @@ Config {
, "--High" , "80" -- units: °C
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 50
-- memory usage monitor
@@ -79,7 +79,7 @@ Config {
, "--High" , "90" -- units: %
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- battery monitor
@@ -105,7 +105,7 @@ Config {
-- keyboard layout indicator
, Run Kbd [ ("us" , "EN")
- , ("ru" , "RU")
+ , ("ru" , "RU")
]
, Run StdinReader
, Run Brightness
diff --git a/home/xmonad/.config/xmobar/gruvbox/config_second.hs b/home/xmonad/.config/xmobar/gruvbox/config_second.hs
index e1c1f64..276ad20 100644
--- a/home/xmonad/.config/xmobar/gruvbox/config_second.hs
+++ b/home/xmonad/.config/xmobar/gruvbox/config_second.hs
@@ -1,10 +1,10 @@
Config {
-- appearance
- font = "xft:Mononoki-11:bold:antialias=true:hinting=true"
+ font = "xft:Mononoki Nerd Font-14:bold:antialias=true:hinting=true"
, additionalFonts = [
- "xft:Fira Code-10:bold:antialias=true:hinting=True"
- , "xft:Mononoki-10:bold:antialias=true:hinting=True"
+ "xft:EmojiOne:bold:antialias=true:hinting=true"
+ ,"xft:FontAwesome:bold:antialias=true:hinting=true"
]
, bgColor = "#282828"
, fgColor = "#ebdbb2"
@@ -16,7 +16,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "][" -- separator between left-right alignment
- , template = "--{%StdinReader%}---------------------------------------------------------------------------------------------------------------------------------][{ %coretemp%}-{ %memory% }-{ %dynnetwork% }-{ %battery%}-{ %date% }-{ %kbd% }--"
+ , template = "--{%StdinReader%}---------------------------------------------------------------------------------------------------------------------------------][%xmobarstatus%"
-- general behavior
, lowerOnStart = False -- send to bottom of window stack on start
@@ -45,6 +45,7 @@ Config {
-- weather monitor
[ Run Weather "RJTT" [ "--template", " | °C | % | hPa"
] 36000
+ , Run Com "xmobarstatus" [] "" 10
-- network activity monitor (dynamic interface resolution)
, Run DynNetwork [ "--template" , ": kB/s|kB/s"
@@ -52,7 +53,7 @@ Config {
, "--High" , "5000" -- units: B/s
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- cpu activity monitor
@@ -61,7 +62,7 @@ Config {
, "--High" , "85" -- units: %
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- cpu core temperature monitor
@@ -70,7 +71,7 @@ Config {
, "--High" , "80" -- units: °C
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 50
-- memory usage monitor
@@ -79,7 +80,7 @@ Config {
, "--High" , "90" -- units: %
, "--low" , "#8ec07c"
, "--normal" , "#fabd2f"
- , "--high" , "#cc241d"
+ , "--high" , "#fb4934"
] 10
-- battery monitor
@@ -105,7 +106,7 @@ Config {
-- keyboard layout indicator
, Run Kbd [ ("us" , "EN")
- , ("ru" , "RU")
+ , ("ru" , "RU")
]
, Run StdinReader
, Run Brightness