This commit is contained in:
Sakooooo 2023-08-31 07:47:54 +04:00
parent 5f78350bd6
commit 06033cc7c8
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -10,8 +10,7 @@
"modules-center": [ "modules-center": [
], ],
"modules-right": [ "modules-right": [
"clock#2", "clock",
"clock#3",
"pulseaudio", "pulseaudio",
"memory", "memory",
"cpu", "cpu",
@ -33,16 +32,8 @@
} }
}, },
"clock#1": { "clock": {
"format": "{:%a}", "format": "{:%H:%M}, {:%m-%d}",
"tooltip": false
},
"clock#2": {
"format": "{:%H:%M}",
"tooltip": false
},
"clock#3": {
"format": "{:%m-%d}",
"tooltip": false "tooltip": false
}, },