summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2021-10-15 22:32:40 +0300
committerYigit Sever2021-10-15 22:32:40 +0300
commit5f26aab5f375f4e3539fcfe6e2c948ab9b325799 (patch)
tree1176f310737544a0dedddffa5781e4b31f7cf6f9 /.config/polybar
parent548dc66bc3153df11bbbc20ca5a4b97d57f0ef09 (diff)
downloaddotfiles-5f26aab5f375f4e3539fcfe6e2c948ab9b325799.tar.gz
dotfiles-5f26aab5f375f4e3539fcfe6e2c948ab9b325799.tar.bz2
dotfiles-5f26aab5f375f4e3539fcfe6e2c948ab9b325799.zip
polybar: early memory module
diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##h.maus17
1 files changed, 16 insertions, 1 deletions
diff --git a/.config/polybar/config##h.maus b/.config/polybar/config##h.maus
index b2105f2..3ac8a00 100644
--- a/.config/polybar/config##h.maus
+++ b/.config/polybar/config##h.maus
@@ -57,7 +57,7 @@ font-1 = Siji:size=20;1
57 57
58modules-left = i3 pulseaudio-control spotify mpd github 58modules-left = i3 pulseaudio-control spotify mpd github
59modules-center = xwindow 59modules-center = xwindow
60modules-right = focus notification_pause cpu download upload date time 60modules-right = focus notification_pause memory cpu download upload date time
61 61
62tray-position = right 62tray-position = right
63separator =  63separator = 
@@ -228,6 +228,21 @@ label-separator = " "
228label-separator-foreground = ${colors.foreground} 228label-separator-foreground = ${colors.foreground}
229label-separator-background = #504945 229label-separator-background = #504945
230 230
231[module/memory]
232type = internal/memory
233format = <label> <bar-used>
234label = %percentage_used%%
235
236bar-used-indicator =
237bar-used-width = 10
238bar-used-foreground-0 = #55aa55
239bar-used-foreground-1 = #557755
240bar-used-foreground-2 = #f5a70a
241bar-used-foreground-3 = #ff5555
242bar-used-fill = |
243bar-used-empty = |
244bar-used-empty-foreground = #444444
245
231[module/cpu] 246[module/cpu]
232type = internal/cpu 247type = internal/cpu
233label = %percentage:3%% 248label = %percentage:3%%