From 91800bc9f737caa21868bc89fa14ed54d4def710 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 1 Feb 2026 15:00:19 +0100 Subject: Initial commit --- waybar/config | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 waybar/config (limited to 'waybar/config') diff --git a/waybar/config b/waybar/config new file mode 100644 index 0000000..a4c5d89 --- /dev/null +++ b/waybar/config @@ -0,0 +1,118 @@ +{ + "layer": "top", + "position": "top", + "modules-left": [ + "hyprland/workspaces", + + ], + "modules-center": [ + + ], + "spacing": 4, + "modules-right": [ + "tray", + "wireplumber", + "network", + "backlight", + "clock", + "battery", + ], + "backlight": { + "device": "intel_backlight", + "format": "{percent}% {icon}", + "format-icons": ["", ""] + }, + "hyprland/workspaces": { + "format": "{name}", + "persistent-workspaces": { + "1": [], + "2": [], + "3": [] + } + }, + "hyprland/window": { + "icon": false, + "separate-outputs": true, + "format": "{}" + }, + "clock": { + "format": "{:%H:%M} ", + "format-alt": "{:%A, %B %d, %Y (%R)}", + "tooltip-format": "{calendar}", + "calendar": { + "mode": "year", + "mode-mon-col": 3, + "weeks-pos": "right", + "on-scroll": 1, + "on-click-right": "mode", + "format": { + "months": "{}", + "days": "{}", + "weeks": "W{}", + "weekdays": "{}", + "today": "{}" + } + }, + "actions": { + "on-click-right": "mode", + "on-click-forward": "tz_up", + "on-click-backward": "tz_down", + "on-scroll-up": "shift_up", + "on-scroll-down": "shift_down" + } + }, + + "network": { + "format": "󰤭 Disabled", + "format-wifi": " ", + "format-ethernet": " 󰈀 ", + "format-disconnected": "󰤭 ", + "tooltip": true, + "tooltip-format": "{ifname}\n{ipaddr}", + "tooltip-format-wifi": "{essid} {ifname}\n{ipaddr}\nstrength: {signalStrength}%", + "on-click": "networkmanager_dmenu" + }, + + "wireplumber": { + "scroll-step": 10, + "format": "{volume}% {icon} ", + "format-bluetooth": "{icon} {volume}%", + "format-muted": "muted ", + "on-click": "pavucontrol", + "format-icons": { + "headphones": "", + "handsfree": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": [ + "", + "󰓃" + ] + } + }, + "battery": { + "states": { + "warning": 30, + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-charging": "󰂄 {capacity}%", + "format-pluged": "󱟦 {capacity}%", + "format-full": "󰁹 {capacity}%", + "format-icons": [ + "󰂎", + "󰁺", + "󰁻", + "󰁼", + "󰁽", + "󰁾", + "󰁿", + "󰂀", + "󰂁", + "󰂂", + "󰁹" + ] + } +} -- cgit v1.2.3