Skip to content

Instantly share code, notes, and snippets.

@pablopalacios
Created February 28, 2016 02:02
Show Gist options
  • Save pablopalacios/53d7202f8ca6f556afa8 to your computer and use it in GitHub Desktop.
Save pablopalacios/53d7202f8ca6f556afa8 to your computer and use it in GitHub Desktop.
Minha configuração do xmobar com o tema base16 flat-light e ícones sm4tik
Config { font = "xft:Source Code Pro:size=9:Bold"
, iconRoot = "/home/pablo/.xmobar.d/icons"
, alpha = 255
, allDesktops = True
, border = NoBorder
, borderColor = "#E5786D"
, borderWidth = 2
, bgColor = "#ECF0f1"
, fgColor = "#7F8C8D"
, overrideRedirect = True
, pickBroadest = True
, hideOnStart = False
, lowerOnStart = False
, persistent = False
, position = Top
, commands = [ Run StdinReader
, Run Date "<fc=#9B59B6><icon=clock.xbm/></fc> %b %d %H:%M" "date" 10
, Run Weather "SBPK" ["-t","<fc=#9B59B6><icon=temp.xbm/></fc> <tempC>ºC"] 3600
, Run MultiCpu ["-t","<fc=#9B59B6><icon=cpu.xbm/></fc> <total0>% <total1>% <total2>% <total3>%","-L","3","-H","50","--high","#E74C3C"] 10
, Run Memory ["-t","<fc=#9B59B6><icon=mem.xbm/></fc> <usedratio>%"] 10
, Run Wireless "wlp2s0" ["-t","<fc=#9B59B6><icon=wifi_02.xbm/></fc> <quality>% <essid>"] 50
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader%}%date% %SBPK%{%multicpu% %memory% %wlp2s0wi% <fc=#3498DB><icon=arch.xbm/></fc> "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment