From b349d7d1264004796ec6f895755d1334cef4fe6e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 14 Nov 2021 14:57:18 +0100 Subject: Adds Telescope and replaces pipewire with alsa --- .config/waybar/config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.config/waybar') diff --git a/.config/waybar/config b/.config/waybar/config index 56b1359..0231590 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -2,7 +2,7 @@ "layer": "top", "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], - "modules-right": ["tray", "pulseaudio", "network", "clock"], + "modules-right": ["tray", "custom/alsa", "network", "clock"], "sway/window": { "max-length": 100 }, @@ -12,6 +12,14 @@ "pulseaudio": { "format": "V {volume}%", }, + "custom/alsa": { + "exec": "amixer get Master | grep '%' | awk -F '[][]' '{print $2}'", + //"exec-if": "alsactl monitor", + "format": "V {}", + "on-scroll-up": "amixer set Master 1%+", + "on-scroll-down": "amixer set Master 1%-", + "interval": 1 + }, "network": { "format": "{ipaddr}", "format-disconnected": "Offline", -- cgit v1.2.3