Skip to content

Instantly share code, notes, and snippets.

@1ncend1ary
Last active May 10, 2021 18:14
Show Gist options
  • Save 1ncend1ary/cf8d6aca1392ce010a99468cad7fa781 to your computer and use it in GitHub Desktop.
Save 1ncend1ary/cf8d6aca1392ce010a99468cad7fa781 to your computer and use it in GitHub Desktop.
i3status-rust configuration file
[theme]
name = "solarized-dark"
[theme.overrides]
idle_bg = "#424242"
idle_fg = "#ffffff"
info_bg = "#2196f3"
info_fg = "#ffffff"
good_bg = "#8bc34a"
good_fg = "#000000"
warning_bg = "#ffc107"
warning_fg = "#000000"
critical_bg = "#f44336"
critical_fg = "#ffffff"
separator = "\ue0b2"
separator_bg = "auto"
separator_fg = "auto"
alternating_tint_bg = "#FF1990"
alternating_tint_fg = "#111111"
[icons]
name = "awesome5"
[icons.overrides]
net_wired = ""
net_down = ""
net_wireless = ""
net_up = ""
pomodoro = "  "
[[block]]
block = "disk_space"
path = "/"
alias = "/"
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "pomodoro"
length = 45
break_length = 10
message = "Take a break!"
break_message = "Back to work!"
use_nag = true
nag_path = "i3-nagbar"
[[block]]
block = "cpu"
interval = 1
[[block]]
block = "memory"
format_mem = "{Mug}/{MTg}"
format_swap = "{SUg}/{STg}"
display_type = "memory"
icons = true
clickable = true
interval = 5
warning_mem = 80
warning_swap = 80
critical_mem = 95
critical_swap = 95
[[block]]
block = "net"
format = "{speed_down} /{speed_up}"
interval = 5
use_bits = false
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment