chore(sway): updates

This commit is contained in:
Oliver Davies 2023-05-30 18:27:48 +01:00
parent e582b41bde
commit f933b7c2e1
6 changed files with 34 additions and 8 deletions

View file

@ -0,0 +1,24 @@
[[block]]
block = "battery"
[[block]]
block = "cpu"
[[block]]
block = "disk_space"
path = "/"
info_type = "available"
alert_unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
format = " $icon root: $available.eng(w:2) "
[[block]]
block = "memory"
format = " $icon $mem_total_used_percents.eng(w:2) "
format_alt = " $icon_swap $swap_used_percents.eng(w:2) "
[[block]]
block = "time"
format = " $timestamp.datetime(f:'%a %d/%m/%Y %R') "