Actualiser polybar/config.ini
This commit is contained in:
parent
ce97b943c5
commit
391a6f2ed8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user