The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
| Config | |
| { font = "xft:Liberation Mono-8:regular", | |
| bgColor = "#323232", | |
| fgColor = "#EEEEEC", | |
| position = Static {xpos = 0, ypos = 0, width = 1920, height = 21}, | |
| lowerOnStart = True, | |
| commands = | |
| [ Run Network "wlan0" ["-L", "0", "-H", "32", "--normal", "#8ae234", "--high", "red"] 10, | |
| Run Network "ppp0" ["-L", "0", "-H", "32", "--normal", "#8ae234", "--high", "red"] 10, | |
| Run Network "eth1" ["-L", "0", "-H", "100", "--normal", "#8ae234", "--high", "red"] 10, |
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| Config | |
| { font = "xft:Liberation Mono-8:regular", | |
| bgColor = "#323232", | |
| fgColor = "#EEEEEC", | |
| position = Static {xpos = 0, ypos = 0, width = 1920, height = 21}, | |
| lowerOnStart = True, | |
| commands = | |
| [ Run Network "wlan0" ["-L", "0", "-H", "32", "--normal", "#8ae234", "--high", "red"] 10, | |
| Run Network "ppp0" ["-L", "0", "-H", "32", "--normal", "#8ae234", "--high", "red"] 10, | |
| Run Network "eth1" ["-L", "0", "-H", "100", "--normal", "#8ae234", "--high", "red"] 10, |
| Config { font = "xft:Liberation Mono-8:regular" | |
| , bgColor = "#323232" | |
| , fgColor = "#EEEEEC" | |
| , position = Static { xpos = 0, ypos = 0, width = 1024, height = 11 } | |
| , lowerOnStart = True | |
| , commands = | |
| [ | |
| Run Network "eth0" ["-L","0","-H","32","--normal","#8ae234","--high","red"] 10 | |
| , Run Network "ppp0" ["-L","0","-H","32","--normal","#8ae234","--high","red"] 10 | |
| , Run Network "eth1" ["-L","0","-H","100","--normal","#8ae234","--high","red"] 10 |
| -- xmobar config used by Vic Fryzel | |
| -- Author: Vic Fryzel | |
| -- https://github.com/vicfryzel/xmonad-config | |
| -- This is setup for dual 1920x1080 monitors, with the right monitor as primary | |
| Config { | |
| -- position = TopW C 80, | |
| position = Static { xpos = 0 , ypos = 0, width = 1806, height = 16 }, | |
| -- border = BottomB, | |
| borderColor = "grey", |