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-left = ["tray" "mpd"];
|
||||||
modules-center = ["hyprland/workspaces"];
|
modules-center = ["hyprland/workspaces"];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"cpu"
|
|
||||||
"memory"
|
"memory"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"clock"
|
"clock"
|
||||||
|
@ -219,7 +218,9 @@ in {
|
||||||
background: @base;
|
background: @base;
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
#memory {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
#battery {
|
#battery {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue