Browse Source

update on waybar vertical layout

pull/11/head
JaKooLit 2 years ago
parent
commit
8a237a9843
  1. 2
      config/waybar/configs/config-left
  2. 2
      config/waybar/configs/config-right
  3. 22
      config/waybar/modules

2
config/waybar/configs/config-left

@ -24,7 +24,7 @@
"modules-right": [
"tray",
"network",
//"network",
"backlight#vertical",
"pulseaudio#microphone_vertical",
"pulseaudio#vertical",

2
config/waybar/configs/config-right

@ -24,7 +24,7 @@
"modules-right": [
"tray",
"network",
//"network",
"backlight#vertical",
"pulseaudio#microphone_vertical",
"pulseaudio#vertical",

22
config/waybar/modules

@ -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": "󰍬",

Loading…
Cancel
Save