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 $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
set $term footclient
|
||||
# Your preferred application launcher
|
||||
# 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.
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"cpu": {
|
||||
"format": "{usage}% @ {avg_frequency}GHz ",
|
||||
"tooltip": false,
|
||||
"on-click": "foot btop"
|
||||
"on-click": "footclient btop"
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue