Update polybar settings for arch
This commit is contained in:
parent
ec5ba5fe58
commit
ebc967d08b
1 changed files with 19 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ disabled = #707880
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 28pt
|
height = 22pt
|
||||||
radius = 6
|
radius = 6
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
|
|
||||||
|
|
@ -71,7 +71,7 @@ font-0 = JetBrainsMonoNL Nerd Font Mono;3
|
||||||
|
|
||||||
; modules-left = i3 xwindow
|
; modules-left = i3 xwindow
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = filesystem pulseaudio memory cpu xkeyboard date
|
modules-right = filesystem_root filesystem_home pulseaudio memory cpu xkeyboard date
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
@ -82,13 +82,13 @@ enable-ipc = true
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:60:...%
|
label = %title:0:60:...%
|
||||||
|
|
||||||
[module/filesystem]
|
[module/filesystem_home]
|
||||||
type = internal/fs
|
type = internal/fs
|
||||||
interval = 25
|
interval = 25
|
||||||
|
|
||||||
mount-0 = /home
|
mount-0 = /home
|
||||||
|
|
||||||
format-mounted-prefix = "DF "
|
format-mounted-prefix = "/home "
|
||||||
format-mounted-prefix-foreground = ${colors.primary}
|
format-mounted-prefix-foreground = ${colors.primary}
|
||||||
|
|
||||||
label-mounted = %percentage_used%%
|
label-mounted = %percentage_used%%
|
||||||
|
|
@ -96,6 +96,21 @@ label-mounted = %percentage_used%%
|
||||||
label-unmounted = %mountpoint% not mounted
|
label-unmounted = %mountpoint% not mounted
|
||||||
label-unmounted-foreground = ${colors.disabled}
|
label-unmounted-foreground = ${colors.disabled}
|
||||||
|
|
||||||
|
[module/filesystem_root]
|
||||||
|
type = internal/fs
|
||||||
|
interval = 25
|
||||||
|
|
||||||
|
mount-0 = /
|
||||||
|
|
||||||
|
format-mounted-prefix = "/ "
|
||||||
|
format-mounted-prefix-foreground = ${colors.primary}
|
||||||
|
|
||||||
|
label-mounted = %percentage_used%%
|
||||||
|
|
||||||
|
label-unmounted = %mountpoint% not mounted
|
||||||
|
label-unmounted-foreground = ${colors.disabled}
|
||||||
|
|
||||||
|
|
||||||
[module/pulseaudio]
|
[module/pulseaudio]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue