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": [""]
|
"default": [""]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"on-scroll-up": "pamixer -ui 2",
|
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +2%",
|
||||||
"on-scroll-down": "pamixer -ud 2",
|
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -2%",
|
||||||
},
|
},
|
||||||
|
|
||||||
// to use the weather module replace <your_location> with your city or town
|
// to use the weather module replace <your_location> with your city or town
|
||||||
|
|||||||
@@ -93,7 +93,6 @@
|
|||||||
- pulseaudio
|
- pulseaudio
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- paprefs
|
- paprefs
|
||||||
- pamixer
|
|
||||||
- ffmpegthumbnailer
|
- ffmpegthumbnailer
|
||||||
- poppler-glib
|
- poppler-glib
|
||||||
- libgsf
|
- libgsf
|
||||||
@@ -225,5 +224,3 @@
|
|||||||
packages:
|
packages:
|
||||||
- orca
|
- orca
|
||||||
- mousetweaks
|
- mousetweaks
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ gtk-layer-shell
|
|||||||
ttf-nerd-fonts-symbols-2048-em
|
ttf-nerd-fonts-symbols-2048-em
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
brightnessctl
|
brightnessctl
|
||||||
pamixer
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
dex
|
dex
|
||||||
jq
|
jq
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Easy setup for testing
|
# Easy setup for testing
|
||||||
@@ -10,4 +9,3 @@ chmod -R +x ~/.config/sway/scripts
|
|||||||
chmod -R +x ~/.config/waybar/scripts
|
chmod -R +x ~/.config/waybar/scripts
|
||||||
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
|
sudo pacman -Syu --needed --noconfirm - < packages-repository.txt
|
||||||
dbus-launch dconf load / < xed.dconf
|
dbus-launch dconf load / < xed.dconf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user