From 06b9850be0c429161b741c01100f948b9e638dce Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:09:27 -0700 Subject: Add new modules --- .config/polybar/config | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to '.config/polybar/config') diff --git a/.config/polybar/config b/.config/polybar/config index 04fa578..2833c9c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -44,6 +44,8 @@ include-file = /home/lz/.config/polybar/xwindow.ini include-file = /home/lz/.config/polybar/pulseaudio.ini include-file = /home/lz/.config/polybar/date.ini include-file = /home/lz/.config/polybar/powermenu.ini +include-file = /home/lz/.config/polybar/cpu.ini +include-file = /home/lz/.config/polybar/ram.ini # [module/xkeyboard] # type = internal/xkeyboard @@ -84,22 +86,6 @@ include-file = /home/lz/.config/polybar/powermenu.ini # label-song-maxlen = 25 # label-song-ellipsis = true -# [module/cpu] -# type = internal/cpu -# interval = 2 -# format-prefix = " " -# format-prefix-foreground = ${colors.foreground-alt} -# format-underline = #f90000 -# label = %percentage:2%% - -# [module/memory] -# type = internal/memory -# interval = 2 -# format-prefix = " " -# format-prefix-foreground = ${colors.foreground-alt} -# format-underline = #4bffdc -# label = %percentage_used%% - # [module/wlan] # type = internal/network # interface = wlp6s0 -- cgit v1.2.3-54-g00ecf