wabar: remove cpu, fix memory icon
This commit is contained in:
parent
5643b88f61
commit
3a529c9631
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,6 @@ in {
|
|||
modules-left = ["tray" "mpd"];
|
||||
modules-center = ["hyprland/workspaces"];
|
||||
modules-right = [
|
||||
"cpu"
|
||||
"memory"
|
||||
"pulseaudio"
|
||||
"clock"
|
||||
|
@ -219,7 +218,9 @@ in {
|
|||
background: @base;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @text;
|
||||
}
|
||||
#battery {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue