Browse Source

Returning of pulseaudio vertical

pull/4/head
JaKooLit 2 years ago
parent
commit
cec14e04fa
  1. 8
      config/waybar/configs/config-default
  2. 2
      config/waybar/configs/config-dual-BL
  3. 2
      config/waybar/configs/config-dual-BR
  4. 2
      config/waybar/configs/config-dual-TL
  5. 2
      config/waybar/configs/config-dual-TR
  6. 4
      config/waybar/configs/config-left
  7. 4
      config/waybar/configs/config-right
  8. 27
      config/waybar/modules

8
config/waybar/configs/config-default

@ -43,10 +43,10 @@
"tray",
"custom/separator#dot-line",
//"cava",
"battery",
"custom/separator#dot-line",
"backlight",
"custom/separator#dot-line",
//"battery",
//"custom/separator#dot-line",
//"backlight",
//"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",
//"wireplumber",

2
config/waybar/configs/config-dual-BL

@ -58,7 +58,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [

2
config/waybar/configs/config-dual-BR

@ -59,7 +59,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [

2
config/waybar/configs/config-dual-TL

@ -58,7 +58,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [

2
config/waybar/configs/config-dual-TR

@ -59,7 +59,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [

4
config/waybar/configs/config-left

@ -19,7 +19,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [
@ -27,7 +27,7 @@
"network",
"backlight#vertical",
"pulseaudio#microphone_vertical",
"pulseaudio",
"pulseaudio#vertical",
"custom/power_vertical",
"custom/menu",
],

4
config/waybar/configs/config-right

@ -19,7 +19,7 @@
],
"modules-center": [
"hyprland/workspaces",
"hyprland/workspaces#2",
],
"modules-right": [
@ -27,7 +27,7 @@
"network",
"backlight#vertical",
"pulseaudio#microphone_vertical",
"pulseaudio",
"pulseaudio#vertical",
"custom/power_vertical",
"custom/menu",
],

27
config/waybar/modules

@ -444,6 +444,28 @@
"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": "󰍬",
@ -460,8 +482,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}",
@ -477,3 +499,4 @@
},
}
Loading…
Cancel
Save