From c0ed89e014a43c86b1d64c0fa3e46b1ff4622845 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 28 Oct 2023 17:56:45 +0900 Subject: tweaked waybar TL and TR layouts --- config/waybar/modules | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 9e919e31..340c3ce3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -229,7 +229,7 @@ "pulseaudio": { "format": "{icon}", - "format-bluetooth": "{icon}  {volume}%", + "format-bluetooth": "{icon}  {volume} %", "format-muted": "󰖁", "format-icons": { "headphone": "", @@ -263,8 +263,8 @@ "temperature": { "interval": 10, "tooltip": false, - "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - //"thermal-zone": 1, + //"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", @@ -444,28 +444,6 @@ "on-click-right": "foot --title btop sh -c 'btop'", }, -"pulseaudio#vertical": { - "format": "{icon}", - "format-bluetooth": "{icon} ", - "format-muted": "󰖁", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", "󰕾", ""], - "ignored-sinks": ["Easy Effects Sink"], - }, - "scroll-step": 5.0, - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "smooth-scrolling-threshold": 1, -}, - "pulseaudio#microphone_vertical": { "format": "{format_source}", "format-source": "󰍬", @@ -482,8 +460,8 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - //"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", - "thermal-zone": 0, + "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + //"thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", "format": " {icon}", -- cgit v1.2.3