mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Use connected bluetooth icon when appropriate
Closes #3274 Co-authored-by: @vander00
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-connected": "",
|
"format-connected": "",
|
||||||
"format-no-controller": "",
|
"format-no-controller": "",
|
||||||
"tooltip-format": "Devices connected: {num_connections}",
|
"tooltip-format": "Devices connected: {num_connections}",
|
||||||
"on-click": "omarchy-launch-bluetooth"
|
"on-click": "omarchy-launch-bluetooth"
|
||||||
|
|||||||
4
migrations/1763634099.sh
Normal file
4
migrations/1763634099.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
echo "Using icon for bluetooth when connected"
|
||||||
|
|
||||||
|
sed -i 's/"format-connected": "",/"format-connected": "",/' ~/.config/waybar/config.jsonc
|
||||||
|
omarchy-restart-walker
|
||||||
Reference in New Issue
Block a user