diff options
author | lns <matzeton@googlemail.com> | 2017-02-18 17:05:26 +0000 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2017-02-18 17:07:26 +0000 |
commit | 62ed95d49b959c136392efb2d290ee7d43d93de7 (patch) | |
tree | 610a42df8adae07931b9b15febadc18ba978fbd2 /configs/xmobarrc_dell | |
parent | 063e35d082ded57a2644cf4c54140fdfabe5ff7d (diff) |
dell xps 13 stuff
Diffstat (limited to 'configs/xmobarrc_dell')
-rw-r--r-- | configs/xmobarrc_dell | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/configs/xmobarrc_dell b/configs/xmobarrc_dell new file mode 100644 index 0000000..c297d75 --- /dev/null +++ b/configs/xmobarrc_dell @@ -0,0 +1,29 @@ +Config { font = "Terminus:style=Regular:size=18" + , bgColor = "black" + , borderColor = "black" + , fgColor = "grey" + , position = Top + , border = BottomB + -- general behavior + , lowerOnStart = True -- send to bottom of window stack on start + , hideOnStart = False -- start with window unmapped (hidden) + , allDesktops = True -- show on all desktops + , overrideRedirect = True -- set the Override Redirect flag (Xlib) + , pickBroadest = False -- choose widest display (multi-monitor) + , persistent = True -- enable/disable hiding (True = disabled) + , commands = [ Run Network "wlp58s0" ["-L","0","-H","32","--normal","green","--high","red"] 50 + , Run MultiCpu ["-L","15","-H","50","--normal","green","--high","red"] 50 + , Run Memory ["Mem: %"] 600 + , Run Swap [] 600 + , Run Wireless "wlp58s0" [] 50 + , Run Date "%a %b %_d %Y %H:%M (KW%V)" "date" 600 + , Run Com "acpi" ["-b"] "mbat" 600 + , Run Uptime [] 1000 + , Run DiskU [("/","/ {<used>/<size>}"),("/home","/home {<used>/<size>}")] ["-L","20","-H","50","-m","1","-p","3"] 600 + , Run DiskIO [("/","/ {<read> <write>}"),("/home","/home {<read> <write>}")] ["-L","20","-H","50","-m","1","-p","3"] 50 + , Run StdinReader + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%StdinReader% }{ %wlp58s0% %wlp58s0wi% | %diskio% | %multicpu% | %memory% | %swap% | %disku% | %mbat% | %uptime% | %date%" + } |