mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 17:39:00 +02:00
polybar: try to display disks when full
This is not possible yet. The trick we did use for battery is not possible either as it is not possible to use tokens inside ramps.
This commit is contained in:
parent
5583ecdc52
commit
6a2db7ed4b
1 changed files with 18 additions and 0 deletions
|
@ -63,6 +63,24 @@ label-urgent = %name%
|
|||
label-urgent-background = #a00000
|
||||
label-urgent-padding = 1
|
||||
|
||||
# Not supported yet. Wait for 3.6.0 to get the warn stuff.
|
||||
# [module/disk]
|
||||
# type = internal/fs
|
||||
# mount-0 = /
|
||||
# mount-1 = /home
|
||||
# mount-2 = /var
|
||||
# mount-3 = /tmp
|
||||
# mount-4 = /var/lib/systems
|
||||
# mount-5 = /boot
|
||||
# warn-percentage = 80
|
||||
# fixed-values = true
|
||||
# interval = 15
|
||||
# format-unmounted =
|
||||
# format-mounted =
|
||||
# format-warn = <label-warn>
|
||||
# format-warn-foreground = #ff0000
|
||||
# label-warn = %mountpoint%: %percentage_used%%
|
||||
|
||||
[module/brightness]
|
||||
type = internal/backlight
|
||||
card = intel_backlight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue