Minor edits.

This commit is contained in:
Derek Taylor
2020-12-12 09:09:31 -06:00
parent f5d841b2be
commit 07fcef736e
17 changed files with 543 additions and 365 deletions

View File

@@ -17,7 +17,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
, commands = [
-- Time and date
Run Date "<fn=1>\xf133</fn> %b %d %Y (%H:%M)" "date" 50
Run Date "<fn=1>\xf133</fn> %b %d %Y - (%H:%M)" "date" 50
-- Network up and down
, Run Network "enp6s0" ["-t", "<fn=1>\xf0aa</fn> <rx>kb <fn=1>\xf0ab</fn> <tx>kb"] 20
-- Cpu usage in percent

View File

@@ -17,7 +17,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
, commands = [
-- Time and date
Run Date "<fn=1>\xf133</fn> %b %d %Y - %H:%M " "date" 50
Run Date "<fn=1>\xf133</fn> %b %d %Y - (%H:%M) " "date" 50
-- Network up and down
, Run Network "enp6s0" ["-t", "<fn=1>\xf0aa</fn> <rx>kb <fn=1>\xf0ab</fn> <tx>kb"] 20
-- Cpu usage in percent

View File

@@ -17,7 +17,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
, commands = [
-- Time and date
Run Date "<fn=1>\xf133</fn> %b %d %Y - %H:%M " "date" 50
Run Date "<fn=1>\xf133</fn> %b %d %Y - (%H:%M) " "date" 50
-- Network up and down
, Run Network "enp6s0" ["-t", "<fn=1>\xf0aa</fn> <rx>kb <fn=1>\xf0ab</fn> <tx>kb"] 20
-- Cpu usage in percent