Actualiser polybar/config.ini

This commit is contained in:
wilou 2024-05-03 10:02:25 +00:00
parent 965d33b129
commit e114b1cd2f

View File

@ -55,7 +55,7 @@ font-1 = FontAwesome:size=13;4
modules-left = xworkspaces
modules-center =
modules-right = filesystem memory cpu wlan eth
modules-right = system-usb-udev filesystem memory cpu wlan eth
cursor-click = pointer
cursor-scroll = ns-resize
@ -111,7 +111,6 @@ type = internal/fs
interval = 25
mount-0 = /
mount-1 = /home
;label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
label-mounted = %mountpoint%%{F-} %percentage_used%%
@ -186,6 +185,14 @@ date-alt = %Y-%m-%d %H:%M:%S
label = %date%
label-foreground = ${colors.primary}
[module/system-usb-udev]
type = custom/script
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 = " "
[settings]
screenchange-reload = true
pseudo-transparency = true