Skip to content

Instantly share code, notes, and snippets.

@gmdias727
Last active February 3, 2023 15:51
Show Gist options
  • Save gmdias727/5c93ed17554d51c049d89047121f779d to your computer and use it in GitHub Desktop.
Save gmdias727/5c93ed17554d51c049d89047121f779d to your computer and use it in GitHub Desktop.
order += "tztime local"
order += "disk /"
order += "cpu_usage"
order += "battery 0"
order += "memory"
tztime local { format = "๐Ÿ’œ Hour: %l:%M:%S ๐Ÿ’œ Date:%d-%m-%Y" }
general {
colors = true
color_good = "#a3be8c"
color_bad = "#bf616a"
color_degraded = "#ebcb8b"
interval = 2
}
disk "/" {
format = "๐Ÿ’œ Disk Usage: %percentage_used"
}
cpu_usage {
format = "CPU_0๐Ÿ’œ: %cpu0 CPU_1๐Ÿ’œ: %cpu1 CPU_2๐Ÿ’œ: %cpu2 CPU_3๐Ÿ’œ: %cpu3"
degraded_threshold = 90
max_threshold = 95
}
battery 0 {
format = "Battery๐Ÿ’œ: %percentage"
last_full_capacity = true
threshold_type=percentage
low_threshold=10
}
memory {
memory_used_method = classical
format="Memory๐Ÿ’œ: %used/%total"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment