diff --git a/config/waybar/config b/config/waybar/config index 71c2c91..d435cca 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,4 +1,5 @@ { + "reload_style_on_change": true, "layer": "top", "position": "top", "spacing": 0, @@ -123,4 +124,66 @@ "icon-size": 12, "spacing": 12 } + }, + "cpu": { + "interval": 5, + "format": "󰍛", + "on-click": "alacritty -e btop" + }, + "clock": { + "format": "{:%A %H:%M}", + "format-alt": "{:%d %B W%V %Y}", + "tooltip": false + }, + "network": { + "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"], + "format" : "{icon}", + "format-wifi" : "{icon}", + "format-ethernet" : "󰀂", + "format-disconnected" : "󰖪", + "tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", + "tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", + "tooltip-format-disconnected": "Disconnected", + "interval": 3, + "nospacing": 1, + "on-click": "alacritty --class=Impala -e impala" + }, + "battery": { + "format": "{capacity}% {icon}", + "format-discharging": "{icon}", + "format-charging": "{icon}", + "format-plugged": "", + "format-icons": { + "charging": [ + "󰢜", "󰂆", "󰂇", "󰂈", "󰢝", "󰂉", "󰢞", "󰂊", "󰂋", "󰂅" + ], + "default": [ + "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹" + ] + }, + "format-full": "󰂅", + "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", + "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", + "interval": 5, + "states": { + "warning": 20, + "critical": 10 + } + }, + "bluetooth": { + "format": "", + "format-disabled": "󰂲", + "format-connected": "", + "tooltip-format": "Devices connected: {num_connections}", + "on-click": "GTK_THEME=Adwaita-dark blueberry" + }, + "pulseaudio": { + "format": "", + "format-muted": "󰝟", + "scroll-step": 5, + "on-click": "GTK_THEME=Adwaita-dark pavucontrol", + "tooltip-format": "Playing at {volume}%", + "on-click-right": "pamixer -t", + "ignored-sinks": ["Easy Effects Sink"] + } }