diff options
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config##h.maus | 17 |
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 | ||
| 58 | modules-left = i3 pulseaudio-control spotify mpd github | 58 | modules-left = i3 pulseaudio-control spotify mpd github |
| 59 | modules-center = xwindow | 59 | modules-center = xwindow |
| 60 | modules-right = focus notification_pause cpu download upload date time | 60 | modules-right = focus notification_pause memory cpu download upload date time |
| 61 | 61 | ||
| 62 | tray-position = right | 62 | tray-position = right |
| 63 | separator = | 63 | separator = |
| @@ -228,6 +228,21 @@ label-separator = " " | |||
| 228 | label-separator-foreground = ${colors.foreground} | 228 | label-separator-foreground = ${colors.foreground} |
| 229 | label-separator-background = #504945 | 229 | label-separator-background = #504945 |
| 230 | 230 | ||
| 231 | [module/memory] | ||
| 232 | type = internal/memory | ||
| 233 | format = <label> <bar-used> | ||
| 234 | label = %percentage_used%% | ||
| 235 | |||
| 236 | bar-used-indicator = | ||
| 237 | bar-used-width = 10 | ||
| 238 | bar-used-foreground-0 = #55aa55 | ||
| 239 | bar-used-foreground-1 = #557755 | ||
| 240 | bar-used-foreground-2 = #f5a70a | ||
| 241 | bar-used-foreground-3 = #ff5555 | ||
| 242 | bar-used-fill = | | ||
| 243 | bar-used-empty = | | ||
| 244 | bar-used-empty-foreground = #444444 | ||
| 245 | |||
| 231 | [module/cpu] | 246 | [module/cpu] |
| 232 | type = internal/cpu | 247 | type = internal/cpu |
| 233 | label = %percentage:3%% | 248 | label = %percentage:3%% |
