Actualiser polybar/config.ini
This commit is contained in:
parent
965d33b129
commit
e114b1cd2f
@ -55,7 +55,7 @@ font-1 = FontAwesome:size=13;4
|
|||||||
|
|
||||||
modules-left = xworkspaces
|
modules-left = xworkspaces
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = filesystem memory cpu wlan eth
|
modules-right = system-usb-udev filesystem memory cpu wlan eth
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
@ -111,7 +111,6 @@ type = internal/fs
|
|||||||
interval = 25
|
interval = 25
|
||||||
|
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
mount-1 = /home
|
|
||||||
|
|
||||||
;label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
|
;label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
|
||||||
label-mounted = %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 = %date%
|
||||||
label-foreground = ${colors.primary}
|
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]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
pseudo-transparency = true
|
pseudo-transparency = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user