mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 22:07:59 +00:00
[polybar] Improve monitoring bars visualization
This commit is contained in:
parent
06d97d6bcf
commit
0572b28d96
@ -64,7 +64,7 @@ font-0 = "Droid Sans Mono:size=16:antialias=true;1"
|
|||||||
font-1 = "FontAwesome:size=16:antialias=true;2"
|
font-1 = "FontAwesome:size=16:antialias=true;2"
|
||||||
font-2 = "Material Icons:size=16:antialias=true;1"
|
font-2 = "Material Icons:size=16:antialias=true;1"
|
||||||
font-3 = NotoSans-Regular:size=18:weight=bold:antialias=true;2
|
font-3 = NotoSans-Regular:size=18:weight=bold:antialias=true;2
|
||||||
font-4 = NotoSans-Regular:size=18:weight=bold:antialias=true;-7
|
font-4 = NotoSans-Regular:size=28:weight=bold:antialias=true;-12
|
||||||
font-5 = "FontAwesome:size=21:antialias=true;2"
|
font-5 = "FontAwesome:size=21:antialias=true;2"
|
||||||
|
|
||||||
modules-left = taskslabel taskbar1 taskbar2 taskbar3 taskbar4 taskbar5 taskbar6 taskbar7 taskbar8 taskbar9 taskbar10
|
modules-left = taskslabel taskbar1 taskbar2 taskbar3 taskbar4 taskbar5 taskbar6 taskbar7 taskbar8 taskbar9 taskbar10
|
||||||
|
@ -4,8 +4,8 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
'us': '#43A047', # us, user : time running un-niced user processes
|
'us': '#FDD835', # us, user : time running un-niced user processes
|
||||||
'sy': '#87CEFA', # sy, system : time running kernel processes
|
'sy': '#23A8F1', # sy, system : time running kernel processes
|
||||||
'ni': '#FFFFFF', # ni, nice : time running niced user processes
|
'ni': '#FFFFFF', # ni, nice : time running niced user processes
|
||||||
'wa': '#E53935', # wa, IO-wait : time waiting for I/O completion
|
'wa': '#E53935', # wa, IO-wait : time waiting for I/O completion
|
||||||
'hi': '#66CDAA', # hi : time spent servicing hardware interrupts
|
'hi': '#66CDAA', # hi : time spent servicing hardware interrupts
|
||||||
|
Loading…
Reference in New Issue
Block a user