change the color of the main disk on waybar
This commit is contained in:
parent
08dbb9e21f
commit
a3c5c2e087
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@
|
|||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "<span color=\"#8694c0\"></span><span color=\"#ffb86c\"> </span>/: {percentage_used}%",
|
||||
"format": "<span color=\"#8694c0\"></span><span color=\"#50FA7B\"> </span>/: {percentage_used}%",
|
||||
"path": "/"
|
||||
},
|
||||
"disk#disk2": {
|
||||
|
@ -225,7 +225,7 @@
|
|||
},
|
||||
"disk#disk5": {
|
||||
"interval": 30,
|
||||
"format": "<span color=\"#50FA7B\"> </span>Backups: {percentage_used}%",
|
||||
"format": "<span color=\"#ffb86c\"> </span>Backups: {percentage_used}%",
|
||||
"path": "/mnt/Backups"
|
||||
},"pulseaudio": {
|
||||
"format": "{volume}% {icon}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue