Updated config

This commit is contained in:
Eduard Urbach 2024-03-02 00:32:40 +01:00
parent 73dd29f976
commit d21f6db257
Signed by: eduard
GPG key ID: 49226B848C78F6C8
16 changed files with 81 additions and 29 deletions

View file

@ -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": {