From f1052af2c99ef125286fb674b11ed71ae946560c Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 15 Apr 2021 16:14:00 -0500 Subject: [PATCH] upspeed/downspeed icons were mixed up. --- .config/xmobar/xmobarrc1 | 2 +- .config/xmobar/xmobarrc2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1 index c140a74..0cf3044 100755 --- a/.config/xmobar/xmobarrc1 +++ b/.config/xmobar/xmobarrc1 @@ -18,7 +18,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t -- Time and date Run Date "\xf133 %b %d %Y - (%H:%M) " "date" 50 -- Network up and down - , Run Network "enp6s0" ["-t", "\xf0aa kb \xf0ab kb"] 20 + , Run Network "enp6s0" ["-t", "\xf0ab kb \xf0aa kb"] 20 -- Cpu usage in percent , Run Cpu ["-t", "\xf108 cpu: (%)","-H","50","--high","red"] 20 -- Ram used number and percent diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2 index 82ba214..ec21bd8 100755 --- a/.config/xmobar/xmobarrc2 +++ b/.config/xmobar/xmobarrc2 @@ -18,7 +18,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t -- Time and date Run Date "\xf133 %b %d %Y - (%H:%M) " "date" 50 -- Network up and down - , Run Network "enp6s0" ["-t", "\xf0aa kb \xf0ab kb"] 20 + , Run Network "enp6s0" ["-t", "\xf0ab kb \xf0aa kb"] 20 -- Cpu usage in percent , Run Cpu ["-t", "\xf108 cpu: (%)","-H","50","--high","red"] 20 -- Ram used number and percent