From 391a6f2ed8d5c57425696ad38eb69c172fe3e2b5 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 3 May 2024 13:00:20 +0000 Subject: [PATCH] Actualiser polybar/config.ini --- polybar/config.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/polybar/config.ini b/polybar/config.ini index 16612a9..cb75083 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -55,7 +55,7 @@ font-1 = FontAwesome:size=13;4 modules-left = xworkspaces modules-center = -modules-right = system-usb-udev filesystem memory cpu wlan eth +modules-right = system-usb-udev system-bluetooth-bluetoothctl filesystem memory cpu wlan eth cursor-click = pointer cursor-scroll = ns-resize @@ -191,7 +191,13 @@ exec = ~/.config/polybar/scripts/system-usb-udev.sh tail = true click-left = ~/.config/polybar/scripts/system-usb-udev.sh --open & click-right = ~/.config/polybar/scripts/system-usb-udev.sh --unmount & -format-prefix = "" +format-prefix = " " + +[module/system-bluetooth-bluetoothctl] +type = custom/script +exec = ~/.config/polybar/scripts/system-bluetooth-bluetoothctl.sh +tail = true +click-left = ~/.config/polybar/scripts/system-bluetooth-bluetoothctl.sh --toggle & [settings] screenchange-reload = true