bar: reorder, add sound

This commit is contained in:
Konstantin Koslowski 2020-12-19 13:08:13 +01:00
parent f7cd08b807
commit 243c979802
2 changed files with 18 additions and 10 deletions

View file

@ -1,11 +1,6 @@
theme = "slick"
icons = "awesome5"
[[block]]
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "cpu"
interval = 1
@ -43,6 +38,15 @@ on_click = "termite -t nmtui -e nmtui"
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
interface_name_include = []
[[block]]
block = "sound"
step_width = 3
[[block]]
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "time"
format = "%Y/%m/%d %R"

View file

@ -1,11 +1,6 @@
theme = "slick"
icons = "awesome5"
[[block]]
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "cpu"
interval = 1
@ -43,6 +38,15 @@ on_click = "termite -t nmtui -e nmtui"
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
interface_name_include = []
[[block]]
block = "sound"
step_width = 3
[[block]]
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "time"
format = "%Y/%m/%d %R"