This commit is contained in:
Never Gude 2026-08-25 17:39:59 +02:00
parent 2d773e9249
commit 79d6e3f7a5
5 changed files with 32 additions and 33 deletions

View file

@ -19,9 +19,9 @@
"bluetooth": {
// "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system
"format": "",
"format": "󰂯",
"format-disabled": "󰂲", // an empty format will hide the module
"format-connected": "󰂯",
"format-connected": "󰂱",
"tooltip-format": "{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}",
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
@ -29,12 +29,13 @@
},
"network": {
"interface": "wlp2s0",
// "interface": "wlp2s0",
"format": "{ifname}",
"format-icons": ["󰤟", "󰤢", "󰤥", "󰤨"],
"format-wifi": "{icon}",
"format-ethernet": "󰈁",
"format-disconnected": "", //An empty format will hide the module.
"format-disconnected": "󰤭", //An empty format will hide the module.
"format-disabled": "󰤭", //An empty format will hide the module.
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "󰖩 {essid} ({signalStrength}%)",
"tooltip-format-ethernet": "󰈁 {ifname}",