mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
yambar: remove eth disconnected icon on bar2 for now
This commit is contained in:
parent
39933c7e7d
commit
03e56fe20c
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ bar:
|
||||||
text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up",
|
text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up",
|
||||||
}
|
}
|
||||||
conditions:
|
conditions:
|
||||||
state == down: { string: { text: , font: *awesome } }
|
state == down: { string: { text: "", font: *awesome } }
|
||||||
|
# state == down: { string: { text: , font: *awesome } }
|
||||||
ipv4 == "":
|
ipv4 == "":
|
||||||
- string: { text: , font: *awesome }
|
- string: { text: , font: *awesome }
|
||||||
- string:
|
- string:
|
||||||
|
|
Loading…
Reference in a new issue