diff options
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b10f9f9..ec5dc7c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,7 +1,6 @@ { "layer": "top", "position": "top", - "modules-left": [ "sway/workspaces", "network", @@ -13,25 +12,21 @@ "pulseaudio", "bluetooth", "battery", - "clock" + "clock" ], - - "sway/workspaces": { - "all-outputs": true, - "format": "{name}" - }, - + "sway/workspaces": { + "all-outputs": true, + "format": "{name}" + }, "clock": { - "format": "{:%a, %b %H:%M}", - "interval": 60, - "tooltip-format": "<big>{:%B %Y}</big>\n<tt>{calendar}</tt>" + "format": "{:%a, %b %d/%m/%y %H:%M}", + "interval": 60, + "tooltip-format": "<big>{:%B %Y}</big>\n<tt>{calendar}</tt>" + }, + "tray": { + "icon-size": 16, + "spacing": 4 }, - - "tray": { - "icon-size": 14, - "spacing": 0 - }, - "battery": { "interval": 60, "max-length": 25, @@ -44,18 +39,16 @@ "format-icons": { "charging": "<span color='#ffff00'>PWR: {capacity}%</span>" }, - "format-plugged": "PLG: {capacity}%" + "format-plugged": "PLG: <span color='#aaaaaa'>{capacity}%</span>" }, - "bluetooth": { "format": "BT: {num_connections}", - "format-disabled": "<span color='#aaaaaa'>BT: DC'D</span>", + "format-disabled": "BT: <span color='#aaaaaa'>DC'D</span>", "format-connected": "BT: {num_connections}", "tooltip-format": "Devices connected: {num_connections}\n{device_alias} at {device_battery_percentage}%", "on-click": "kitty --app-id=TUI.float -e bluetui", "on-click-right": "rfkill toggle bluetooth" }, - "pulseaudio": { "format": "{icon} <span color='#aaaaaa'>{volume}</span>", "format-bluetooth": "BT: {icon} {volume}", @@ -69,7 +62,6 @@ "tooltip-format": "{desc}", "scroll-step": 5 }, - "network": { "interface": "wlo1", "format": "{ifname}", |
