diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0
index dd0c078..4d706e1 100755
--- a/.config/xmobar/xmobarrc0
+++ b/.config/xmobar/xmobarrc0
@@ -3,6 +3,7 @@
-- you can find weather location codes here: http://weather.noaa.gov/index.html
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
+ , additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
, bgColor = "#282A36"
, fgColor = "#B45BCF"
, position = Top
@@ -10,10 +11,11 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t
, hideOnStart = False
, allDesktops = True
, persistent = True
- , commands = [ Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
+ , iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
+ , commands = [ Run Date "%a, %b %d %Y, %H:%M:%S" "date" 10
, Run UnsafeStdinReader
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%UnsafeStdinReader% }{ %date% "
+ , template = "%UnsafeStdinReader% }{ %date% "
}
diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1
index dd0c078..4d706e1 100755
--- a/.config/xmobar/xmobarrc1
+++ b/.config/xmobar/xmobarrc1
@@ -3,6 +3,7 @@
-- you can find weather location codes here: http://weather.noaa.gov/index.html
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
+ , additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
, bgColor = "#282A36"
, fgColor = "#B45BCF"
, position = Top
@@ -10,10 +11,11 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t
, hideOnStart = False
, allDesktops = True
, persistent = True
- , commands = [ Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
+ , iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
+ , commands = [ Run Date "%a, %b %d %Y, %H:%M:%S" "date" 10
, Run UnsafeStdinReader
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%UnsafeStdinReader% }{ %date% "
+ , template = "%UnsafeStdinReader% }{ %date% "
}
diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2
index a734802..8885782 100755
--- a/.config/xmobar/xmobarrc2
+++ b/.config/xmobar/xmobarrc2
@@ -12,14 +12,14 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t
, allDesktops = True
, persistent = True
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
- , commands = [ Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
- , Run Network "enp4s0" ["-t", " net: kb|kb"] 10
- , Run Cpu ["-t"," cpu: %","-H","50","--high","red"] 10
- , Run Memory ["-t", " mem: %"] 10
- , Run DiskU [("/"," hdd: /")] [] 3600
+ , commands = [ Run Date "%a, %b %d %Y, %H:%M:%S" "date" 10
+ , Run Network "enp4s0" ["-t", "up dn "] 10
+ , Run Cpu ["-t", " cpu (%)","-H","50","--high","red"] 10
+ , Run Memory ["-t", " mem (%)"] 10
+ , Run DiskU [("/", " hdd ()")] [] 3600
, Run UnsafeStdinReader
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%UnsafeStdinReader% }{ %cpu% : %memory% : %disku% : %enp4s0% : %date% "
+ , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp4s0% %date% "
}