Merge pull request #44 from mmedum/remove-pamixer
Remove pamixer, use pactl for waybar and a bit of linting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
- pulseaudio
|
||||
- pavucontrol
|
||||
- paprefs
|
||||
- pamixer
|
||||
- ffmpegthumbnailer
|
||||
- poppler-glib
|
||||
- libgsf
|
||||
@@ -225,5 +224,3 @@
|
||||
packages:
|
||||
- orca
|
||||
- mousetweaks
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@ gtk-layer-shell
|
||||
ttf-nerd-fonts-symbols-2048-em
|
||||
xdg-desktop-portal-wlr
|
||||
brightnessctl
|
||||
pamixer
|
||||
wl-clipboard
|
||||
dex
|
||||
jq
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user