Updated config
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user