update xmobar themes

This commit is contained in:
Horhik 2021-02-26 03:08:47 +03:00
parent 8b8f087234
commit 3d612fe55f
2 changed files with 15 additions and 14 deletions

View File

@ -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" , "<fc=#83a598>EN</fc>")
, ("ru" , "<fc=#cc241d>RU</fc>")
, ("ru" , "<fc=#fb4934>RU</fc>")
]
, Run StdinReader
, Run Brightness

View File

@ -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%}<fc=#83a598>---------------------------------------------------------------------------------------------------------------------------------</fc>][%xmobarstatus%"
-- general behavior
, lowerOnStart = False -- send to bottom of window stack on start
@ -45,6 +45,7 @@ Config {
-- weather monitor
[ Run Weather "RJTT" [ "--template", "<skyCondition> | <fc=#458588><tempC></fc>°C | <fc=#458588><rh></fc>% | <fc=#458588><pressure></fc>hPa"
] 36000
, Run Com "xmobarstatus" [] "" 10
-- network activity monitor (dynamic interface resolution)
, Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>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" , "<fc=#83a598>EN</fc>")
, ("ru" , "<fc=#cc241d>RU</fc>")
, ("ru" , "<fc=#fb4934>RU</fc>")
]
, Run StdinReader
, Run Brightness