diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 17:56:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 17:56:45 +0900 |
| commit | c0ed89e014a43c86b1d64c0fa3e46b1ff4622845 (patch) | |
| tree | e9cfed39a59f1060a43d0b10b7a294f9d5a238c1 /config/waybar/modules | |
| parent | 1b1d1361eee424ebed5bf2b33c84bdda99415001 (diff) | |
tweaked waybar TL and TR layouts
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 32 |
1 files changed, 5 insertions, 27 deletions
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}", |
