Updating xmobar

This commit is contained in:
Derek Taylor
2021-08-04 14:20:07 -05:00
parent 2036a250e6
commit 4621e0371a
7 changed files with 17 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
, "xft:Font Awesome 5 Free Solid:pixelsize=12"
, "xft:Font Awesome 5 Brands:pixelsize=12"
, "xft:DejaVu Sans:pixelsize=28"
]
, bgColor = "#282c34"
, fgColor = "#ff6c6b"
@@ -35,5 +36,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
]
, sepChar = "%"
, alignSep = "}{"
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <fc=#666666>|</fc> <fc=#b3afc2><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc> <fc=#666666>|</fc> <fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc> <fc=#666666>|</fc> <fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action> </fc> <fc=#666666>|</fc> <fc=#51afef> <action=`alacritty -e htop`>%disku%</action> </fc> <fc=#666666>|</fc> <fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc> <fc=#666666>|</fc> <fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc> <fc=#666666>|</fc> <fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action> </fc>"
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <box type=Bottom width=2 color=#51afef><fc=#51afef><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc></box> <box type=Bottom width=2 color=#ecbe7b><fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc></box> <box type=Bottom width=2 color=#ff6c6b><fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action></fc></box> <box type=Bottom width=2 color=#a9a1e1><fc=#a9a1e1> <action=`alacritty -e htop`>%disku%</action> </fc></box> <box type=Bottom width=2 color=#98be65><fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc></box> <box type=Bottom width=2 color=#c678dd><fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc></box> <box type=Bottom width=2 color=#46d9ff><fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action></fc></box> "
}