Skip to content

Instantly share code, notes, and snippets.

@dkess
Created July 23, 2019 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkess/0cf88067a0366acdd06feb917675c755 to your computer and use it in GitHub Desktop.
Save dkess/0cf88067a0366acdd06feb917675c755 to your computer and use it in GitHub Desktop.
#theme = "solarized-dark"
theme = "gruvbox-dark"
icons = "awesome"
[[block]]
block = "music"
buttons = ["prev", "next"]
max_width = 50
[[block]]
block = "sound"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
format_swap = "{SUp}%"
[[block]]
block = "cpu"
interval = 1
[[block]]
block = "load"
interval = 1
format = "{1m}"
[[block]]
block = "disk_space"
path = "/"
alias = "/"
info_type = "available"
unit = "GB"
interval = 20
[[block]]
block = "net"
device = "wlp4s0"
ssid = true
speed_up = true
speed_down = true
#graph_up = true
#graph_down = true
interval = 1
[[block]]
block = "battery"
interval = 5
format = "{percentage}% {time}"
device = "DisplayDevice"
upower = true
[[block]]
block = "temperature"
collapsed = false
interval = 5
format = "{average}°"
[[block]]
block = "time"
interval = 1
format = "%a %Y-%m-%d %l:%M:%S %p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment