open Bottom when click on CPU/MEM
This commit is contained in:
parent
84fdfab431
commit
3e91941b8c
8
config
8
config
@ -49,10 +49,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% "
|
"format": "{usage}% ",
|
||||||
|
"interval": 5,
|
||||||
|
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% "
|
"format": "{}% ",
|
||||||
|
"interval": 5,
|
||||||
|
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user