summaryrefslogtreecommitdiff
path: root/.config/polybar/filesystem.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 16:04:43 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 16:04:43 -0700
commit3cc9012c360d3a3fac313a5e5f4c3008136f70af (patch)
tree3c9518c6393a909b329472904a9f69930b866d96 /.config/polybar/filesystem.ini
parenta751a55fbd66ac6fa909a459b1bf3c1a79930f94 (diff)
Tidy up modules
Diffstat (limited to '.config/polybar/filesystem.ini')
-rw-r--r--.config/polybar/filesystem.ini51
1 files changed, 51 insertions, 0 deletions
diff --git a/.config/polybar/filesystem.ini b/.config/polybar/filesystem.ini
new file mode 100644
index 0000000..d148457
--- /dev/null
+++ b/.config/polybar/filesystem.ini
@@ -0,0 +1,51 @@
+[module/filesystem]
+type = internal/fs
+
+# Mountpoints to display
+mount-0 = /
+mount-1 = /home
+# mount-2 = /var
+
+# Seconds to sleep between updates
+# Default: 30
+interval = 30
+
+# Display fixed precision values
+# Default: false
+fixed-values = true
+
+# Spacing between entries
+# Default: 2
+spacing = 1
+
+# Available tags:
+# <label-mounted> (default)
+# <bar-free>
+# <bar-used>
+# <ramp-capacity>
+# format-mounted-prefix = " "
+format-mounted =  <label-mounted>
+format-mounted-underline = ${colors.cyan}
+
+# Available tags:
+# <label-unmounted> (default)
+format-unmounted = <label-unmounted>
+format-unmounted-foreground = ${colors.white}
+format-unmounted-underline = ${colors.white}
+
+# Available tokens:
+# %mountpoint%
+# %type%
+# %fsname%
+# %percentage_free%
+# %percentage_used%
+# %total%
+# %free%
+# %used%
+# Default: %mountpoint% %percentage_free%%
+label-mounted = %mountpoint%: %percentage_used%%
+
+# Available tokens:
+# %mountpoint%
+# Default: %mountpoint% is not mounted
+label-unmounted = %mountpoint%: -