1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00

fix(i3): configure i3status-rust by battery block device

This commit is contained in:
Kierán Meinhardt
2019-09-25 19:12:12 +02:00
parent 3134bbc747
commit d88763f18a
5 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ wifi-interface, colours }: ''
{ wifi-interface, colours, batteryBlock }: ''
[theme]
name = "plain"
[theme.overrides]
@@ -56,6 +56,7 @@
[[block]]
block = "battery"
device = "${batteryBlock}"
show = "both"
[[block]]