This commit is contained in:
iFargle 2023-08-28 19:01:49 +09:00
parent e5da2932ce
commit bf74baf08a

View file

@ -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;