diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-31 12:39:04 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-31 12:39:04 +0100 |
| commit | e951cf30006ef75e8eabd68aabeec0e2fd18d963 (patch) | |
| tree | ed6d477f81520c242b418e0bbaa74286e1886dd3 /.config/waybar/config.jsonc | |
| parent | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (diff) | |
Several improvements:
Enable sway smart borders
Move media on bar so you're less likely to misclick
Add some effects to the terminal
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b629fbe..8237353 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -11,13 +11,12 @@ "sway/workspaces", "sway/mode", "sway/scratchpad", - "mpris" ], "modules-center": [ "sway/window" ], "modules-right": [ - "custom/headset", + "mpris", "pipewire", "load", "memory", @@ -103,13 +102,5 @@ "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}" - }, - "custom/headset": { - "exec": "headsetcontrol -b -o json | jq -r '.devices[0].battery.level'", - "exec-if": "headsetcontrol --connected", - "format": " {} %", - "hide-empty-text": true, - "interval": 60, - "hide-empty-text": true } } |
