Updated config

This commit is contained in:
2024-03-02 00:32:40 +01:00
parent d82d239cd0
commit d6871eb3b9
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": {