Run footclient
This commit is contained in:
parent
81eac207c5
commit
0ac7d9c3f9
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term foot
|
set $term footclient
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% @ {avg_frequency}GHz ",
|
"format": "{usage}% @ {avg_frequency}GHz ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "foot btop"
|
"on-click": "footclient btop"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue