diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-08 12:03:42 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-08 12:03:42 +0900 |
| commit | 8a237a9843cdd81c522e6e514f6fe732c8b25668 (patch) | |
| tree | 9362de34b352e6691b0c68c01b932761b9d613b2 | |
| parent | 133c962c89706286bf6e7561db0b250cde2d884a (diff) | |
update on waybar vertical layout
| -rw-r--r-- | config/waybar/configs/config-left | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-right | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 28 |
3 files changed, 27 insertions, 5 deletions
diff --git a/config/waybar/configs/config-left b/config/waybar/configs/config-left index 834566ce..e692801f 100644 --- a/config/waybar/configs/config-left +++ b/config/waybar/configs/config-left @@ -24,7 +24,7 @@ "modules-right": [ "tray", - "network", + //"network", "backlight#vertical", "pulseaudio#microphone_vertical", "pulseaudio#vertical", diff --git a/config/waybar/configs/config-right b/config/waybar/configs/config-right index bf46c054..ee928a4b 100644 --- a/config/waybar/configs/config-right +++ b/config/waybar/configs/config-right @@ -24,7 +24,7 @@ "modules-right": [ "tray", - "network", + //"network", "backlight#vertical", "pulseaudio#microphone_vertical", "pulseaudio#vertical", diff --git a/config/waybar/modules b/config/waybar/modules index 8e89da57..a82e03fa 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -147,8 +147,8 @@ "rewrite": { "(.*) — Mozilla Firefox": " $1", "(.*) - fish": "> [$1]", - "(.*) - zsh": "> [$1]", - "(.*) - kitty": "> [$1]", + "(.*) - zsh": "> [$1]", + "(.*) - kitty": "> [$1]", }, }, @@ -408,7 +408,7 @@ "interval": 2, "align": 0, "rotate": 0, - "format": " {icon}", + "format": "{icon}", "format-icons": ["", "", "", "", "", "", "", "", ""], "tooltip-format": "{percent}%", "icon-size": 10, @@ -453,6 +453,28 @@ "on-click-right": "kitty --title btop sh -c 'btop'", }, +"pulseaudio#vertical": { + "format": "{icon}", + "format-bluetooth": "", + "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": "", |
