diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 00:00:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 00:00:45 +0900 |
| commit | c3cf0e5cef9c317d682a373e469cefb81aee7554 (patch) | |
| tree | 07359487f11140f6a2f90655f3083ca7a10b136c /config/waybar/modules | |
| parent | d58280907aed16c6bb7872a7265358303d46b68b (diff) | |
tweak waybar
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 46 |
1 files changed, 14 insertions, 32 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 09256cca..7ec2b2a3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -215,22 +215,22 @@ "network": { "format": "{ifname}", - "format-wifi": " {signalStrength}%", - "format-ethernet": " Wired", - "format-disconnected": "", //An empty format will hide the module. + "format-wifi": "{icon}", + "format-ethernet": "", + "format-disconnected": "", "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", "format-linked": " {ifname} (No IP)", - "tooltip-format-wifi": "{essid} ({signalStrength}%)", - "tooltip-format-ethernet": "{ifname} ", - "tooltip-format-disconnected": " Disconnected", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ", + "tooltip-format-disconnected": " Disconnected", "max-length": 50, "format-icons": ["","","","",""] }, "pulseaudio": { - "format": "{icon} {volume} %", + "format": "{icon}", "format-bluetooth": "{icon} {volume} %", - "format-muted": "", + "format-muted": "", "format-icons": { "headphone": "", "hands-free": "", @@ -251,7 +251,7 @@ "pulseaudio#microphone": { "format": "{format_source}", - "format-source": " {volume} %", + "format-source": " {volume}%", "format-source-muted": "", "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", "on-click-right": "pavucontrol -t 4", @@ -400,7 +400,10 @@ "align": 0, "rotate": 0, "format": "{icon}", - "format-icons": ["", "", ""], + "format-icons": ["", "", "", "", "", "", "", "", ""], + "tooltip-format": "{percent}%", + "icon-size": 10, + "on-update": "", "icon-size": 10, "on-click": "", "on-click-middle": "", @@ -412,7 +415,7 @@ }, "clock#vertical": { - "format": "{:\n%H\n%M\n\n \n%d\n%m\n%y}", + "format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", "interval": 1, //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", "tooltip": true, @@ -441,27 +444,6 @@ "on-click-right": "foot --title btop sh -c 'btop'", }, -"pulseaudio#vertical": { - "format": "{icon}", - "format-bluetooth": "\n{icon}", - "format-bluetooth-muted": "\n", - "format-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", "", ""], - }, - "on-click-right": "pavucontrol", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "tooltip": true, -}, - "pulseaudio#microphone_vertical": { "format": "{format_source}", "format-source": "", |
