From 4d8815c0057a6dfca5cc6851f9ea03446ff48c6f Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Wed, 4 Mar 2026 01:25:46 +0100 Subject: waybar --- .config/waybar/config | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .config/waybar/config (limited to '.config/waybar/config') diff --git a/.config/waybar/config b/.config/waybar/config new file mode 100644 index 0000000..b5ebd6b --- /dev/null +++ b/.config/waybar/config @@ -0,0 +1,62 @@ +{ + "layer": "top", + "position": "top", + "height": 15, + "spacing": 5, + + "modules-left": ["sway/workspaces"], + "modules-right": ["wireplumber", "backlight", "battery", "group/net" ,"clock"], + + + "group/net": { + "orientation": "horizontal", + "modules": ["network", "bluetooth"] + }, + + "sway/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{name}", + "on-click": "activate" + }, + + "clock": { + "format": "{:%d.%m.%Y %H:%M}" + }, + + "wireplumber": { + "format": "{volume}% 󰕾", + "format-muted": "󰖁", + "max-volume": 100, + "scroll-step": 5, + "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle" + }, + + "battery": { + "bat": "BAT0", + "interval": 10, + "format": "{icon} {capacity}% ({time})", + "format-charging": "󱐋 {icon} {capacity}%", + "format-plugged": " {capacity}%", + "format-icons": ["", "", "", "", ""], + "tooltip-format": "{timeTo}" + }, + + "backlight": { + "format": "{percent}% 󰃟" + }, + + "network": { + "format-ethernet": "󰈀 ", + "format-wifi": "{icon} ", + "format-disconnected": "󰤮 ", + "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"], + "tooltip-format-wifi": "{essid} ({signalStrength}%)" + }, + + "bluetooth": { + "format": "󰂯", + "format-disabled": "󰂲", + "format-connected": "󰂱" + } +} -- cgit v1.2.3