update terminal for waybbar
This commit is contained in:
parent
de04b8a0c5
commit
c164d3a1f5
1 changed files with 4 additions and 4 deletions
|
@ -41,11 +41,11 @@
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "terminator -e 'htop'"
|
"on-click": "tilix -e 'htop'"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% ",
|
"format": "{}% ",
|
||||||
"on-click": "terminator -e 'htop'"
|
"on-click": "tilix -e 'htop'"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
// "thermal-zone": 2,
|
// "thermal-zone": 2,
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "Disconnected ⚠",
|
"format-disconnected": "Disconnected ⚠",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||||
"on-click": "terminator -e 'nmtui'"
|
"on-click": "tilix -e 'nmtui'"
|
||||||
|
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
},
|
},
|
||||||
"custom/update":{
|
"custom/update":{
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "terminator -e 'sudo pacman -Syu && echo Done - Press enter to exit; read _/'"
|
"on-click": "tilix -e 'sudo pacman -Syu && echo Done - Press enter to exit; read _/'"
|
||||||
},
|
},
|
||||||
"custom/power":{
|
"custom/power":{
|
||||||
"format": "⏻",
|
"format": "⏻",
|
||||||
|
|
Loading…
Reference in a new issue