1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-22 16:31:26 +00:00

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 , "--High" , "5000" -- units: B/s
, "--low" , "#8ec07c" , "--low" , "#8ec07c"
, "--normal" , "#fabd2f" , "--normal" , "#fabd2f"
, "--high" , "#cc241d" , "--high" , "#fb4934"
] 10 ] 10
-- cpu activity monitor -- cpu activity monitor
@ -61,7 +61,7 @@ Config {
, "--High" , "85" -- units: % , "--High" , "85" -- units: %
, "--low" , "#8ec07c" , "--low" , "#8ec07c"
, "--normal" , "#fabd2f" , "--normal" , "#fabd2f"
, "--high" , "#cc241d" , "--high" , "#fb4934"
] 10 ] 10
-- cpu core temperature monitor -- cpu core temperature monitor
@ -70,7 +70,7 @@ Config {
, "--High" , "80" -- units: °C , "--High" , "80" -- units: °C
, "--low" , "#8ec07c" , "--low" , "#8ec07c"
, "--normal" , "#fabd2f" , "--normal" , "#fabd2f"
, "--high" , "#cc241d" , "--high" , "#fb4934"
] 50 ] 50
-- memory usage monitor -- memory usage monitor
@ -79,7 +79,7 @@ Config {
, "--High" , "90" -- units: % , "--High" , "90" -- units: %
, "--low" , "#8ec07c" , "--low" , "#8ec07c"
, "--normal" , "#fabd2f" , "--normal" , "#fabd2f"
, "--high" , "#cc241d" , "--high" , "#fb4934"
] 10 ] 10
-- battery monitor -- battery monitor
@ -105,7 +105,7 @@ Config {
-- keyboard layout indicator -- keyboard layout indicator
, Run Kbd [ ("us" , "<fc=#83a598>EN</fc>") , Run Kbd [ ("us" , "<fc=#83a598>EN</fc>")
, ("ru" , "<fc=#cc241d>RU</fc>") , ("ru" , "<fc=#fb4934>RU</fc>")
] ]
, Run StdinReader , Run StdinReader
, Run Brightness , Run Brightness

View file

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