test
This commit is contained in:
parent
e5da2932ce
commit
bf74baf08a
1 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
||||||
"wlr/workspaces",
|
"wlr/workspaces",
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"mpris",
|
"mpris",
|
||||||
|
@ -97,7 +98,7 @@
|
||||||
|
|
||||||
"network": {
|
"network": {
|
||||||
"format": "{ifname}",
|
"format": "{ifname}",
|
||||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
"format-wifi": "{essid} ",
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||||
"format-disconnected": "", //An empty format will hide the module.
|
"format-disconnected": "", //An empty format will hide the module.
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||||
|
@ -178,7 +179,7 @@
|
||||||
#tray,
|
#tray,
|
||||||
#submap,
|
#submap,
|
||||||
#clock,
|
#clock,
|
||||||
#waybar-idle-inhibotor,
|
#idle_inhibotor,
|
||||||
#window {
|
#window {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
|
|
Loading…
Reference in a new issue