Run footclient

This commit is contained in:
Maximilian Friedersdorff 2025-10-03 11:53:53 +01:00
parent 81eac207c5
commit 0ac7d9c3f9
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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": "{}% "