Add bluetooth to waybar and remove all distractions

Hide status on tooltips only
This commit is contained in:
David Heinemeier Hansson
2025-06-16 13:25:16 +02:00
parent 21a6d57de8
commit 8ff4a25683
2 changed files with 13 additions and 5 deletions

View File

@ -10,6 +10,7 @@
"clock"
],
"modules-right": [
"bluetooth",
"network",
"cpu",
"battery",
@ -42,7 +43,7 @@
},
"cpu": {
"interval": 5,
"format": "{usage}% 󰍛",
"format": "󰍛",
"on-click": "alacritty -e btop"
},
"clock": {
@ -52,11 +53,10 @@
},
"network": {
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"],
"format-wifi" : "{bandwidthDownBytes} {icon}",
"format-ethernet" : "{bandwidthDownBytes} 󰀂",
"format-wifi" : "{icon}",
"format-ethernet" : "󰀂",
"format-disconnected" : "󰖪",
"tooltip-format-wifi": "{icon} {essid}\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-ethernet": "{icon} {ifname}\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-disconnected": "Disconnected",
"interval": 3,
"nospacing": 1,
@ -83,6 +83,13 @@
"critical": 10
}
},
"bluetooth": {
"format": "",
"format-disabled": "󰂲",
"format-connected": "",
"tooltip-format": "{num_connections} devices connected",
"on-click": "GTK_THEME=Adwaita-dark /usr/bin/blueberry"
},
"power-profiles-daemon": {
"format": "{icon}",
"tooltip-format": "Power profile: {profile}",

View File

@ -22,6 +22,7 @@
#power-profiles-daemon,
#battery,
#network,
#bluetooth,
#clock {
padding: 0 8px 0 8px;
}