update build script to remove pasystray and include pnmixer
This commit is contained in:
parent
5137a1a0b9
commit
1e945a8eb3
|
@ -14,8 +14,8 @@ compton -b
|
||||||
tint2 &
|
tint2 &
|
||||||
|
|
||||||
# Sound mixer
|
# Sound mixer
|
||||||
#pnmixer &
|
pnmixer &
|
||||||
pasystray &
|
#pasystray &
|
||||||
|
|
||||||
# Plank
|
# Plank
|
||||||
plank &
|
plank &
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
[PNMixer]
|
||||||
|
SliderOrientation=vertical
|
||||||
|
DisplayTextVolume=true
|
||||||
|
TextVolumePosition=0
|
||||||
|
ScrollStep=5
|
||||||
|
FineScrollStep=1
|
||||||
|
MiddleClickAction=0
|
||||||
|
CustomCommand=
|
||||||
|
VolMuteKey=121
|
||||||
|
VolUpKey=123
|
||||||
|
VolDownKey=122
|
||||||
|
AlsaCard=(default)
|
||||||
|
NormalizeVolume=true
|
||||||
|
SystemTheme=true
|
||||||
|
DrawVolMeter=false
|
||||||
|
VolMeterPos=0
|
||||||
|
VolMeterColor=0.90980392156900003;0.43137254902;0.43137254902;
|
||||||
|
VolumeControlCommand=pavucontrol
|
||||||
|
EnableHotKeys=true
|
||||||
|
VolMuteMods=0
|
||||||
|
VolUpMods=0
|
||||||
|
VolDownMods=0
|
||||||
|
EnableNotifications=true
|
||||||
|
HotkeyNotifications=true
|
||||||
|
MouseNotifications=true
|
||||||
|
PopupNotifications=true
|
||||||
|
ExternalNotifications=false
|
||||||
|
NotificationTimeout=1500
|
||||||
|
|
||||||
|
[(default)]
|
||||||
|
Channel=Master
|
|
@ -1,27 +0,0 @@
|
||||||
[xarchiver]
|
|
||||||
preferred_format=-1
|
|
||||||
prefer_unzip=true
|
|
||||||
confirm_deletion=true
|
|
||||||
sort_filename_content=false
|
|
||||||
store_output=false
|
|
||||||
icon_size=2
|
|
||||||
show_archive_comment=false
|
|
||||||
show_sidebar=true
|
|
||||||
show_location_bar=true
|
|
||||||
show_toolbar=true
|
|
||||||
preferred_custom_cmd=
|
|
||||||
preferred_temp_dir=/tmp
|
|
||||||
preferred_extract_dir=/tmp
|
|
||||||
allow_sub_dir=0
|
|
||||||
ensure_directory=true
|
|
||||||
overwrite=false
|
|
||||||
full_path=2
|
|
||||||
touch=false
|
|
||||||
fresh=false
|
|
||||||
update=false
|
|
||||||
store_path=false
|
|
||||||
updadd=true
|
|
||||||
freshen=false
|
|
||||||
recurse=true
|
|
||||||
solid_archive=false
|
|
||||||
remove_files=false
|
|
|
@ -73,8 +73,8 @@ pcmanfm
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
#pnmixer
|
pnmixer
|
||||||
pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
geany
|
||||||
|
|
|
@ -73,8 +73,8 @@ pcmanfm
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
#pnmixer
|
pnmixer
|
||||||
pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
geany
|
||||||
|
|
|
@ -72,8 +72,8 @@ pcmanfm
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
#pnmixer
|
pnmixer
|
||||||
pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
geany
|
||||||
|
|
Loading…
Reference in New Issue