diff --git a/config/ags/js/quick-settings/button-grid.js b/config/ags/js/quick-settings/button-grid.js index 8d97f21..31ad981 100644 --- a/config/ags/js/quick-settings/button-grid.js +++ b/config/ags/js/quick-settings/button-grid.js @@ -56,9 +56,11 @@ const FirstRow = Box({ connections: [[Bluetooth, icon => { if (Bluetooth.enabled) { icon.icon = 'bluetooth-active-symbolic'; + exec('bash -c "echo 󰂯 > $HOME/.config/.bluetooth"'); } else { icon.icon = 'bluetooth-disabled-symbolic'; + exec('bash -c "echo 󰂲 > $HOME/.config/.bluetooth"'); } }, 'changed']], })