forked from extern/nix-config
polybar: Remove cpu and ram from bar
I am not performing tasks that require constant knowledge of the CPU and RAM being used, and if I am, I can use a tool like htop instead, which would avoid the distraction of the bar numbers constantly changing.
This commit is contained in:
parent
80a2ec3fe3
commit
54edb4b045
@ -15,7 +15,7 @@ background-alt = ${xrdb:color8}
|
||||
[bar/main]
|
||||
modules-left = bspwm
|
||||
modules-center = window
|
||||
modules-right = cpu ram volume wifi date time battery
|
||||
modules-right = volume wifi date time battery
|
||||
|
||||
monitor = ${env:MONITOR:}
|
||||
wm-restack = bspwm
|
||||
|
Loading…
Reference in New Issue
Block a user