diff options
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 4104420..3b274a6 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -25,7 +25,7 @@ "cpu", "memory", "temperature", - "sway/keyboard", + "keyboard", "clock", "tray" ], @@ -137,9 +137,6 @@ // "format-full": "", "format-icons": ["", "", "", "", ""] }, - "battery#bat2": { - "bat": "BAT2" - }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "format-wifi": "{essid} ({signalStrength}%) ", |