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. 28
      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",

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

Loading…
Cancel
Save