Updated config
This commit is contained in:
parent
73dd29f976
commit
d21f6db257
16 changed files with 81 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["custom/launcher","hyprland/workspaces"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk","clock"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk"],
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "{:%a %H:%M}",
|
||||
|
@ -10,12 +10,12 @@
|
|||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": " {}%",
|
||||
"format": " {usage}%",
|
||||
"max-length": 10
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {}%",
|
||||
"format": " {used} GiB",
|
||||
"max-length": 10
|
||||
},
|
||||
"network": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue