Skip to content

Commit

Permalink
feat: usability tweaks to i3status rs bar. remove non-localized data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Jan 5, 2024
1 parent 945e32a commit 09dab60
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ icons = "awesome4"

[[block]]
block = "net"
format = " $icon ^icon_net_down$speed_down.eng(prefix:K) ^icon_net_up$speed_up.eng(prefix:K) "
format_alt = " $icon ^icon_net_down$graph_down ^icon_net_up$graph_up "

[[block]]
block = "disk_space"
path = "/"
info_type = "available"
info_type = "free"
alert_unit = "GB"
interval = 20
warning = 20.0
warning = 15.0
alert = 10.0
format = " $icon $available.eng(w:2) "
format = " $icon $free.eng(w:2) "
format_alt = " $icon $available.eng(w:2) "

[[block]]
block = "memory"
Expand All @@ -24,7 +27,7 @@ format_alt = " $icon_swap $swap_used_percents.eng(w:2) "

[[block]]
block = "battery"
format = " $icon\u2009 $percentage "
format = " $icon\u00A0 $percentage "
missing_format = ""
device = "DisplayDevice"
driver = "upower"
Expand All @@ -45,13 +48,7 @@ driver = "pulseaudio"
button = "left"
cmd = "regolith-control-center sound"

[[block]]
block = "time"
interval = 5
format = "\uf073 $timestamp.datetime(f:'%a-%d/%m/%y')"

[[block]]
block = "time"
interval = 5
format = "$icon $timestamp.datetime(f:'%R')"

0 comments on commit 09dab60

Please sign in to comment.