dblume commited on 2023-11-30 21:45:12
Showing 1 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -22,9 +22,9 @@ order += "load" |
22 | 22 |
order += "tztime local" |
23 | 23 |
|
24 | 24 |
wireless _first_ { |
25 |
- # format_up = ": (%quality at %essid) %ip" |
|
25 |
+ # format_up = "%quality on %essid %ip" |
|
26 | 26 |
format_up = " %quality %ip" |
27 |
- format_down = ": down" |
|
27 |
+ format_down = " down" |
|
28 | 28 |
} |
29 | 29 |
|
30 | 30 |
ethernet _first_ { |
... | ... |
@@ -33,8 +33,8 @@ ethernet _first_ { |
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
volume master { |
36 |
- format = "♪: %volume" |
|
37 |
- format_muted = "♪: muted (%volume)" |
|
36 |
+ format = "♪ %volume" |
|
37 |
+ format_muted = "♪ muted (%volume)" |
|
38 | 38 |
device = "default" |
39 | 39 |
mixer = "Master" |
40 | 40 |
mixer_idx = 0 |
41 | 41 |