summaryrefslogtreecommitdiff
path: root/.config/polybar/ram.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 15:05:49 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 15:05:49 -0700
commita751a55fbd66ac6fa909a459b1bf3c1a79930f94 (patch)
tree81d093abb1a6fac24c94fdf7d983e5f3e9bc66de /.config/polybar/ram.ini
parent2aa313accef75fdfb4ed003af3030edcc6277d99 (diff)
Add new keyboard layout module
Diffstat (limited to '.config/polybar/ram.ini')
-rw-r--r--.config/polybar/ram.ini71
1 files changed, 0 insertions, 71 deletions
diff --git a/.config/polybar/ram.ini b/.config/polybar/ram.ini
deleted file mode 100644
index 407da7f..0000000
--- a/.config/polybar/ram.ini
+++ /dev/null
@@ -1,71 +0,0 @@
-[module/ram]
-type = internal/memory
-
-# Seconds to sleep between updates
-# Default: 1
-interval = 2
-
-# Available tags:
-# <label> (default)
-# <bar-used>
-# <bar-free>
-# <ramp-used>
-# <ramp-free>
-# <bar-swap-used>
-# <bar-swap-free>
-# <ramp-swap-used>
-# <ramp-swap-free>
-format-prefix = " "
-format = <label>
-# format-prefix-foreground = ${colors.foreground-alt}
-format-underline = ${colors.cyan}
-
-# Available tokens:
-# %percentage_used% (default)
-# %percentage_free%
-# %gb_used%
-# %gb_free%
-# %gb_total%
-# %mb_used%
-# %mb_free%
-# %mb_total%
-# %percentage_swap_used%
-# %percentage_swap_free%
-# %mb_swap_total%
-# %mb_swap_free%
-# %mb_swap_used%
-# %gb_swap_total%
-# %gb_swap_free%
-# %gb_swap_used%
-label = %percentage_used:2%%
-
-# Only applies if <bar-used> is used
-bar-used-indicator =
-bar-used-width = 20
-bar-used-foreground-0 = ${colors.green}
-bar-used-foreground-1 = ${colors.green}
-bar-used-foreground-2 = ${colors.yellow}
-bar-used-foreground-3 = ${colors.red}
-bar-used-fill = ▐
-bar-used-empty = ▐
-bar-used-empty-foreground = ${colors.black-alt}
-
-# Only applies if <ramp-used> is used
-ramp-used-0 = ▁
-ramp-used-1 = ▂
-ramp-used-2 = ▃
-ramp-used-3 = ▄
-ramp-used-4 = ▅
-ramp-used-5 = ▆
-ramp-used-6 = ▇
-ramp-used-7 = █
-
-# Only applies if <ramp-free> is used
-ramp-free-0 = ▁
-ramp-free-1 = ▂
-ramp-free-2 = ▃
-ramp-free-3 = ▄
-ramp-free-4 = ▅
-ramp-free-5 = ▆
-ramp-free-6 = ▇
-ramp-free-7 = █