Polybar modifications
This commit is contained in:
parent
45077dce55
commit
6717a93e7f
|
@ -60,7 +60,7 @@ separator-foreground = ${colors.disabled}
|
||||||
font-0 = monospace;2
|
font-0 = monospace;2
|
||||||
|
|
||||||
modules-left = xworkspaces xwindow
|
modules-left = xworkspaces xwindow
|
||||||
modules-right = filesystem pulseaudio memory cpu info-radeontop eth battery date
|
modules-right = filesystem pulseaudio memory cpu wlan eth battery date
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
@ -98,7 +98,7 @@ label-empty-padding = 1
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title%
|
label = %title%
|
||||||
label-maxlen = 100
|
label-maxlen = 25
|
||||||
|
|
||||||
;format-background = #f00
|
;format-background = #f00
|
||||||
;format-padding = 4
|
;format-padding = 4
|
||||||
|
@ -108,7 +108,7 @@ type = internal/fs
|
||||||
interval = 25
|
interval = 25
|
||||||
|
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
mount-1 = /mnt/sdb1
|
;mount-1 = /mnt/sdb1
|
||||||
|
|
||||||
;label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
|
;label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
|
||||||
label-mounted = "%{F#ac3232}%mountpoint%%{F-} %percentage_used%%"
|
label-mounted = "%{F#ac3232}%mountpoint%%{F-} %percentage_used%%"
|
||||||
|
|
Loading…
Reference in a new issue