commit: 05beca54c5c2fb86569792cf39669c37cbd52a1a
parent: 5f8f943bc58a9a9d096057eb9ecd782da23a3c7f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 15 Jun 2019 02:13:22 +0200
.xmobarrc: Change from Solarized to Gruvbox
Diffstat:
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/.xmobarrc b/.xmobarrc
@@ -1,8 +1,8 @@
Config {
font = "xft:Source Code Pro-9",
border = NoBorder,
- bgColor = "#002b36",
- fgColor = "#839496",
+ bgColor = "#282828",
+ fgColor = "#ebdbb2",
position = Top,
allDesktops = True,
pickBroadest = False,
@@ -10,17 +10,17 @@ Config {
template = "%XMonadLog%}{%mpd%|%default:Master%|%multicpu%|%memory%|%enp3s0%-%enp4s6%-%enp0s18f2u4%-%wlp0s18f2u3% %wlp0s18f2u3wi%|%date%",
commands = [
Run XMonadLog,
- Run Network "enp3s0" ["-t","E:3: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10,
- Run Network "enp4s6" ["-t","E:4:6: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10,
- Run Network "enp0s18f2u4" ["-t","E:18:2:4: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10,
- Run Network "wlp0s18f2u3" ["-t","W:18:2:3: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10,
- Run Wireless "wlp0s18f2u3" ["-t","(<essid> <quality>)","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10,
- Run MultiCpu ["-t","<autovbar> <total>%","-L","3","-H","50","-h","#dc322f","-l","#859900"] 10,
- Run Memory ["-t", "Mem: <usedratio>% (<cache>M)","-h","#dc322f","-l","#859900"] 10,
+ Run Network "enp3s0" ["-t","E:3: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
+ Run Network "enp4s6" ["-t","E:4:6: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
+ Run Network "enp0s18f2u4" ["-t","E:18:2:4: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
+ Run Network "wlp0s18f2u3" ["-t","W:18:2:3: <tx>⇅<rx>","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
+ Run Wireless "wlp0s18f2u3" ["-t","(<essid> <quality>)","-S","True","-L","0","-H","32","-h","#cc241d","-l","#98971a"] 10,
+ Run MultiCpu ["-t","<autovbar> <total>%","-L","3","-H","50","-h","#cc241d","-l","#98971a"] 10,
+ Run Memory ["-t", "ラム <usedratio>% (<cache>M)","-h","#cc241d","-l","#98971a"] 10,
Run Date "%Fw%wT%T%z" "date" 10,
Run MPD ["-t", "<state>: <artist> - <title> <ppos>/<plength>"] 10,
--Run DiskU [("/", "<usedbar>"), ("/seagate", "<usedbar>")] 900,
--Run DiskIO [("sda", "<readvbar><writevbar>"), ("sdb", "<readvbar><writevbar>"), ("sdc", "<readvbar><writevbar>"), ] [] 10,
- Run Volume "default" "Master" ["-h","#dc322f","-l","#859900","<status> <volume>%"] 10
+ Run Volume "default" "Master" ["-h","#cc241d","-l","#98971a","-t","<status> <volume>%"] 10
]
}