Merge pull request #44 from mmedum/remove-pamixer

Remove pamixer, use pactl for waybar and a bit of linting
This commit is contained in:
OdiousImp2604
2022-11-29 21:22:04 +00:00
committed by GitHub
4 changed files with 16 additions and 22 deletions

View File

@@ -156,8 +156,8 @@
"default": [""]
},
"on-click": "pavucontrol",
"on-scroll-up": "pamixer -ui 2",
"on-scroll-down": "pamixer -ud 2",
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +2%",
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -2%",
},
// to use the weather module replace <your_location> with your city or town

View File

@@ -93,7 +93,6 @@
- pulseaudio
- pavucontrol
- paprefs
- pamixer
- ffmpegthumbnailer
- poppler-glib
- libgsf
@@ -225,5 +224,3 @@
packages:
- orca
- mousetweaks

View File

@@ -30,7 +30,6 @@ gtk-layer-shell
ttf-nerd-fonts-symbols-2048-em
xdg-desktop-portal-wlr
brightnessctl
pamixer
wl-clipboard
dex
jq

View File

@@ -1,4 +1,3 @@
#!/bin/bash
# Easy setup for testing
@@ -10,4 +9,3 @@ chmod -R +x ~/.config/sway/scripts
chmod -R +x ~/.config/waybar/scripts
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
dbus-launch dconf load / < xed.dconf