Skip to content

Instantly share code, notes, and snippets.

@vbop9834
Created February 27, 2020 00:28
Show Gist options
  • Save vbop9834/2897eb807f98b98787993be73259e2a4 to your computer and use it in GitHub Desktop.
Save vbop9834/2897eb807f98b98787993be73259e2a4 to your computer and use it in GitHub Desktop.
icons = "awesome"
[theme]
name = "solarized-dark"
[theme.overrides]
idle_bg = "#06060f"
idle_fg = "#c1c1c1"
info_bg = "#00223f"
info_fg = "#c1c1c1"
good_bg = "#394049"
good_fg = "#c1c1c1"
warning_bg = "#2d1637"
warning_fg = "#c1c1c1"
critical_bg = "#c1c1c1"
critical_fg = "#2d1637"
alternating_tint_bg = "#00000000"
alternating_tint_fg = "#00000000"
[[block]]
block = "net"
device = "wlp3s0"
ssid = true
ip = false
speed_up = false
speed_down = true
graph_up = false
interval = 5
[[block]]
block = "music"
max_width = 10
marquee_interval = 1
marquee_speed = 0.2
marquee = true
buttons = ["play", "next"]
[[block]]
block = "sound"
[[block]]
block = "disk_space"
path = "/"
alias = ""
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[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 = "temperature"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "time"
interval = 60
format = "%a %d/%m %R"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment